Edge Get Edge Pending Csrs

Edge Get Edge Pending Csrs

Get all CSRs without an associated certificate

Privileges required:

READ EDGE

Request
URI
POST
https://{api_host}/portal/rest/pki/getEdgePendingCSRs
COPY
Request Body
{
    "after": "string",
    "edgeId": 0
}
string As date-time As date-time
after
Optional

after

integer
edgeId
Optional

edgeId

Responses
200

Request was successfully processed

Returns Array of edge_get_edge_pending_csrs_result of type(s) application/json
[
    {
        "id": 0,
        "edgeId": 0,
        "enterpriseId": 0,
        "created": "string",
        "subjectKeyId": "string",
        "subjectCN": "string",
        "csr": "string",
        "name": "string",
        "serialNumber": "string"
    }
]

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/pki/getEdgePendingCSRs