List system nodes
List system nodes visible to your account.
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:
id
image
Lookup all system 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.
simulation
Lookup all system nodes for a specific `simulation` value, or provide null (a string literal) to filter for nodes that are not associated with a specific simulation (i.e. simulation=null). To filter for all nodes with EITHER simulation=null or simulation=<sim_uuid>, provide `?simulation=<sim_uuid>,null` as your query parameter.
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error