Compare discovered and overridden interface speeds in NetOps
search cancel

Compare discovered and overridden interface speeds in NetOps

book

Article ID: 370093

calendar_today

Updated On:

Products

DX NetOps CA Performance Management - Usage and Administration

Issue/Introduction

Get overridden interface speed from ODATA API

If an interface's speed has been overridden in the portal the speed that comes back from ODATA is the original, non-overridden speed.

How to view both discovered and override interface speeds using the DX NetOps Performance Management Data Aggregator (DA) OpenAPI Odata tools.

How to compare interface speeds in the DA Monitored Devices inventory with speeds from the Odata queries?

Show interface override speeds in DA odata queries.

Environment

All supported DX NetOps Performance Management releases

Resolution

The values are available as seen here in a very basic query. Adjust them as needed to suite your requirements.

Query Builder expression example

URL generated from that sample query builder image. Sample shows use of SSL based https scheme and recommended SSL port 8582. Change as needed to match your environment. Replace <DA_HostName> with your DA host name or IP address.

http://<DA_HostName>:8582/odata/api/interfaces?$expand=interfaceoverride,device&$select=interfaceoverride/SpeedInOverride,interfaceoverride/SpeedOutOverride,ID,Name,DeviceItemID,SpeedIn,SpeedOut,device/Name

Example output from the query builder UI. The SpeedIn and SpeedOut columns are the discovered speeds from the device MIB data.

Additional Information

See the DA OpenAPI documentation topic for additional information.