API Guide

},
{
"Enabled": true,
"DestinationAddress": "100.97.10.17",
"PortNumber": 514
},
{
"Enabled": true,
"DestinationAddress": "10.19.12.1",
"PortNumber": 514
},
{
"Enabled": true,
"DestinationAddress": "100.97.1.23",
"PortNumber": 514
}
]
Output:
[
{
"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 45. Attributes
Attribute name Description
Id ID of the syslog.
Enabled Indicates if syslog is enabled or disabled.
DestinationAddress Destination address of syslog.
PortNumber Port number of syslog.
/api/AlertService/AlertDestinations/SMTPConfiguration
This URI represents the SMTP configuration.
GET method for SMTPConfiguration
This method returns a collection of SMTP configuration.
Description
Returns a collection of SMTP configuration.
Privilege VIEW
Application settings 71