Core
List Agent Keys
List all agent keys
GET
/
agents
Response
200 - application/json
DEPRECATE top level metadata keys
Unique ID of the resource
Metadata contains attributes regarding the machine where the agent is being executed
- version - Version of the agent
- go-version - Agent build information
- compiler - Agent build information
- platform - The operating system architecture where the agent is running
- machine-id - The machine id of server
- kernel-version - The kernel version of the server
Mode of execution of the agent
- standard - Is the default mode, which is suitable to run the agent as a standalone process
- embedded - This mode is suitable when the agent needs to be run close to another process or application
Available options:
standard
, embedded
Unique name of the resource
The status of the agent
- CONNECTED - The agent is connected with the gateway
- DISCONNECTED - The agent is disconnected from the gateway
Available options:
CONNECTED
, DISCONNECTED
The token/key of the resource, this value is always empty for now