API Guide

Table Of Contents
Example
response body
{
"DirectoryServerId": 10430,
"Type": "AD",
"SerialNumber": "401413413584593270254610161813845066096050178",
"IssuerCN": "Dell Root Certificate Authority 2015",
"SubjectCN": "Dell Issuing Certificate Authority 101",
"ValidFrom": "Aug 14 2015 22:04:36",
"ValidTo": "Aug 14 2022 22:14:36"
}
Monitoring and alert notifications
api/AlertService/AlertDestinations/SNMPConfiguration
This URI represents the collection of SNMP configuration.
GET method for SNMPConfiguration
This method returns a collection of SNMP configuration.
Description Returns a collection of SNMP configuration.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context":
"$metadata#Collection(AlertDestinations.SNMPConfiguration)",
"@odata.count": 4,
"value": [
{
"Id": 1,
"Enabled": true,
"DestinationAddress": "100.97.1.185",
"PortNumber": 162,
"Version": "SNMPV2",
"SnmpV1V2Credential": {
"Community": "public"
}
},
{
"Id": 2,
"Enabled": true,
"DestinationAddress": "100.97.1.185",
"PortNumber": 162,
"Version": "SNMPV2",
"SnmpV1V2Credential": {
"Community": "public"
}
},
{
"Id": 3,
"Enabled": false,
"DestinationAddress": "100.97.1.185",
"PortNumber": 162,
"Version": "SNMPV2",
"SnmpV1V2Credential": {
"Community": "public"
}
},
70
Application settings