API Guide

Table Of Contents
"UseSSL": true,
"Credential": {
"User": "root",
"Password": "calvin"
}
}
https://<IP>/api/AlertService/AlertDestinations/Actions/
AlertDestinations.ApplySNMPConfig
POST method for AlertDestinations.ApplySNMPConfig
Description Configures the SNMP server for alerts.
Privilege MONITORING_SETUP
HTTP response
codes
200
Example Request
Body
[
{
"Id": 1,
"Enabled": true,
"DestinationAddress": "10.32.19.125",
"PortNumber": 162,
"Version": "SNMPV2",
"SnmpV1V2Credential": {
"Community": "public"
},
"SnmpV3Credential": null
},
{
"Id": 2,
"Enabled": false,
"DestinationAddress": null,
"PortNumber": 0,
"Version": null,
"SnmpV1V2Credential": null,
"SnmpV3Credential": null
},
{
"Id": 3,
"Enabled": false,
"DestinationAddress": null,
"PortNumber": 0,
"Version": null,
"SnmpV1V2Credential": null,
"SnmpV3Credential": null
},
{
"Id": 4,
"Enabled": false,
"DestinationAddress": null,
"PortNumber": 0,
"Version": null,
"SnmpV1V2Credential": null,
"SnmpV3Credential": null
}
]
548
APIs specific to OpenManage Enterprise