API Guide

Example response
body
{
"@odata.context": "/api/$metadata#ApplicationService.FIPSModeConfiguration/
$entity",
"@odata.type": "#ApplicationService.FIPSModeConfiguration",
"@odata.id": "/api/ApplicationService/Security/SecurityConfiguration",
"FipsMode": "OFF"
}
/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.
Application settings 65