Get agent advanced settings
POST https://caas.digicert.com/automationws/v1/agent/advancesettings
Use this endpoint to get advanced settings details for an automation agent, such as the agent's communication interval (also known as the heartbeat interval) and the debug log level settings.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
licenseKey | required | string | License key associated with the agent. |
divisionId | required | long | Division ID. |
accountId | required | string | Account ID. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Object with error details, if any. Note: Returns |
data | object | Object with response data. |
.. heartbeatInterval | integer | Agent heartbeat interval (in seconds). |
.. programLogs | object | Object with details about the debug log level settings. |
.. .. startNow | boolean | If |
.. .. startAt | integer | Time when the system is scheduled to automatically enable the debug log level. Format: epoch in milliseconds. Example: |
.. .. manually | boolean | If |
.. .. stopOn | integer | Time when the system is scheduled to automatically disable the debug log level. Format: epoch in milliseconds. Example: |
.. .. timezone | string | Time zone for the agent to start the debug log. Format: Example: |
.. .. stopTimezone | string | Time zone for the agent to stop the debug log. Format: Example: |