Creating a task in the command line

If the application is being used in standard mode, you can create the following types of tasks: ODS, Update, Rollback, ODFIM, ContainerScan, and InventoryScan.

If the application is used in Light Agent mode to protect virtual environments, you can create the following types of tasks: ODS, ODFIM, ContainerScan, and InventoryScan.

You can create tasks with default settings or with settings specified in a configuration file.

To create a task with default settings, execute the following command:

kesl-control -create-task <task name> --type <task type>

where:

To create a task with the settings specified in the configuration file, execute the following command:

kesl-control --create-task <task name> --type <task type> --file <path to the configuration file> [--json]

where:

Page top