API Guide
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.DSCertificate
Gets the details of the uploaded certificate for AD or LDAP Directory Services. Gets the details of the uploaded certificate for
AD or LDAP Directory Services. When you click See details for that particular Directory Service, a pop is displayed with the
certificate Serial Number, Issuer CN, Subject CN , and validity dates.
POST method for DS certificate
This API returns the DS certificate details for the AD or LDAP services.
Description Returns the DS certificate details for the AD or LDAP services.
Privilege VIEW
HTTP response
code
202
Example request
body
{
"DirectoryServerId": “10430”,
"Type": "AD",
}
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,
68 Application settings