NetOps OIConnector requirements to include metrics from VNA-managed network objects
search cancel

NetOps OIConnector requirements to include metrics from VNA-managed network objects

book

Article ID: 279187

calendar_today

Updated On:

Products

DX Operational Intelligence DX OI SaaS

Issue/Introduction

The /opt/CA/OIConnector/conf/config.xml includes a section "CAPM Metric Configuration", however OOTB the connector doesn't transfer data from other data sources/Metric Families, such as VNA.

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-netops/23-3/Performance-Monitoring-with-DX-Performance-Management/integrating/integrate-with-dx-operational-intelligence/configure-the-oi-connector.html#concept.dita_3dcb018f9c5c97f19b09566ae9466a667ec4c67d_div_13 

Questions:

- What's the correct format/syntax for a section that would enable VNA-derived metrics to be sent via the Connector to OI?
- How can I know in advance what metric families any particular VNA plugin will collect (via API) and then populate into CA PM?
- Does the connector handle transfer of AppNeta data?

 

Environment

-DX NetOps 23.x
-DX Operational Intelligence 23.x or SaaS 
-NetOps OIConnector 3.x

 

Resolution

1) Fist step is to identify the specific metric families and metrics within those metric families that you wish to export.

2) Use the Vendor Certification web service on the DA to determine all possible VNA metric families.
http://<dahost>:<daport>/genericWS/certifications
 
Sample output:

<VendorCertification>
  <VendorCertification>
  ...
    <Protocol>SDN</Protocol>
    ...
    <Name>im.ca.com-certifications-sdn-SDNAppnetaPath</Name>
   ...
    <ExpressionGroupList>
       <ExpressionGroup>
       ...
         <DestCert>{http://im.ca.com/normalizer}NormalizedSDNPathInfo</DestCert>
       ...
       </ExpressionGroup>
     </ExpressionGroupList>
   </VendorCertification>
 </VendorCertification>
 

You can use xpath to find all certifications with Protocol=SDN, and then the MF QName needed for configuring OI Connector would be the value in the DestCert element.

This will give you a complete picture of what VNA can provide.  You could tie these back to specific VNA plugins using the <branch> tag of the VC ( which contains the VNA MF name ) and the VNA documentation which should list the VNA MFs that a plugin supports.

3) Appneta is only publishing data for the VNA metric family: NETWORK_PATH which maps to the DA metric family: im.ca.com-metricfamilies-NormalizedSDNPathInfo.xml. (note: there is plan to include in the future the WEB_PATH metric family)

Additional Information

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/dx-netops/23-3/Performance-Monitoring-with-DX-Performance-Management/integrating/integrate-with-dx-operational-intelligence.html