API Guide

"Enabled": true,
"DestinationAddress": "100.97.1.185",
"PortNumber": 162,
"Version": "SNMPV2",
"SnmpV1V2Credential": {
"Community": "public"
},
"SnmpV3Credential": null
},
{
"Id": 3,
"Enabled": false,
"DestinationAddress": "100.97.1.185",
"PortNumber": 162,
"Version": "SNMPV2",
"SnmpV1V2Credential": {
"Community": "public"
},
"SnmpV3Credential": null
},
{
"Id": 4,
"Enabled": true,
"DestinationAddress": "100.97.1.185",
"PortNumber": 162,
"Version": "SNMPV2",
"SnmpV1V2Credential": {
"Community": "public"
},
"SnmpV3Credential": null
}
]
Table 43. Attributes
Attribute name Description
Id ID of the SNMP configuration.
Enabled Indicates if the SNMP send trap is enabled or disabled.
DestinationAddress SNMP destination address.
PortNumber SNMP port number.
Version SNMP version.
Community SNMP community.
/api/AlertService/AlertDestinations/SyslogConfiguration
This URI represents a collection of syslog configuration.
GET method for SyslogConfiguration
This method returns a list of syslog configuration.
Description
Returns a list of syslog configuration.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
Application settings 69