Done
Details
Assignee
AlbertoAlbertoReporter
Ahmed EssamAhmed Essam(Deactivated)HB Grooming Date
Jul 05, 2022HB Backlog Status
BacklogStory Points
7Sprint
NoneFix versions
Priority
Minor
Details
Details
Assignee
Alberto
AlbertoReporter
Ahmed Essam
Ahmed Essam(Deactivated)HB Grooming Date
Jul 05, 2022
HB Backlog Status
Backlog
Story Points
7
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 24, 2022 at 9:31 AM
Updated September 8, 2022 at 6:01 PM
Resolved August 30, 2022 at 1:25 PM
The Rest API v2 for obtaining a list of SNMP interfaces doesn't return back nodeId with each record
(while if compared to the REST API v2 for obtaining a list of IP interfaces the latter does return the node id with each record).
Attached outputs for both APIs.
Commands:
curl -u <username>:<password> -H "Accept: application/json" -k https://<base_URL>/opennms/api/v2/snmpinterfaces
curl -u <username>:<password> -H "Accept: application/json" -k https://<base_URL>/opennms/api/v2/ipinterfaces/
Documentation:
SNMP Interfaces
https://docs.opennms.com/meridian/2021/development/rest/snmpinterfaces.html
IP Interfaces
https://docs.opennms.com/meridian/2021/development/rest/ipinterfaces.html