Renew Client Certificate

Renew Client Certificate
Renew endPoint's certificate

Renew endPoint's certificate

Request
URI
POST
https://{api_host}/suite-api/api/applications/agents/{id}/certificates/renew
COPY
Path Parameters
string
id
Required

Identifier of the Endpoint


Authentication
This operation uses the following authentication methods.
Responses
200

The result of task status

Returns agent-task-statuses of type(s) application/json
"{\n  \"taskStatuses\" : [ {\n    \"taskID\" : \"task_id_1\",\n    \"resources\" : [ \"vm_id_1\" ]\n  } ]\n}"
array of object
taskStatuses
Required

Collection of agent task statuses


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/suite-api/api/applications/agents/{id}/certificates/renew