Get On-prem Agent details

Retrieves detailed information about an On-prem Agent within a customer workspace using its unique ID.

Path parameters

idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. Example: EA2300.

agent_idintegerRequired

The unique ID of the On-prem Agent.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success response
idinteger or null
namestring or null
statusstring or null
versionstring or null
ip_addressstring or null
last_seen_atdatetime or null
created_atdatetime or null
updated_atdatetime or null

Errors