API Guide

Table Of Contents
/api/ApplicationService/Certificate
This URI represents the certificates resource.
GET method for Certificate
This method returns the details of the certificates.
Description Returns the details of the security certificates.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context":
"$metadata#Collection(ApplicationService.CertInfo)",
"@odata.count": 1,
"value": [
{
"ValidFrom": "17 Apr 2017 18:15:03 GMT",
"ValidTo": "15 Apr 2027 18:15:03 GMT",
"IssuedBy": {
"DistinguishedName": "localhost",
"DepartmentName": "Server Solutions Group",
"BusinessName": "Dell Inc.",
"Locality": "Round Rock",
"State": "TX",
"Country": "US",
"Email": "support@dell.com"
},
"IssuedTo": {
"DistinguishedName": "localhost",
"DepartmentName": "Server Solutions Group",
"BusinessName": "Dell Inc.",
"Locality": "Round Rock",
"State": "TX",
"Country": "US",
"Email": "support@dell.com"
}
}
]
}
Table 38. Attributes
Attribute name Description
Value.ValidFrom Date from which the certificate is valid.
Value.ValidTo Date till which the certificate is valid.
Value.IssuedBy Who the certificate is issued by.
Value.IssuedBy.DistinguishedName Distinguished name of the certificate issuer.
Value.IssuedBy.DepartmentName The department which issued the certificate.
Value.IssuedBy.BusinessName Business name by which the certificate is issued.
Value.IssuedBy.Locality Locality of the certificate issuer.
Value.IssuedBy.State State of the certificate issuer.
Value.IssuedBy.Country Country of the certificate issuer.
Value.IssuedBy.Email Email from which the certificate is issued.
Application settings 67