{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths snmp API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "snmp", "type": "folder" }, "items": [ { "info": { "name": "GetSnmp", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/snmp/" }, "docs": "get snmp info" }, { "info": { "name": "SetSnmp", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/snmp/" }, "docs": "set snmp" }, { "info": { "name": "DownloadMib", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/snmp/mib" }, "docs": "download snmp mib file" } ] } ], "bundled": true }