Get details of a specific worker
A ViewSet for Worker instances.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this worker.
Response
id
created
modified
fqdn
ip_address
fleet
The fleet that the worker belongs to.
cpu
memory
storage
available
cpu_arch
x86- x86ARM- ARM
flags
Behavior flags for the worker.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error