Core
List Agent Keys
List all agent keys
GET
/
agents
Response
200 - application/json
compiler
string
goversion
string
hostname
string
DEPRECATE top level metadata keys
id
string
Unique ID of the resource
kernel_version
string
machine_id
string
metadata
object
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
enum<string>
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
name
string
Unique name of the resource
platform
string
status
enum<string>
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
token
string
The token/key of the resource, this value is always empty for now
version
string