Gateway Insert Gateway Certificate
If there is a pending CSR, insert gateway certificate from external CA
Privileges required:
UPDATE
OPERATOR_PKI
Request
URI
POST
https://{api_host}/portal/rest/pki/insertGatewayCertificate
COPY
Request Body
Show optional properties
{
"certificate": "string"
}
{
"gatewayId": 0,
"deviceId": "string",
"enterpriseId": 0,
"certificate": "string"
}
integer
gatewayId
Optional
gatewayId
string
deviceId
Optional
deviceId
integer
enterpriseId
Optional
enterpriseId
string
certificate
Required
certificate
Responses
200
Request was successfully processed
Returns
gateway_insert_gateway_certificate_result
of type(s)
application/json
This response body class contains all of the following:
Inlinegateway_insert_gateway_certificate_result0 ,
Inlinegateway_insert_gateway_certificate_result1
{
"id": 0,
"created": "string",
"csrId": 0,
"gatewayId": 0,
"networkId": 0,
"certificate": "string",
"serialNumber": "string",
"subjectKeyId": "string",
"authorityKeyId": "string",
"fingerPrint": "string",
"fingerPrint256": "string",
"validFrom": "string",
"validTo": "string",
"subject": "string",
"issuer": "string"
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"certificate:"string"}' https://{api_host}/portal/rest/pki/insertGatewayCertificate
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