此内容没有您所选择的语言版本。
12.6. ironic chassis-node-list
usage: ironic chassis-node-list [--detail] [--limit <limit>] [--marker <node>] [--sort-key <field>] [--sort-dir <direction>] [--fields <field> [<field> ...]] [--maintenance <boolean>] [--associated <boolean>] [--provision-state <provision-state>] <chassis>
Positional arguments
- <chassis>
UUID of the chassis.
Optional arguments
- --detail
Show detailed information about the nodes.
- --limit <limit>
Maximum number of nodes to return per request, 0 for
no limit. Default is the maximum number used by the
Ironic API Service.
- --marker <node>
Node UUID (for example, of the last node in the list
from a previous request). Returns the list of nodes
after this UUID.
- --sort-key <field>
Node field that will be used for sorting.
- --sort-dir <direction>
Sort direction: "asc" (the default) or "desc".
- --fields <field> [<field> ...]
One or more node fields. Only these fields will be
fetched from the server. Can not be used when '--
detail' is specified.
- --maintenance <boolean>
List nodes in maintenance mode: 'true' or 'false'.
- --associated <boolean>
List nodes by instance association: 'true' or 'false'.
- --provision-state <provision-state>
List nodes in specified provision state.