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:
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:
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:
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:
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:
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:
Options:
| Name | Type | Description | Default |
|---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
orca endpoint-group project add¶
Associate a project with an endpoint group.
Usage:
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:
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:
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:
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:
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 |