Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

12.37. ironic port-list

usage: ironic port-list [--detail] [--address <mac-address>] [--limit <limit>]
                        [--marker <port>] [--sort-key <field>]
                        [--sort-dir <direction>]
                        [--fields <field> [<field> ...]]
List the ports.

Optional arguments

--detail


        Show detailed information about ports.

--address <mac-address>


      Only show information for the port with this MAC
      address.

--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.