SNMP API
On-demand SNMP operations, vendor OID library, and reusable walk templates.
Endpoints
POST
/api/snmp/walkPerform SNMP walkGET
/api/snmp/storeFull OID storeGET
/api/snmp/vendorsVendor profilesGET
/api/snmp/vendor-cards/:vendor_keyVendor OID cardsGET
/api/snmp/device-cards/:device_nameDevice OID cardsPUT
/api/snmp/device-cards/:device_nameUpdate device cardsGET
/api/snmp/templatesList templatesPOST
/api/snmp/templatesCreate templatePUT
/api/snmp/templates/:idUpdate templateDELETE
/api/snmp/templates/:idDelete templateSNMP Walk
POST
/api/snmp/walkPerforms an SNMP walk against a target device. Supports SNMPv1, v2c, and v3.
Vendor Library
GET
/api/snmp/vendorsReturns 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.