Skip to content

orca ip-availability

Inspect Neutron IP availability per network.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca ip-availability

Inspect IP availability across networks (admin).

Reports allocated vs total addresses per subnet — useful for sizing planning before quota changes.

Usage:

orca ip-availability [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • list: List IP availability across networks.
  • show: Show IP availability for a network (with subnet breakdown).

orca ip-availability list

List IP availability across networks.

Usage:

orca ip-availability list [OPTIONS]

Options:

Name Type Description Default
--network-id text Filter by network ID. None
--ip-version choice (4 | 6) Filter by IP version. None
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca ip-availability show

Show IP availability for a network (with subnet breakdown).

Usage:

orca ip-availability show [OPTIONS] NETWORK_ID

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False