API Guide

Table Of Contents
https://<IP>/api/AlertService/AlertDestinations/Actions/
AlertDestinations.ApplySyslogConfig
POST method for AlertDestinations.ApplySyslogConfig
Description Configures the server for alerts.
Privilege MONITORING_SETUP
HTTP response
codes
200
Example Request
Body
[
{
"Id": 1,
"Enabled": true,
"DestinationAddress": "100.69.123.200",
"PortNumber": 514
},
{
"Id": 2,
"Enabled": false,
"DestinationAddress": "",
"PortNumber": 514
},
{
"Id": 3,
"Enabled": false,
"DestinationAddress": null,
"PortNumber": 514
},
{
"Id": 4,
"Enabled": false,
"DestinationAddress": null,
"PortNumber": 514
}
]
Incoming Alerts
https://<IP>/api/ApplicationService/Settings
POST method for Jobs
Description
Configures the SNMP configuration for incoming alerts.
Privilege JOB_MANAGEMENT
HTTP response
codes
200
Example Request
Body
{
"Id": <JobId>,// Refer task api to get the jobId for this Job name.
APIs specific to OpenManage Enterprise 549