Edge Insert Edge Certificate
If there is a pending CSR, insert edge certificate from external CA
Privileges required:
UPDATE
OPERATOR_PKI
Request
URI
POST
https://{api_host}/portal/rest/pki/insertEdgeCertificate
COPY
Request Body
Show optional properties
{
"certificate": "string"
}
{
"edgeId": 0,
"edgeSerialNumber": "string",
"enterpriseId": 0,
"certificate": "string"
}
integer
edgeId
Optional
edgeId
string
edgeSerialNumber
Optional
edgeSerialNumber
integer
enterpriseId
Optional
enterpriseId
string
certificate
Required
certificate
Responses
200
Request was successfully processed
Returns
edge_insert_edge_certificate_result
of type(s)
application/json
This response body class contains all of the following:
Inlineedge_insert_edge_certificate_result0 ,
Inlineedge_insert_edge_certificate_result1
{
"id": 0,
"created": "string",
"csrId": 0,
"edgeId": 0,
"edgeSerialNumber": "string",
"enterpriseId": 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/insertEdgeCertificate
Edge Operations
POST
Edge Edge Cancel Reactivation
POST
Edge Edge Provision
POST
Edge Edge Request Reactivation
POST
Edge Get Client Visibility Mode
POST
Edge Get Edge
POST
Edge Get Edge Configuration Modules
POST
Edge Get Edge Configuration Stack
POST
Edge Get Edge Sdwan Peers
POST
Edge Get Secure Device Secrets Option
POST
Edge Set Bastion State
POST
Edge Set Secure Device Secrets Option
POST
Edge Sync Ofc Routes
POST
Edge Update Analytics Settings For Edges
POST
Edge Update Edge Admin Password
POST
Edge Update Edge Attributes
POST
Edge Update Edge Credentials By Configuration
POST
Link Update Link Attributes
POST
Edge Get Edge Csr
POST
Edge Get Edge Pending Csrs
POST
Edge Insert Edge Certificate