API Guide

Table Of Contents
Table 39. Attributes (continued)
Attribute name Description
BusinessName Business name that issued the certificate.
Locality Locality.
State State.
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",
}
Application settings 69