Este contenido no está disponible en el idioma seleccionado.
Chapter 45. messaging
This chapter describes the commands under the messaging command.
45.1. messaging claim create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging claim create [-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]
[--ttl <ttl>] [--grace <grace>]
[--limit <limit>]
<queue_name>
Create claim and return a list of claimed messages
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to be claim |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --ttl <ttl> | Time to live in seconds for claim |
| --grace <grace> | The message grace period in seconds |
| --limit <limit> | Claims a set of messages, up to limit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.2. messaging claim query Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging claim query [-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]
<queue_name> <claim_id>
Display claim details
| Value | Summary |
|---|---|
| <queue_name> | Name of the claimed queue |
| <claim_id> | Id of the claim |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.3. messaging claim release Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging claim release [-h] <queue_name> <claim_id>
Delete a claim
| Value | Summary |
|---|---|
| <queue_name> | Name of the claimed queue |
| <claim_id> | Claim id to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.4. messaging claim renew Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging claim renew [-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]
[--ttl <ttl>] [--grace <grace>]
<queue_name> <claim_id>
Renew a claim
| Value | Summary |
|---|---|
| <queue_name> | Name of the claimed queue |
| <claim_id> | Claim id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --ttl <ttl> | Time to live in seconds for claim |
| --grace <grace> | The message grace period in seconds |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.5. messaging flavor create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging flavor create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--capabilities <capabilities>]
<flavor_name> <pool_group>
Create a pool flavor
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| <pool_group> | Pool group for flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --capabilities <capabilities> | Describes flavor-specific capabilities, This option is only available in client api version < 2 . |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.6. messaging flavor delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging flavor delete [-h] <flavor_name>
Delete a pool flavor
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.7. messaging flavor list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging flavor 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]
[--marker <flavor_name>]
[--limit <limit>] [--detailed]
List available pool flavors
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <flavor_name> | Flavor’s paging marker |
| --limit <limit> | Page size limit |
| --detailed | If show detailed capabilities of flavor |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.8. messaging flavor show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<flavor_name>
Display pool flavor details
| Value | Summary |
|---|---|
| <flavor_name> | Flavor to display (name) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.9. messaging flavor update Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging flavor update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--pool_group <pool_group>]
[--capabilities <capabilities>]
<flavor_name>
Update a flavor’s attributes
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool_group <pool_group> | Pool group the flavor sits on |
| --capabilities <capabilities> | Describes flavor-specific capabilities. |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.10. messaging health Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging health [-h]
Display detailed health status of Zaqar server
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.11. messaging homedoc Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging homedoc [-h]
Display detailed resource doc of Zaqar server
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.12. messaging message list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging message 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]
[--message-ids <message_ids>]
[--limit <limit>] [--echo]
[--include-claimed]
[--include-delayed]
[--client-id <client_id>]
<queue_name>
List all messages for a given queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --message-ids <message_ids> | List of messages' ids to retrieve |
| --limit <limit> | Maximum number of messages to get |
| --echo | Whether to get this client’s own messages |
| --include-claimed | Whether to include claimed messages |
| --include-delayed | Whether to include delayed messages |
| --client-id <client_id> | A UUID for each client instance. |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.13. messaging message post Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging message post [-h] [--client-id <client_id>]
<queue_name> <messages>
Post messages for a given queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| <messages> | Messages to be posted. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --client-id <client_id> | A UUID for each client instance. |
This command is provided by the python-zaqarclient plugin.
45.14. messaging ping Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging ping [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
Check if Zaqar server is alive or not
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.15. messaging pool create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging pool create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--pool_group <pool_group>]
[--pool_options <pool_options>]
<pool_name> <pool_uri> <pool_weight>
Create a pool
| Value | Summary |
|---|---|
| <pool_name> | Name of the pool |
| <pool_uri> | Storage engine uri |
| <pool_weight> | Weight of the pool |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool_group <pool_group> | Group of the pool |
| --pool_options <pool_options> | An optional request component related to storage- specific options |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.16. messaging pool delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging pool delete [-h] <pool_name>
Delete a pool
| Value | Summary |
|---|---|
| <pool_name> | Name of the pool |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.17. messaging pool list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging pool 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]
[--marker <pool_name>] [--limit <limit>]
[--detailed]
List available Pools
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <pool_name> | Pool’s paging marker |
| --limit <limit> | Page size limit |
| --detailed | Detailed output |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.18. messaging pool show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging pool show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<pool_name>
Display pool details
| Value | Summary |
|---|---|
| <pool_name> | Pool to display (name) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.19. messaging pool update Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging pool update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--pool_uri <pool_uri>]
[--pool_weight <pool_weight>]
[--pool_group <pool_group>]
[--pool_options <pool_options>]
<pool_name>
Update a pool attribute
| Value | Summary |
|---|---|
| <pool_name> | Name of the pool |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool_uri <pool_uri> | Storage engine URI |
| --pool_weight <pool_weight> | Weight of the pool |
| --pool_group <pool_group> | Group of the pool |
| --pool_options <pool_options> | An optional request component related to storage- specific options |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.20. messaging queue create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name>
Create a queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.21. messaging queue delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue delete [-h] <queue_name>
Delete a queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.22. messaging queue get metadata Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue get metadata [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name>
Get queue metadata
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.23. messaging queue list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue 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]
[--marker <queue_id>] [--limit <limit>]
[--detailed]
List available queues
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <queue_id> | Queue’s paging marker |
| --limit <limit> | Page size limit |
| --detailed | If show detailed information of queue |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.24. messaging queue purge Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue purge [-h]
[--resource_types <resource_types>]
<queue_name>
Purge a queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource_types <resource_types> | Resource types want to be purged. |
This command is provided by the python-zaqarclient plugin.
45.25. messaging queue set metadata Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue set metadata [-h]
<queue_name> <queue_metadata>
Set queue metadata
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| <queue_metadata> | Queue metadata, all the metadata of the queue will be replaced by queue_metadata |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.26. messaging queue signed url Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue signed url [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--paths <paths>]
[--ttl-seconds <ttl_seconds>]
[--methods <methods>]
<queue_name>
Create a pre-signed url
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --paths <paths> | Allowed paths in a comma-separated list. options: messages, subscriptions, claims |
| --ttl-seconds <ttl_seconds> | Length of time (in seconds) until the signature expires |
| --methods <methods> | Http methods to allow as a comma-separated list. Options: GET, HEAD, OPTIONS, POST, PUT, DELETE |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.27. messaging queue stats Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging queue stats [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name>
Get queue stats
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.28. messaging subscription create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging subscription create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--options <options>]
<queue_name> <subscriber> <ttl>
Create a subscription for queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| <subscriber> | Subscriber which will be notified |
| <ttl> | Time to live of the subscription in seconds |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --options <options> | Metadata of the subscription in json format |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.29. messaging subscription delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging subscription delete [-h]
<queue_name> <subscription_id>
Delete a subscription
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue for the subscription |
| <subscription_id> | Id of the subscription |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.30. messaging subscription list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging subscription 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]
[--marker <subscription_id>]
[--limit <limit>]
<queue_name>
List available subscriptions
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <subscription_id> | Subscription’s paging marker, the ID of the last subscription of the previous page |
| --limit <limit> | Page size limit, default value is 20 |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.31. messaging subscription show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging subscription show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name> <subscription_id>
Display subscription details
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| <subscription_id> | Id of the subscription |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.32. messaging subscription update Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack messaging subscription update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--subscriber <subscriber>]
[--ttl <ttl>]
[--options <options>]
<queue_name> <subscription_id>
Update a subscription
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| <subscription_id> | Id of the subscription |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --subscriber <subscriber> | Subscriber which will be notified |
| --ttl <ttl> | Time to live of the subscription in seconds |
| --options <options> | Metadata of the subscription in json format |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| --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. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.