Update individual fields of a 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.
Request
This endpoint expects an object.
fqdn
cpu
memory
storage
available
cpu_arch
x86- x86ARM- ARM
ip_address
fleet
The fleet that the worker belongs to.
flags
Behavior flags for the 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
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error