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>
Copy to Clipboard Toggle word wrap
List the nodes contained in a 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.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top