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"
}
]
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/pki/getGatewayPendingCSRs
Gateway Operations
POST
Gateway Delete Gateway
POST
Gateway Gateway Provision
POST
Gateway Get Gateway Edge Assignments
POST
Gateway Set Bastion State
POST
Gateway Set Gateway Enterprise Proxy
POST
Gateway Update Gateway Attributes
POST
Gateway Property Delete Replacement Gateway Property
POST
Gateway Property Get Gateway Properties
POST
Network Set Replacement Gateway
POST
Migration Verify Nsd Tunnels
POST
Network Get Eligible Replacement Gateways
POST
Gateway Get Gateway Csr
POST
Gateway Get Gateway Pending Csrs
POST
Gateway Insert Gateway Certificate