Red Hat Training

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

12.5. ironic chassis-list

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

Optional arguments

--detail


        Show detailed information about the chassis.

--limit <limit>


        Maximum number of chassis to return per request, 0 for
      no limit. Default is the maximum number used by the
      Ironic API Service.

--marker <chassis>


        Chassis UUID (for example, of the last chassis in the
      list from a previous request). Returns the list of
      chassis after this UUID.

--sort-key <field>


        Chassis field that will be used for sorting.

--sort-dir <direction>


      Sort direction: "asc" (the default) or "desc".

--fields <field> [<field> ...]


      One or more chassis fields. Only these fields will be
      fetched from the server. Can not be used when '--
      detail' is specified.