Parameters: |
- associated – Optional, boolean whether to return a list of
associated or unassociated nodes.
- maintenance – Optional, boolean value that indicates whether
to get nodes in maintenance mode (“True”), or not
in maintenance mode (“False”).
- marker – Optional, the UUID of a node, eg the last
node from a previous result set. Return
the next result set.
- limit –
- The maximum number of results to return per
- request, if:
- limit > 0, the maximum number of nodes to return.
- limit == 0, return the entire list of nodes.
- limit param is NOT specified (None), the number of items
returned respect the maximum imposed by the Ironic API
(see Ironic’s api.max_limit option).
- detail – Optional, boolean whether to return detailed information
about nodes.
- sort_key – Optional, field used for sorting.
- sort_dir – Optional, direction of sorting, either ‘asc’ (the
default) or ‘desc’.
|