Skip to content

SNMP API

On-demand SNMP operations, vendor OID library, and reusable walk templates.

Endpoints

POST/api/snmp/walkPerform SNMP walk
GET/api/snmp/storeFull OID store
GET/api/snmp/vendorsVendor profiles
GET/api/snmp/vendor-cards/:vendor_keyVendor OID cards
GET/api/snmp/device-cards/:device_nameDevice OID cards
PUT/api/snmp/device-cards/:device_nameUpdate device cards
GET/api/snmp/templatesList templates
POST/api/snmp/templatesCreate template
PUT/api/snmp/templates/:idUpdate template
DELETE/api/snmp/templates/:idDelete template

SNMP Walk

POST/api/snmp/walk

Performs an SNMP walk against a target device. Supports SNMPv1, v2c, and v3.

Vendor Library

GET/api/snmp/vendors

Returns the 8 built-in vendor profiles (Cisco IOS, NX-OS, Aruba, Palo Alto, MikroTik, Juniper, Fortinet, Generic MIB-II).

Templates

Reusable SNMP walk profiles — save a target + OID list combination and re-run on demand.

Released under the MIT License.