69.79. 共享安全服务列表
列出安全服务。
使用方法:
openstack share security service list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--all-projects]
[--share-network <share-network>]
[--status <status>]
[--name <name>] [--type <type>]
[--user <user]
[--dns-ip <dns-ip>] [--ou <ou>]
[--server <server>]
[--domain <domain>] [--detail]
[--limit <num-security-services>]
[--marker <security-service>]
openstack share security service list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--all-projects]
[--share-network <share-network>]
[--status <status>]
[--name <name>] [--type <type>]
[--user <user]
[--dns-ip <dns-ip>] [--ou <ou>]
[--server <server>]
[--domain <domain>] [--detail]
[--limit <num-security-services>]
[--marker <security-service>]
| value | Summary |
|---|---|
| -h, --help | 显示帮助信息并退出 |
| --all-projects | 显示所有项目(仅限管理员)的信息。 |
| --share-network <share-network> | 根据共享网络名称或 id 过滤结果。 |
| --status <status> | 根据状态过滤结果。 |
| --name <name> | 根据安全服务名称过滤结果。 |
| --type <type> | 根据安全服务类型过滤结果。 |
| --user <user | 根据项目使用的安全服务用户或组过滤结果。 |
| --dns-ip <dns-ip> | 根据项目网络中使用的 dns ip address 过滤结果。 |
| --ou <ou> | 根据安全服务 ou (机构单元)过滤结果。仅适用于 microversion >= 2.44。 |
| --server <server> | 根据安全服务 IP 地址或主机名过滤结果。 |
| --domain <domain> | 根据安全服务域过滤结果。 |
| --detail | 显示有关过滤的安全服务的详细信息。 |
| --limit <num-security-services> | 限制返回的安全服务数量 |
| --marker <security-service> | 上一页的最后一个安全服务 ID |
| value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | 输出格式,默认为 table |
| -c COLUMN, --column COLUMN | 指定要包含的列,可以重复显示多个列 |
| --sort-column SORT_COLUMN | 指定排序数据的列(指定第一个指定的列具有优先级,非存在的列将被忽略)可以重复 |
| --sort-ascending | 以升序对列进行排序 |
| --sort-descending | 以降序对列进行排序 |
| value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | 当包含引号时,则默认为非数字 |
| value | Summary |
|---|---|
| --noindent | 是否禁用对 json 的缩进 |
| value | Summary |
|---|---|
| --max-width <integer> | 最大显示宽度,即 <1 来禁用。您还可以使用 CLIFF_MAX_TERM_WIDTH 环境变量,但参数具有优先权。 |
| --fit-width | 将表与显示宽度匹配。如果 --max 宽度大于 0,则表示表示。将环境变量 CLIFF_FIT_WIDTH=1 设置为 always 启用 |
| --print-empty | 如果没有要显示数据,则打印空表。 |