API Guide

Table 41. Attributes (continued)
Attribute name Description
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 response
body
{
"@odata.context":
"$metadata#Collection(AlertDestinations.SyslogConfiguration)",
"@odata.count": 4,
"value": [
{
"Id": 1,
"Enabled": true,
"DestinationAddress": "100.97.10.17",
"PortNumber": 514
},
{
"Id": 2,
"Enabled": true,
"DestinationAddress": "100.97.10.17",
"PortNumber": 514
},
{
"Id": 3,
"Enabled": true,
"DestinationAddress": "10.19.12.1",
"PortNumber": 514
},
{
"Id": 4,
"Enabled": true,
"DestinationAddress": "100.97.1.23",
"PortNumber": 514
}
]
}
Table 42. Attributes
Attribute name Description
Id ID of the syslog configuration.
Enabled Indicates if syslog is enabled or disabled.
DestinationAddress Destination address of syslog.
Application settings 71