API Guide

"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.
Value.IssuedTo.DistinguishedName Distinguished name to whom the certificate is issued.
Value.IssuedTo.DepartmentName The department to which the certificate is issued.
Value.IssuedTo.BusinessName Business name to which the certificate is issued.
Value.IssuedTo.Locality Locality to which the certificate is issued.
Value.IssuedTo.State State to which the certificate is issued.
Value.IssuedTo.Country Country to which the certificate is issued.
Value.IssuedTo.Email Email address to which the certificate is issued.
/api/ApplicationService/Actions/ApplicationService.GenerateCSR
This URI represents the resource for Certificate Signing Requests.
POST method for GenerateCSR
This method generates a new CSR.
Description
Generates a new Certificate Signing Request.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"DistinguishedName": "[hostname.domain.com]",
"DepartmentName": "Remote Access Group",
"BusinessName": "Dell Inc.",
"Locality": "Round Rock",
66 Application settings