API Guide

Table Of Contents
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.
"JobName": "SNMP Listener Configuration",
"JobDescription": "SNMP Listener Task created from Alert Settings",
"Schedule": "startnow",
"State": "Enabled",
"JobType": {
"Id": 9,
"Name": "ListenerConfiguration_Task"
},
"Params": [
{
"JobId": 0,
"Key": "snmpCredentials",
"Value": {
618 APIs specific to OpenManage Enterprise