openstack runtime create
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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.
openstack runtime list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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.
openstack runtime pool show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    runtime
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
runtime¶Runtime ID.
This command is provided by the python-qinlingclient plugin.
openstack runtime show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    runtime
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
runtime¶Runtime ID.
This command is provided by the python-qinlingclient plugin.
openstack function create
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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]
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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).
This command is provided by the python-qinlingclient plugin.
openstack function delete FUNCTION [FUNCTION ...]
FUNCTION¶Id 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.
This command is provided by the python-qinlingclient plugin.
openstack function execution create
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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.
openstack function execution list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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.
openstack function execution show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    execution
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
execution¶Execution ID.
This command is provided by the python-qinlingclient plugin.
openstack function list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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’)
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.
openstack function show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    function
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
function¶Function ID.
This command is provided by the python-qinlingclient plugin.
openstack function update
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--name NAME]
    [--description DESCRIPTION]
    [--entry ENTRY]
    [--file CODE_FILE_PATH | --package CODE_PACKAGE_PATH]
    [--container CONTAINER]
    [--object OBJECT]
    [--cpu CPU]
    [--memory-size MEMORY_SIZE]
    id
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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).
id¶Function ID.
This command is provided by the python-qinlingclient plugin.
openstack function version create
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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 versio_number
function_id¶Function ID.
versio_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.
openstack function version list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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.
openstack function version show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
function_id¶Function ID.
version_number¶Function version.
This command is provided by the python-qinlingclient plugin.
openstack function worker list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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.
openstack function execution create
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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.
openstack function execution list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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.
openstack function execution show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    execution
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
execution¶Execution ID.
This command is provided by the python-qinlingclient plugin.
openstack job create
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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.
openstack job list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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.
openstack job show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    job
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
job¶Job ID.
This command is provided by the python-qinlingclient plugin.
openstack job update
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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.
openstack webhook create
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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.
openstack webhook list
    [-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]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--quote <QUOTE_MODE>¶when to include quotes, defaults to nonnumeric
--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.
openstack webhook show
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    webhook
-f <FORMATTER>, --format <FORMATTER>¶the output format, defaults to table
-c COLUMN, --column COLUMN¶specify the column(s) to include, can be repeated
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
webhook¶Webhook ID.
This command is provided by the python-qinlingclient plugin.
openstack webhook update
    [-f {json,shell,table,value,yaml}]
    [-c COLUMN]
    [--max-width <integer>]
    [--fit-width]
    [--print-empty]
    [--noindent]
    [--prefix PREFIX]
    [--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
--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.
--noindent¶whether to disable indenting the JSON
--prefix <PREFIX>¶add a prefix to all variable names
--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.