You can create tasks with default settings or with settings specified in a configuration file.
You can create only the following types of user tasks: ODS, Update, Rollback, ODFIM, ContainerScan, and InventoryScan.
To create a task with default settings, execute the following command:
kesl-control [-T] --create-task <
task name
> --type <
task type
>
where:
<
task name
>
is the name you assign to the new task;<
task type
>
is the type of task.A task of the specified type is created with default settings.
To create a task with the settings specified in the configuration file, execute the following command:
kesl-control [-T] --create-task <
task name
> --type <
task type
> --file <
path to file
> [--json]
where:
<
task name
>
is the name you assign to the new task;<
task type
>
is the type of task;<
path to file
>
is the full path to the configuration file.A task of the specified type is created with settings specified in a configuration file.
Page top