Red Hat Training

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

8.161. neutron net-list-on-dhcp-agent

usage: neutron net-list-on-dhcp-agent [-h] [-f {csv,json,table,value,yaml}]
                                      [-c COLUMN] [--max-width <integer>]
                                      [--noindent]
                                      [--quote {all,minimal,none,nonnumeric}]
                                      [--request-format {json}] [-D]
                                      [-F FIELD] [-P SIZE] [--sort-key FIELD]
                                      [--sort-dir {asc,desc}]
                                      [--tenant-id TENANT_ID] [--name NAME]
                                      [--admin-state-up {True,False}]
                                      [--status STATUS]
                                      [--shared {True,False}]
                                      [--router:external {True,False}]
                                      [--tags TAG] [--tags-any TAG]
                                      [--not-tags TAG] [--not-tags-any TAG]
                                      DHCP_AGENT
List the networks on a DHCP agent.

Positional arguments

DHCP_AGENT


        ID of the DHCP agent.

Optional arguments

-h, --help


        show this help message and exit

--request-format {json}


      DEPRECATED! Only JSON request format is supported.

-D, --show-details


        Show detailed information.

-F FIELD, --field FIELD


      Specify the field(s) to be returned by server. You can
      repeat this option.

-P SIZE, --page-size SIZE


      Specify retrieve unit of each request, then split one
      request to several requests.

--sort-key FIELD


        Sorts the list by the specified fields in the
      specified directions. You can repeat this option, but
      you must specify an equal number of sort_dir and
      sort_key values. Extra sort_dir options are ignored.
      Missing sort_dir options use the default asc value.

--sort-dir {asc,desc}


      Sorts the list in the specified direction. You can
      repeat this option.