API Guide
Attribute name Description
Country Country.
Email Email associated with the issuer.
/api/ApplicationService/Actions/
ApplicationService.UploadCertificate
This URI allows you to upload certificates.
POST method for UploadCertificate
This method uploads a certificate.
Description Uploads a certificate.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
Header:
Content-Type : application/octet-stream
Request: Upload Certificate File
Example response
body
200 OK
/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",
Application settings 65