API Guide

Table Of Contents
Table 38. Attributes (continued)
Attribute name Description
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": "iDRAC6 default certificate",
"departmentName": "Remote Access Group",
"businessName": "Dell Inc.",
"locality": "Round Rock",
"state": "Texas",
"country": "US",
"email": "",
}
Example
response body
-----BEGIN CERTIFICATE REQUEST-----
MIIB/jCCAWcCAQAwgZgxCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJUWDETMBEGA1UE
BxMKUm91bmQgUm9jazENMAsGA1UEChMERGVsbDEWMBQGA1UECxMNUHJvZHVjdCBH
cm91cDEVMBMGA1UEAxMMMTcyLjE3LjEuMjA0MSkwJwYJKoZIhvcNAQkBFhprYXRo
bGVlbl9oYXR0YXdheUBkZWxsLmNvbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkC
gYEAwTiSPpKcMV+rJM6lHhsAuW6LvQ4MMQmAqPnE75sJn9fV2sXQPpO1TzwlD5hu
DdcCvVeU9nzAZ3oR0Xc2mp28zw/4oBbsje01dLAC0PxDFzQswLFhri9kCHrnGc4Q
ZZjn06u+QFf9RRDyaXkX2bNpeAXGZBpG8KbSrk9chyLAyLMCAwEAAaAlMCMGCSqG
SIb3DQEJBzEWExRBIGNoYWxsZW5nZSBwYXNzd29yZDANBgkqhkiG9w0BAQUFAAOB
gQCxcBNjn5PYe5+NPmD+LjEF+XB34XCZvh4QrCsECyK6B2jRXLP39SxABFlxxd3w
D+tddrxy6/8pDdSLMl8FqcV9HLrgJqFn5ue+pA3BLjtkZaM9cxVWHtFZst64WF4v
hioJNM68xeFObTxWS99lKufKF8dWKkbQessaABq3yQMikw==
-----END CERTIFICATE REQUEST-----
Table 39. Attributes
Attribute name Description
DistinguishedName Distinguished name of the certificate issuer.
DepartmentName Department name that issued the certificate.
68 Application settings