ON THIS PAGE
GET /staged_config/certificates/certificate_signing_request
SUMMARY List of Certificate Signing Request (CSR) metadata that is stored in the certificate_signing_request database table.
Get a list of the Certificate Signing Requests (CSR) meta records.
You must have System Administrator or Security Administrator permissions to use this endpoint.
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
fields |
query |
Optional |
String |
text/plain |
Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas. |
filter |
query |
Optional |
String |
text/plain |
Optional - This parameter is used to restrict the elements in a list base on the contents of various fields. |
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
An array of the Certificate Signing Request (CSR) meta resources. |
|
422 |
1020 |
null |
422 |
1101 |
null |
Response Description
A JSON object that lists the Certificate Signing Request JSON objects.
Response Sample
[ { "create_time": 42, "description": "String", "id": 42 } ]