此内容没有您所选择的语言版本。

Chapter 72. tsigkey


This chapter describes the commands under the tsigkey command.

72.1. tsigkey create

Usage:

openstack tsigkey create [-h] [-f {json,shell,table,value,yaml}]

                              [-c COLUMN] [--max-width <integer>]
                              [--fit-width] [--print-empty] [--noindent]
                              [--prefix PREFIX] --name NAME --algorithm
                              ALGORITHM --secret SECRET --scope SCOPE
                              --resource-id RESOURCE_ID [--all-projects]
                              [--edit-managed]
                              [--sudo-project-id SUDO_PROJECT_ID]
Copy to Clipboard Toggle word wrap

Create new tsigkey

Expand
Table 72.1. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name NAME

Tsigkey name

--algorithm ALGORITHM

TSIGKey algorithm

--secret SECRET

Tsigkey secret

--scope SCOPE

Tsigkey scope

--resource-id RESOURCE_ID

TSIGKey resource_id

--all-projects

Show results from all projects. default: false

--edit-managed

Edit resources marked as managed. default: false

--sudo-project-id SUDO_PROJECT_ID

Project ID to impersonate for this command. Default: None

Expand
Table 72.2. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 72.3. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 72.4. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 72.5. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-designateclient plugin.

72.2. tsigkey delete

Usage:

openstack tsigkey delete [-h] [--all-projects] [--edit-managed]

                              [--sudo-project-id SUDO_PROJECT_ID]
                              id
Copy to Clipboard Toggle word wrap

Delete tsigkey

Expand
Table 72.6. Positional Arguments
ValueSummary

id

Tsigkey id

Expand
Table 72.7. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--all-projects

Show results from all projects. default: false

--edit-managed

Edit resources marked as managed. default: false

--sudo-project-id SUDO_PROJECT_ID

Project ID to impersonate for this command. Default: None

This command is provided by the python-designateclient plugin.

72.3. tsigkey list

Usage:

openstack tsigkey list [-h] [-f {csv,json,table,value,yaml}]

                            [-c COLUMN] [--max-width <integer>]
                            [--fit-width] [--print-empty] [--noindent]
                            [--quote {all,minimal,none,nonnumeric}]
                            [--sort-column SORT_COLUMN] [--name NAME]
                            [--algorithm ALGORITHM] [--scope SCOPE]
                            [--all-projects] [--edit-managed]
                            [--sudo-project-id SUDO_PROJECT_ID]
Copy to Clipboard Toggle word wrap

List tsigkeys

Expand
Table 72.8. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name NAME

Tsigkey name

--algorithm ALGORITHM

TSIGKey algorithm

--scope SCOPE

Tsigkey scope

--all-projects

Show results from all projects. default: false

--edit-managed

Edit resources marked as managed. default: false

--sudo-project-id SUDO_PROJECT_ID

Project ID to impersonate for this command. Default: None

Expand
Table 72.9. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 72.10. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 72.11. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 72.12. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-designateclient plugin.

72.4. tsigkey set

Usage:

openstack tsigkey set [-h] [-f {json,shell,table,value,yaml}]

                           [-c COLUMN] [--max-width <integer>] [--fit-width]
                           [--print-empty] [--noindent] [--prefix PREFIX]
                           [--name NAME] [--algorithm ALGORITHM]
                           [--secret SECRET] [--scope SCOPE]
                           [--all-projects] [--edit-managed]
                           [--sudo-project-id SUDO_PROJECT_ID]
                           id
Copy to Clipboard Toggle word wrap

Set tsigkey properties

Expand
Table 72.13. Positional Arguments
ValueSummary

id

Tsigkey id

Expand
Table 72.14. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name NAME

Tsigkey name

--algorithm ALGORITHM

TSIGKey algorithm

--secret SECRET

Tsigkey secret

--scope SCOPE

Tsigkey scope

--all-projects

Show results from all projects. default: false

--edit-managed

Edit resources marked as managed. default: false

--sudo-project-id SUDO_PROJECT_ID

Project ID to impersonate for this command. Default: None

Expand
Table 72.15. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 72.16. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 72.17. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 72.18. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-designateclient plugin.

72.5. tsigkey show

Usage:

openstack tsigkey show [-h] [-f {json,shell,table,value,yaml}]

                            [-c COLUMN] [--max-width <integer>]
                            [--fit-width] [--print-empty] [--noindent]
                            [--prefix PREFIX] [--all-projects]
                            [--edit-managed]
                            [--sudo-project-id SUDO_PROJECT_ID]
                            id
Copy to Clipboard Toggle word wrap

Show tsigkey details

Expand
Table 72.19. Positional Arguments
ValueSummary

id

Tsigkey id

Expand
Table 72.20. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--all-projects

Show results from all projects. default: false

--edit-managed

Edit resources marked as managed. default: false

--sudo-project-id SUDO_PROJECT_ID

Project ID to impersonate for this command. Default: None

Expand
Table 72.21. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 72.22. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 72.23. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 72.24. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-designateclient plugin.

返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat