GET /staged_config/certificates/certificate_signing_request/{id}

Download the generated Certificate Signing Request (CSR) file.

Downloads the generated Certificate Signing Request (CSR) file.

You must have System Administrator or Security Administrator permissions to use this endpoint.

Table 1. GET /staged_config/certificates/certificate_signing_request/{id} resource details
MIME Type

application/octet-stream

Table 2. GET /staged_config/certificates/certificate_signing_request/{id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

id

path

Required

Number (Integer)

text/plain

(Required) - ID of the Certificate Signing Request (CSR).

Table 3. GET /staged_config/certificates/certificate_signing_request/{id} response codes
HTTP Response Code Unique Code Description

200

The log file has been successfully returned.

404

1002

No Certificate Signing Request (CSR) file was found with the specified ID.

Response Description

A base64 encoded Certificate Signing Request file.

Response Sample