Get SNMP Servers
Get list of SNMP hosts for alert notification
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
SNMPHosts object[]
id int32Id of SNMP host
name stringName of SNMP host
userName stringUsername used to access SNMP host
authenticationAlgorithm stringPossible values: [
HMAC_MD5
,HMAC_SHA
,HMAC128_SHA224
,HMAC192_SHA256
,HMAC256_SHA384
,HMAC384_SHA512
]Authentication algorithm of SNMP host
privacyAlgorithm stringPossible values: [
None
,CBC_DES
,CFB128_AES128
,CFB128_AES192
,CFB128_AES256
,CBC_AES128
,CBC_AES192
,CBC_AES256
]Privacy algorithm of SNMP host
{
"SNMPHosts": [
{
"id": 0,
"name": "string",
"userName": "string",
"authenticationAlgorithm": "HMAC_MD5",
"privacyAlgorithm": "None"
}
]
}
Requested Details not found
Loading...