Chapter 49. messaging
			This chapter describes the commands under the messaging command.
		
49.1. messaging claim create Copy linkLink copied to clipboard!
Create claim and return a list of claimed messages
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.2. messaging claim query Copy linkLink copied to clipboard!
Display claim details
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.3. messaging claim release Copy linkLink copied to clipboard!
Delete a claim
Usage:
openstack messaging claim release [-h] <queue_name> <claim_id>
openstack messaging claim release [-h] <queue_name> <claim_id>
| 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  | 
49.4. messaging claim renew Copy linkLink copied to clipboard!
Renew a claim
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.5. messaging flavor create Copy linkLink copied to clipboard!
Create a pool flavor
Usage:
| Value | Summary | 
|---|---|
|   <flavor_name>  |   Name of the flavor  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
|   --pool_list <pool_list>  |   Pool list for flavor  | 
|   --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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.6. messaging flavor delete Copy linkLink copied to clipboard!
Delete a pool flavor
Usage:
openstack messaging flavor delete [-h] <flavor_name>
openstack messaging flavor delete [-h] <flavor_name>
| Value | Summary | 
|---|---|
|   <flavor_name>  |   Name of the flavor  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
49.7. messaging flavor list Copy linkLink copied to clipboard!
List available pool flavors
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.8. messaging flavor show Copy linkLink copied to clipboard!
Display pool flavor details
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.9. messaging flavor update Copy linkLink copied to clipboard!
Update a flavor’s attributes
Usage:
| Value | Summary | 
|---|---|
|   <flavor_name>  |   Name of the flavor  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
|   --pool_list <pool_list>  |   Pool list 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.10. messaging health Copy linkLink copied to clipboard!
Display detailed health status of Zaqar server
Usage:
openstack messaging health [-h]
openstack messaging health [-h]
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
49.11. messaging homedoc Copy linkLink copied to clipboard!
Display detailed resource doc of Zaqar server
Usage:
openstack messaging homedoc [-h]
openstack messaging homedoc [-h]
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
49.12. messaging message list Copy linkLink copied to clipboard!
List all messages for a given queue
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.13. messaging message post Copy linkLink copied to clipboard!
Post messages for a given queue
Usage:
openstack messaging message post [-h] [--client-id <client_id>]
                                        <queue_name> <messages>
openstack messaging message post [-h] [--client-id <client_id>]
                                        <queue_name> <messages>
| 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.  | 
49.14. messaging ping Copy linkLink copied to clipboard!
Check if Zaqar server is alive or not
Usage:
openstack messaging ping [-h] [-f {json,shell,table,value,yaml}]
                                [-c COLUMN] [--noindent] [--prefix PREFIX]
                                [--max-width <integer>] [--fit-width]
                                [--print-empty]
openstack messaging ping [-h] [-f {json,shell,table,value,yaml}]
                                [-c COLUMN] [--noindent] [--prefix PREFIX]
                                [--max-width <integer>] [--fit-width]
                                [--print-empty]
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.15. messaging pool create Copy linkLink copied to clipboard!
Create a pool
Usage:
| 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  | 
|   --flavor <flavor>  |   Flavor 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.16. messaging pool delete Copy linkLink copied to clipboard!
Delete a pool
Usage:
openstack messaging pool delete [-h] <pool_name>
openstack messaging pool delete [-h] <pool_name>
| Value | Summary | 
|---|---|
|   <pool_name>  |   Name of the pool  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
49.17. messaging pool list Copy linkLink copied to clipboard!
List available Pools
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.18. messaging pool show Copy linkLink copied to clipboard!
Display pool details
Usage:
openstack messaging pool show [-h] [-f {json,shell,table,value,yaml}]
                                     [-c COLUMN] [--noindent]
                                     [--prefix PREFIX] [--max-width <integer>]
                                     [--fit-width] [--print-empty]
                                     <pool_name>
openstack messaging pool show [-h] [-f {json,shell,table,value,yaml}]
                                     [-c COLUMN] [--noindent]
                                     [--prefix PREFIX] [--max-width <integer>]
                                     [--fit-width] [--print-empty]
                                     <pool_name>
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.19. messaging pool update Copy linkLink copied to clipboard!
Update a pool attribute
Usage:
| 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  | 
|   --flavor <flavor>  |   Flavor 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.20. messaging queue create Copy linkLink copied to clipboard!
Create a queue
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.21. messaging queue delete Copy linkLink copied to clipboard!
Delete a queue
Usage:
openstack messaging queue delete [-h] <queue_name>
openstack messaging queue delete [-h] <queue_name>
| Value | Summary | 
|---|---|
|   <queue_name>  |   Name of the queue  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
49.22. messaging queue get metadata Copy linkLink copied to clipboard!
Get queue metadata
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.23. messaging queue list Copy linkLink copied to clipboard!
List available queues
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.24. messaging queue purge Copy linkLink copied to clipboard!
Purge a queue
Usage:
openstack messaging queue purge [-h]
                                       [--resource_types <resource_types>]
                                       <queue_name>
openstack messaging queue purge [-h]
                                       [--resource_types <resource_types>]
                                       <queue_name>
| 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.  | 
49.25. messaging queue set metadata Copy linkLink copied to clipboard!
Set queue metadata
Usage:
openstack messaging queue set metadata [-h]
                                              <queue_name> <queue_metadata>
openstack messaging queue set metadata [-h]
                                              <queue_name> <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  | 
49.26. messaging queue signed url Copy linkLink copied to clipboard!
Create a pre-signed url
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.27. messaging queue stats Copy linkLink copied to clipboard!
Get queue stats
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.28. messaging subscription create Copy linkLink copied to clipboard!
Create a subscription for queue
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.29. messaging subscription delete Copy linkLink copied to clipboard!
Delete a subscription
Usage:
openstack messaging subscription delete [-h]
                                               <queue_name> <subscription_id>
openstack messaging subscription delete [-h]
                                               <queue_name> <subscription_id>
| 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  | 
49.30. messaging subscription list Copy linkLink copied to clipboard!
List available subscriptions
Usage:
| 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 | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   When to include quotes, defaults to nonnumeric  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| 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.  | 
49.31. messaging subscription show Copy linkLink copied to clipboard!
Display subscription details
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  | 
49.32. messaging subscription update Copy linkLink copied to clipboard!
Update a subscription
Usage:
| 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 | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
| 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.  |