List instructions
List instructions visible to your account.
Required scope: air:simulation_read (roles: air_org_admin, air_user)
Alternative: role air_trainee also grants access.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
created_by_client
executor
* `init` - Initialize the node's hostname
* `file` - Write files to the node's file system
* `shell` - Execute shell commands on the node
Allowed values:
limit
Number of results to return per page.
name
node
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
run_again_on_rebuild
search
Search by name.
simulation
state
The current lifecycle state of this instruction. Defaults to NOT_READY; transitions to READY once the target VM is running.
* `NOT_READY` - The instruction exists but is not yet ready for worker pickup.
* `READY` - The instruction is ready to be picked up and executed.
* `IN_PROGRESS` - The instruction has been picked up by the worker.
* `COMPLETE` - The instruction was successfully executed.
* `FAILED` - The instruction failed to finish execution.
* `CANCELLED` - The instruction was cancelled before execution.
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error