Types
EnrollAgentInput
Values used to enroll an agent.
input
EnrollAgentInputFields
enrollmentToken
String!
required
The enrollment token to use for the request.
name
String!
required
The name to use for the request.
hostname
String!
required
The hostname to use for the request.
version
String!
required
The version to use for the request.
osVersion
String!
required
The OS version to use for the request.
architecture
String!
required
The architecture to use for the request.
cpuModel
String
The CPU model to use for the request.
memoryTotalBytes
Float
Memory total in bytes.
memoryFreeBytes
Float
Memory free in bytes.
diskTotalBytes
Float
Disk total in bytes.
diskFreeBytes
Float
Disk free in bytes.
capabilities
[String!]!
required
Capabilities to use for the request.
defaultBuildsDirectory
String
The default builds directory to use for the request.