Get agent details
POST https://caas.digicert.com/automationws/v1/agent/details
Use this endpoint to get details for an automation agent.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
agentId | required | long | ID of the agent. |
divisionId | required | long | Division ID. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Object with error details, if any. Note: Returns |
data | object | Object with response data. |
.. agent | object | Object container for agent details. |
.. .. nickname | string | Friendly name given to the agent. |
.. .. hostname | string | Name of the host. |
.. .. sensorLicenseKey | string | License key associated with the sensor. Note: Only returned if agent’s |
.. .. sensorName | string | Name of the sensor. |
.. .. sensorVersion | string | Version of the sensor. |
.. .. applicationType | string | Application name and version number. |
.. .. managementIp | string | Management IP. For more information, see Sensor automation on F5 load balancer. Note: Only returned if agent’s |
.. .. partition | array | List of partitions available in the load balancer. |
.. .. activationDate | string | Date when the agent was activated. Format: epoch in milliseconds. |
.. .. type | string | Agent type. Possible values: |
.. .. status | boolean | Agent status. Possible values: |
.. .. isSniConfigured | boolean | Whether the Server Name Indication (SNI) is configured. Default: |
.. checkConfigStatus | object | Object with details about the agent's most recent configuration check. |
.. .. status | string | Status of the last check configuration request. Possible values: |
.. .. lastUpdatedTime | long | Timestamp for when the configuration was last updated. Format: epoch in milliseconds. |
.. errors | array | List of objects with information about any errors that occurred while fetching the agent details. |
.. .. errorCode | string | Error code. |
.. .. errorMessage | string | Error message. |