Skip to content

orca endpoint-group

Manage Keystone endpoint groups.

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

orca endpoint-group

Manage Keystone endpoint groups.

Usage:

orca endpoint-group [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • add-project: [deprecated, use 'endpoint-group project add' instead]
  • create: Create an endpoint group.
  • delete: Delete an endpoint group.
  • list: List endpoint groups.
  • project: Manage project membership of an endpoint group.
  • remove-project: [deprecated, use 'endpoint-group project remove' instead]
  • set: Update an endpoint group.
  • show: Show an endpoint group.

orca endpoint-group add-project

Associate a project with an endpoint group.

Usage:

orca endpoint-group add-project [OPTIONS] ENDPOINT_GROUP_ID PROJECT_ID

Options:

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

orca endpoint-group create

Create an endpoint group.

OSC-style: endpoint-group create my-eg --filter .... Legacy: endpoint-group create --name my-eg --filter ....

Usage:

orca endpoint-group create [OPTIONS] [NAME]

Options:

Name Type Description Default
--name text Endpoint group name (alternative to positional NAME). None
--filter text Filter criterion (e.g. service_id=xxx). Repeatable. Sentinel.UNSET
--description text Description. ``
--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 endpoint-group delete

Delete an endpoint group.

Usage:

orca endpoint-group delete [OPTIONS] ENDPOINT_GROUP_ID

Options:

Name Type Description Default
--yes, -y boolean N/A False
--help boolean Show this message and exit. False

orca endpoint-group list

List endpoint groups.

Usage:

orca endpoint-group list [OPTIONS]

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

orca endpoint-group project

Manage project membership of an endpoint group.

Usage:

orca endpoint-group project [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • add: Associate a project with an endpoint group.
  • remove: Remove a project from an endpoint group.
orca endpoint-group project add

Associate a project with an endpoint group.

Usage:

orca endpoint-group project add [OPTIONS] ENDPOINT_GROUP_ID PROJECT_ID

Options:

Name Type Description Default
--help boolean Show this message and exit. False
orca endpoint-group project remove

Remove a project from an endpoint group.

Usage:

orca endpoint-group project remove [OPTIONS] ENDPOINT_GROUP_ID PROJECT_ID

Options:

Name Type Description Default
--yes, -y boolean N/A False
--help boolean Show this message and exit. False

orca endpoint-group remove-project

Remove a project from an endpoint group.

Usage:

orca endpoint-group remove-project [OPTIONS] ENDPOINT_GROUP_ID PROJECT_ID

Options:

Name Type Description Default
--yes, -y boolean N/A False
--help boolean Show this message and exit. False

orca endpoint-group set

Update an endpoint group.

Usage:

orca endpoint-group set [OPTIONS] ENDPOINT_GROUP_ID

Options:

Name Type Description Default
--name text N/A None
--description text N/A None
--filter text N/A Sentinel.UNSET
--help boolean Show this message and exit. False

orca endpoint-group show

Show an endpoint group.

Usage:

orca endpoint-group show [OPTIONS] ENDPOINT_GROUP_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