SNMP Interfaces

Obtain a list of SNMP interfaces based on a set of criteria.

This API is v2-only, and uses FIQL for querying.

Examples:

  • /api/v2/snmpinterfaces?_s=node.label==onms-prd-01

  • /api/v2/snmpinterfaces?_s=ifIndex==6

GETs (Reading Data)

Resource Description

/snmpinterfaces

Get all SNMP interfaces for the given search criteria.

Example:

Get SNMP interfaces whose node are in the foreign source Servers and are associated with IP address 127.0.0.1:

curl -u admin:admin "http://localhost:8980/opennms/api/v2/snmpinterfaces?_s=node.foreignSource==Servers;ipInterfaces.ipAddress=127.0.0.1"

PUTs/POSTs (Modifying Data)

The /snmpinterfaces REST API is read-only. To create new SNMP interfaces, use the snmpinterfaces resources under the nodes endpoint.