Use this endpoint to update the configuration of the automation agent with any changes to the server configuration (such as the addition or removal of ports or IPs).
curl --location --request POST 'https://caas.digicert.com/automationws/v1/agent/checkconfig' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": 5153184,
"agentId": 2029,
"divisionId": "677793"
}'
{
"error": null,
"data": "Check configuration triggered successfully"
}
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
agentId | required | long | ID of the agent. |
divisionId | required | long | Division ID. |
Name | Type | Description |
---|---|---|
error | object | Object with error details, if any. |
data | object | Message with additional information about the request. |