v1

latestOpenAPI 3.0.0Apache 2.02026-07-174040133.9 KB
Storages

Get all details snmp alert source information configured on behalf of backend devices

get/v1/storages/snmp-configs

Response

OK

Example response

{
  "snmp_configs": [
    {
      "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
      "created_at": "2017-07-10T14:36:58.014Z",
      "updated_at": "2017-07-10T14:36:58.014Z",
      "version": "SNMPV2C",
      "security_level": "noAuthnoPriv",
      "auth_protocol": "MD5",
      "privacy_protocol": "DES",
      "host": "10.0.0.1,127.0.0.1",
      "context_name": "New Context",
      "retry_num": 2,
      "expiration": 60,
      "port": 20162
    }
  ]
}