List nodes
List nodes in a simulation.
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
category
The Air specific category the node belongs to.
* `` - None
* `SERVER` - Server
* `SWITCH` - Switch
* `OOB_SERVER` - OOB Management Server
* `OOB_SWITCH` - OOB Management Switch
Allowed values:
image
Lookup all nodes for a specific image.
labels__group
Filter by the group label.
labels__model
Filter by the model label.
labels__sku
Filter by the sku label.
limit
Number of results to return per page.
name
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
search
Search by name, image_name, or category.
simulation
Lookup all nodes for a specific simulation
state
The state of the node w.r.t. the simulation life cycle.
* `INACTIVE` - Inactive
* `BOOTING` - Booting
* `ACTIVE` - Active
* `SHUTTING_DOWN` - Shutting down
* `ERROR` - Error
* `REBUILDING` - Rebuilding
status_from_worker
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error