- 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?
1) Identify the specific metric families and metrics within those metric families that you wish to export.
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)