API Guide
/api/ApplicationService/Security/SecurityConfiguration
This URI represents the security configuration.
GET method for SecurityConfiguration
This method returns the security configuration.
Description Returns the security configuration.
Privilege VIEW
HTTP response
codes
200
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.",
Application settings 65