Update agent advanced settings
POST https://caas.digicert.com/automationws/v1/agent/updateadvancesettings
Use this endpoint to update the communication interval (also known as the heartbeat interval) and debug log level settings for an automation agent.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionId | required | string | Division ID. |
licenseKey | required | string | License key associated with the agent. |
advancedSettings | required | object | Object with key/value pairs for each setting to update. |
.. heartbeatInterval | required | integer | Agent heartbeat interval (in seconds). |
.. programLogs | optional | object | Object for configuring the debug log level for the agent's program logs. By default, the program logs for an agent only include error messages. To get more information in the logs, you can use the |
.. .. startNow | optional | boolean | Use |
.. .. manually | optional | boolean | Use |
.. .. timezone | optional | string | Time zone for the agent to start the debug log. Format: GMT + your timezone offset. Example: |
.. .. stopTimezone | optional | string | Time zone for the agent to stop the debug log. Format: GMT + your timezone offset. Example: |
.. .. startAt | optional | long | Schedules the system to automatically enable the debug log level at a at a specific time. Format: epoch in milliseconds. Example: |
.. .. stopOn | optional | long | Schedules the system to automatically disable the debug log level at a specific time. Format: epoch in milliseconds. Example: |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Object with error details, if any. Note: Returns |
data | object | Message with additional information about the request. |