We are wondering if it's possible to generate a list of devices that are using a specific vendor certification. The reason being we want to evaluate the impact on modifying the order of a metric family.
Query for Vendor Certificates associated with devices
Is there a mechanism to query a vendor certificate associates with a device? API call or mysql query?
Need to move priority of Cisco vendor cert for memory, I would like to know if vendor certs will be changed on what devices.
All supported DX NetOps Performance Management releases
The recommended method to generate lists of devices using target Vendor Certifications (VCs) is the Data Aggregator OData OpenAPI queries.
Using the Query Builder this is a sample basic query.
The VendorCertDisplayName value is the VC name seen in the Portal UI. The one in the sample would return any VC with the word 'memory' in it.
These Data Repository based VSql queries can be used to see all devices that have ever at any time had support for a given VC. Devices can, over time due to a variety of reasons, support 2 or more Vendor Certifications under a given Metric Family. They normally only support one at a time, which is what makes the Odata queries are more accurate showing only what is currently used by the device.
This query will return all devices that have ever supported the UCDavisCPUMib VC. It uses the VC Internal Name.
This query returns all devices and all VC's they've supported. Can filter the data to find lists of devices as needed.