API Guide
api/AlertService/AlertDestinations/Actions/
AlertDestinations.ApplySyslogConfig
POST method for AlertDestinations.ApplySyslogConfig
This method configures the syslog.
Description Configures the syslog.
Privilege MONITORING_SETUP
HTTP response
codes
200
Example request
body
[
{
"Enabled": true,
"DestinationAddress": "100.97.10.17",
"PortNumber": 514
},
{
"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
}
]
Example response
body
[
{
"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
}
]
70 Application settings