Gateway Get Gateway Pending Csrs

Gateway Get Gateway Pending Csrs

Get all gateway CSRs without an associated certificate

Privileges required:

READ GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/pki/getGatewayPendingCSRs
COPY
Request Body
{
    "gatewayId": 0,
    "after": "string"
}
integer
gatewayId
Optional

gatewayId

string As date-time As date-time
after
Optional

after

Responses
200

Request was successfully processed

Returns Array of gateway_get_gateway_pending_csrs_result of type(s) application/json
[
    {
        "id": 0,
        "gatewayId": 0,
        "networkId": 0,
        "created": "string",
        "subjectKeyId": "string",
        "subjectCN": "string",
        "csr": "string",
        "name": "string",
        "deviceId": "string",
        "logicalId": "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/getGatewayPendingCSRs