Sign Client Certificate

Sign Client Certificate

Query to sign the Arc Client certificate

Request
URI
POST
https://{api_host}/suite-api/api/applications/clientCertificate/{collectorId}
COPY
Path Parameters
integer
collectorId
Required

Collector identifier to send the metrics for


Request Body

Client certificate signing request

Authentication
This operation uses the following authentication methods.
Responses
200

The certification is signed successfully

Returns file of type(s) application/octet-stream
"No Custom Example is Available"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/octet-stream' https://{api_host}/suite-api/api/applications/clientCertificate/{collectorId}