Skip to main content
QUERY
agentSelf: Agent

Returns

id
ID!

Stable identifier for this agent.

name
String!

Display name of this agent.

hostname
String!

Host name reported by this agent.

version
String!

Version reported for this agent.

osVersion
String!

The OS version associated with this agent.

architecture
String!

CPU architecture reported for this agent.

cpuModel
String

The CPU model associated with this agent. May be null when unavailable or not applicable.

memoryTotalBytes
Float

Total memory, in bytes. May be null when unavailable or not applicable.

memoryFreeBytes
Float

Free memory, in bytes. May be null when unavailable or not applicable.

diskTotalBytes
Float

Total disk, in bytes. May be null when unavailable or not applicable.

diskFreeBytes
Float

Free disk, in bytes. May be null when unavailable or not applicable.

capabilities
[String!]!

Capability identifiers advertised by this agent.

baseRepoDirectory
String

Filesystem directory associated with this agent. May be null when unavailable or not applicable.

derivedDataLocationMode

The derived data location mode associated with this agent.

derivedDataPath
String

Filesystem path associated with this agent. May be null when unavailable or not applicable.

buildsDirectory
String

Filesystem directory associated with this agent. May be null when unavailable or not applicable.

defaultBuildsDirectory
String

Filesystem directory associated with this agent. May be null when unavailable or not applicable.

effectiveBuildsDirectory
String

Filesystem directory associated with this agent. May be null when unavailable or not applicable.

connectionStatus

The connection status associated with this agent.

ipAddress
String

The IP address associated with this agent. May be null when unavailable or not applicable.

lastSeenAt
String

ISO 8601 timestamp when this agent was last seen. May be null when unavailable or not applicable.

disconnectedAt
String

ISO 8601 timestamp when this agent disconnected. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this agent was created.

updatedAt
String!

ISO 8601 timestamp when this agent was last updated.

Query
Response