此内容没有您所选择的语言版本。
Chapter 31. event
This chapter describes the commands under the event
command.
31.1. event trigger create 复制链接链接已复制到粘贴板!
Usage:
Create new trigger.
Value | Summary |
---|---|
name | Event trigger name |
workflow_id | Workflow id |
exchange | Event trigger exchange |
topic | Event trigger topic |
event | Event trigger event name |
workflow_input | Workflow input |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--params PARAMS | Workflow params |
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-mistralclient plugin.
31.2. event trigger delete 复制链接链接已复制到粘贴板!
Usage:
openstack event trigger delete [-h] event_trigger_id [event_trigger_id ...]
openstack event trigger delete [-h]
event_trigger_id [event_trigger_id ...]
Delete trigger.
Value | Summary |
---|---|
event_trigger_id | Id of event trigger(s). |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
31.3. event trigger list 复制链接链接已复制到粘贴板!
Usage:
List all event triggers.
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-mistralclient plugin.
31.4. event trigger show 复制链接链接已复制到粘贴板!
Usage:
Show specific event trigger.
Value | Summary |
---|---|
event_trigger | Event trigger id |
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-mistralclient plugin.