Is possible to get the Operational Status and Administrative Status in DX NetOps Performance Management?
Release : 3.7
Component : IM Reporting / Admin / Configuration
AdminStatus and OperStatus are available as Properties on interfaces in OpenAPI. Example:
http://<DA>:8581/odata/api/interfaces?$select=Name,AdminStatus,OperStatus
The OpenAPI will show non-filtered interfaces only, and the filter for the out of the box Network Interface Monitoring profile filters out ifAdminStatus down interfaces:
"Administrative Status does not equal down(2)"
The interfaces in OpenAPI would reflect those that are synchronized and displayed/reportable in NetOps Portal (Filtered components are not synced to NetOps Portal) and has AdminStatus and OperStatus fields.
The Data Aggregator rest interface for interfaces also has Operstatus and AdminStatus as fields
and will display filtered interfaces.
See:
http://<DA>:8581/rest/ports/documentation
There is also an IsFiltered field to tell if the interface is filtered or not.