Get On-prem agent details

Get details of an On-prem agent.

Path parameters

idintegerRequired

On-prem agent ID.

Headers

AuthorizationstringRequired

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

Response

Array of on-prem agents

idinteger or null

The unique identifier of the on-prem agent.

on_prem_group_idinteger or null

The unique identifier of the on-prem group this agent belongs to.

namestring or null

The name of the on-prem agent.

cnstring or null

The unique Common Name (CN) identifier of the on-prem agent.

osstring or null

The operating system of the on-prem agent.

awaiting_setupboolean or null

Indicates whether the on-prem agent is awaiting setup.

enabledboolean or null

Indicates whether the on-prem agent is enabled.

Errors