Chapter 29. dynamic
			This chapter describes the commands under the dynamic command.
		
29.1. dynamic action create Copy linkLink copied to clipboard!
Create new action.
Usage:
| Value | Summary | 
|---|---|
|   name  |   Dynamic action name  | 
|   class_name  |   Dynamic action class name  | 
|   code_source  |   Code source id or name  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
|   --public  |   With this flag an action will be marked as "public".  | 
|   --namespace [NAMESPACE]  |   Namespace to create the action within.  | 
| 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 to show multiple columns  | 
| 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.  | 
29.2. dynamic action delete Copy linkLink copied to clipboard!
Delete action.
Usage:
openstack dynamic action delete [-h] [--namespace [NAMESPACE]]
                                       identifier [identifier ...]
openstack dynamic action delete [-h] [--namespace [NAMESPACE]]
                                       identifier [identifier ...]
| Value | Summary | 
|---|---|
|   identifier  |   Dynamic action name or id (can be repeated multiple times).  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
|   --namespace [NAMESPACE]  |   Namespace of the dynamic action(s).  | 
29.3. dynamic action list Copy linkLink copied to clipboard!
List all dynamic actions.
Usage:
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
|   --marker [MARKER]  |   The last execution uuid of the previous page, displays list of executions after "marker".  | 
|   --limit [LIMIT]  |   Maximum number of entries to return in a single result.  | 
|   --sort_keys [SORT_KEYS]  |   Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list --sort_keys=id,description  | 
|   --sort_dirs [SORT_DIRS]  |   Comma-separated list of sort directions. default: asc. Example: mistral execution-list --sort_keys=id,description --sort_dirs=asc,desc  | 
|   --filter FILTERS  |   Filters. can be repeated.  | 
|   --namespace [NAMESPACE]  |   Namespace of dynamic actions.  | 
| 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 to show multiple columns  | 
|   --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  | 
|   --sort-ascending  |   Sort the column(s) in ascending order  | 
|   --sort-descending  |   Sort the column(s) in descending order  | 
| 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.  | 
29.4. dynamic action show Copy linkLink copied to clipboard!
Show specific dynamic action.
Usage:
| Value | Summary | 
|---|---|
|   identifier  |   Dynamic action identifier (name or id)  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
|   --namespace [NAMESPACE]  |   Namespace to create the dynamic action within.  | 
| 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 to show multiple columns  | 
| 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.  | 
29.5. dynamic action update Copy linkLink copied to clipboard!
Update dynamic action.
Usage:
| Value | Summary | 
|---|---|
|   identifier  |   Dynamic action identifier (id or name)  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
|   --class-name [CLASS_NAME]  |   Dynamic action class name.  | 
|   --code-source [CODE_SOURCE]  |   Code source identifier (id or name).  | 
|   --public  |   With this flag action will be marked as "public".  | 
|   --namespace [NAMESPACE]  |   Namespace of the action.  | 
| 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 to show multiple columns  | 
| 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.  |