All Products
Search
Document Center

Certificate Management Service:GetCsrDetail

Last Updated:Jun 25, 2024

Obtains the content of a certificate signing request (CSR) file.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
CsrIdlongYes

The ID of the CSR.

3924

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Csrstring

The content of the CSR.

-----BEGIN CERTIFICATE REQUEST----- ...... -----END CERTIFICATE REQUEST-----
RequestIdstring

The request ID.

08F45EA0-66A7-4504-9B31-3589F5CE308D

Examples

Sample success responses

JSONformat

{
  "Csr": "-----BEGIN CERTIFICATE REQUEST-----   ...... -----END CERTIFICATE REQUEST-----",
  "RequestId": "08F45EA0-66A7-4504-9B31-3589F5CE308D"
}

Error codes

For a list of error codes, visit the Service error codes.