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