Skip to main content

Get SNMP Servers

Get list of SNMP hosts for alert notification

Responses

Success


Schema
  • SNMPHosts object[]
  • id int32

    Id of SNMP host

  • name string

    Name of SNMP host

  • userName string

    Username used to access SNMP host

  • authenticationAlgorithm string

    Possible values: [HMAC_MD5, HMAC_SHA, HMAC128_SHA224, HMAC192_SHA256, HMAC256_SHA384, HMAC384_SHA512]

    Authentication algorithm of SNMP host

  • privacyAlgorithm string

    Possible values: [None, CBC_DES, CFB128_AES128, CFB128_AES192, CFB128_AES256, CBC_AES128, CBC_AES192, CBC_AES256]

    Privacy algorithm of SNMP host

GET /v4/snmp    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/Snmp' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'