Get agent summary
POST https://caas.digicert.com/automationws/v1/agent/basicdetails
Use this endpoint to get basic information about an automation agent.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
licenseKey | required | string | Agent license key. |
accountId | required | string | Account ID. |
divisionId | required | long | Division ID. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Object with error details, if any. |
data | object | Object with response data. |
.. licenseKey | string | Agent license key. |
.. agentName | string | Name of the agent. |
.. updatePreference | integer | Agent upgrade preference.
|
.. stateString | string | Current state of the agent. Possible values: |
.. agentVersion | string | Agent version. |
.. updateAvailable | boolean | Returns |
.. publishUpgradeOption | boolean | Returns |
.. emailAddresses | string | Comma-separated list of email addresses for the contacts associated with the agent. |