Command base class for displaying data about a single object.
openstack runtime create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--name NAME]
[--description DESCRIPTION]
[--untrusted]
IMAGE
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--name
<NAME>
¶Runtime name.
--description
<DESCRIPTION>
¶Runtime description.
--untrusted
¶Create untrusted runtime or not, will create trusted runtime if not specified
IMAGE
¶Container image name used by runtime.
This command is provided by the python-qinlingclient plugin.
openstack runtime delete RUNTIME [RUNTIME ...]
RUNTIME
¶Id of runtime(s).
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack runtime list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘id’, ‘name’, ‘image’, ‘status’, ‘description’, ‘is_public’, ‘trusted’, ‘project_id’, ‘created_at’, ‘updated_at’)
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack runtime pool show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
runtime
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
runtime
¶Runtime ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack runtime show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
runtime
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
runtime
¶Runtime ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function alias create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
--function FUNCTION
[--function-version FUNCTION_VERSION]
[--description DESCRIPTION]
name
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--function
<FUNCTION>
¶Function ID or Name.
--function-version
<FUNCTION_VERSION>
¶Function Version number.
--description
<DESCRIPTION>
¶Description for the new alias.
name
¶Function Alias name.
This command is provided by the python-qinlingclient plugin.
openstack function alias delete name [name ...]
name
¶Function Alias name(s).
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack function alias list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘name’, ‘function_id’, ‘description’, ‘function_version’, ‘project_id’, ‘created_at’, ‘updated_at’)
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function alias show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
name
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
name
¶Function Alias name.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function alias update
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--function FUNCTION]
[--function-version FUNCTION_VERSION]
[--description DESCRIPTION]
name
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--function
<FUNCTION>
¶Function ID or Name.
--function-version
<FUNCTION_VERSION>
¶Function Version number.
--description
<DESCRIPTION>
¶Description for the new alias.
name
¶Function Alias name.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--runtime RUNTIME]
[--name NAME]
[--entry ENTRY]
[--file CODE_FILE_PATH | --package CODE_PACKAGE_PATH]
[--container CONTAINER]
[--object OBJECT]
[--image IMAGE]
[--cpu CPU]
[--memory-size MEMORY_SIZE]
[--timeout TIMEOUT]
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--runtime
<RUNTIME>
¶Runtime ID. Runtime is needed for function of package type and swift type, but not for the image type function.
--name
<NAME>
¶Function name.
--entry
<ENTRY>
¶Function entry in the format of <module_name>.<method_name>
--file
CODE_FILE_PATH
¶Code file path.
--package
CODE_PACKAGE_PATH
¶Code package zip file path.
--container
<CONTAINER>
¶Container name in Swift.
--object
<OBJECT>
¶Object name in Swift.
--image
<IMAGE>
¶Image name in docker hub.
--cpu
<CPU>
¶Limit of cpu resource(unit: millicpu).
--memory-size
<MEMORY_SIZE>
¶Limit of memory resource(unit: bytes).
--timeout
<TIMEOUT>
¶The function execution time at which Qinling should terminate the function. The default is 5 seconds
This command is provided by the python-qinlingclient plugin.
openstack function delete FUNCTION [FUNCTION ...]
FUNCTION
¶Id or name of function(s).
This command is provided by the python-qinlingclient plugin.
openstack function detach function
function
¶Function ID.
This command is provided by the python-qinlingclient plugin.
openstack function download [-o OUTPUT] function
-o
<OUTPUT>
,
--output
<OUTPUT>
¶Target file path. If not provided, function ID will be used
function
¶Function ID or name.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function execution create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--function-version FUNCTION_VERSION]
[--input INPUT]
[--sync | --async]
FUNCTION
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--function-version
<FUNCTION_VERSION>
¶Function version number.
--input
<INPUT>
¶Input for the function.
--sync
¶Run execution synchronously.
--async
¶Run execution asynchronously.
FUNCTION
¶Function name or ID.
This command is provided by the python-qinlingclient plugin.
openstack function execution delete
[--execution EXECUTION [EXECUTION ...]
|
--function FUNCTION
[FUNCTION ...]]
--execution
<EXECUTION>
¶ID of function execution(s).
--function
<FUNCTION>
¶ID of function(s).
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack function execution list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘id’, ‘function_id’, ‘function_version’, ‘description’, ‘input’, ‘result’, ‘status’, ‘sync’, ‘project_id’, ‘created_at’, ‘updated_at’)
This command is provided by the python-qinlingclient plugin.
openstack function execution log show execution
execution
¶Execution ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function execution show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
execution
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
execution
¶Execution ID.
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack function list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘id’, ‘name’, ‘description’, ‘count’, ‘code’, ‘runtime_id’, ‘entry’, ‘project_id’, ‘created_at’, ‘updated_at’, ‘cpu’, ‘memory_size’, ‘timeout’)
This command is provided by the python-qinlingclient plugin.
openstack function scaledown [--count COUNT] function
--count
<COUNT>
¶Number of workers to scale down.
function
¶Function ID.
This command is provided by the python-qinlingclient plugin.
openstack function scaleup [--count COUNT] function
--count
<COUNT>
¶Number of workers to scale up.
function
¶Function ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
function
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
function
¶Function ID or name.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function update
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--name NAME]
[--description DESCRIPTION]
[--entry ENTRY]
[--file CODE_FILE_PATH | --package CODE_PACKAGE_PATH]
[--container CONTAINER]
[--object OBJECT]
[--cpu CPU]
[--memory-size MEMORY_SIZE]
[--timeout TIMEOUT]
function
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--name
<NAME>
¶Function name.
--description
<DESCRIPTION>
¶Function description.
--entry
<ENTRY>
¶Function entry in the format of <module_name>.<method_name>
--file
CODE_FILE_PATH
¶Code file path.
--package
CODE_PACKAGE_PATH
¶Code package zip file path.
--container
<CONTAINER>
¶Container name in Swift.
--object
<OBJECT>
¶Object name in Swift.
--cpu
<CPU>
¶Limit of cpu resource(unit: millicpu).
--memory-size
<MEMORY_SIZE>
¶Limit of memory resource(unit: bytes).
--timeout
<TIMEOUT>
¶The function execution time at which Qinling should terminate the function. The default is 5 seconds
function
¶Function ID or name.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function version create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--description DESCRIPTION]
function
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--description
<DESCRIPTION>
¶Description for the new version.
function
¶Function name or ID.
This command is provided by the python-qinlingclient plugin.
openstack function version delete function_id version_number
function_id
¶Function ID.
version_number
¶Function version.
This command is provided by the python-qinlingclient plugin.
openstack function version detach function_id version_number
function_id
¶Function ID.
version_number
¶Function version.
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack function version list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
function_id
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘id’, ‘function_id’, ‘description’, ‘version_number’, ‘count’, ‘project_id’, ‘created_at’, ‘updated_at’)
function_id
¶Function ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack function version show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
function_id
version_number
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
function_id
¶Function ID.
version_number
¶Function version.
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack function worker list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
function
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘function_id’, ‘worker_name’)
function
¶Function ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack job create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--function-version FUNCTION_VERSION]
[--name NAME]
[--first-execution-time FIRST_EXECUTION_TIME]
[--pattern PATTERN]
[--function-input FUNCTION_INPUT]
[--count COUNT]
FUNCTION
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--function-version
<FUNCTION_VERSION>
¶Function version number. Default: 0
--name
<NAME>
¶Job name.
--first-execution-time
<FIRST_EXECUTION_TIME>
¶The earliest execution time(UTC) for the job.
--pattern
<PATTERN>
¶The cron pattern for job execution.
--function-input
<FUNCTION_INPUT>
¶Function input.
--count
<COUNT>
¶Expected number of executions triggered by job.
FUNCTION
¶Function name or ID.
This command is provided by the python-qinlingclient plugin.
openstack job delete job [job ...]
job
¶Job ID(s).
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack job list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘id’, ‘name’, ‘count’, ‘status’, ‘function_id’, ‘function_version’, ‘function_input’, ‘pattern’, ‘first_execution_time’, ‘next_execution_time’, ‘project_id’, ‘created_at’, ‘updated_at’)
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack job show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
job
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
job
¶Job ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack job update
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--name NAME]
[--status {running,paused,done,cancelled}]
[--next-execution-time NEXT_EXECUTION_TIME]
[--pattern PATTERN]
[--function-input FUNCTION_INPUT]
id
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--name
<NAME>
¶Job name.
--status
<STATUS>
¶Job status.
--next-execution-time
<NEXT_EXECUTION_TIME>
¶The next execution time(UTC) for the job.
--pattern
<PATTERN>
¶The cron pattern for job execution.
--function-input
<FUNCTION_INPUT>
¶Function input.
id
¶Job ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack webhook create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--function-version FUNCTION_VERSION]
[--description DESCRIPTION]
FUNCTION
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--function-version
<FUNCTION_VERSION>
¶Function version number. Default: 0
--description
<DESCRIPTION>
¶Webhook description.
FUNCTION
¶Function name or ID.
This command is provided by the python-qinlingclient plugin.
openstack webhook delete webhook [webhook ...]
webhook
¶Id of webhook(s).
This command is provided by the python-qinlingclient plugin.
Command base class for providing a list of data as output.
openstack webhook list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--quote
<QUOTE_MODE>
¶when to include quotes, defaults to nonnumeric
--noindent
¶whether to disable indenting the JSON
--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.
--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
--filter
<FILTERS>
¶Filters for resource query that can be repeated. Supported operands: eq, neq, in, nin, gt, gte, lt, lte, has. E.g. –filter key=”neq:123”. The available keys are (‘id’, ‘function_id’, ‘function_version’, ‘description’, ‘project_id’, ‘created_at’, ‘updated_at’, ‘webhook_url’)
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack webhook show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
webhook
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
webhook
¶Webhook ID.
This command is provided by the python-qinlingclient plugin.
Command base class for displaying data about a single object.
openstack webhook update
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--noindent]
[--prefix PREFIX]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--function-id FUNCTION_ID]
[--function-version FUNCTION_VERSION]
[--description DESCRIPTION]
id
-f
<FORMATTER>
,
--format
<FORMATTER>
¶the output format, defaults to table
-c
COLUMN
,
--column
COLUMN
¶specify the column(s) to include, can be repeated
--noindent
¶whether to disable indenting the JSON
--prefix
<PREFIX>
¶add a prefix to all variable names
--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.
--function-id
<FUNCTION_ID>
¶Function ID.
--function-version
<FUNCTION_VERSION>
¶Function version number. Default: 0
--description
<DESCRIPTION>
¶Webhook description.
id
¶Webhook ID.
This command is provided by the python-qinlingclient plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.