qlik reload-task create
Description
Create a task for a specified app. This command is experimental, and it may change between releases
Usage
qlik reload-task create [flags]
Flags
Local
-
--appId
(string)
- the ID of the app for the reload task. -
--endDateTime
(string)
- The time that the task will stop recurring. -
--file
(string)
[shorthand:-f]
- Reads request from a file -
--help
[shorthand:-h]
- help for create -
--interval
(int)
- Duration in seconds to wait between retries, at least 1 (default 1) -
--partial
- reload task being partial or not -
--quiet
[shorthand:-q]
- Return only ids from the command -
--raw
- Return original response from server without any processing -
--recurrence
(strings)
- List of RECUR lines for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND lines are not allowed in this field; event start and end times are specified in the start and end fields. This field is omitted for single events or instances of recurring events -
--retry
(int)
- Number of retries to do before failing, max 10 -
--startDateTime
(string)
- The time that the task execution start recurring. -
--timeZone
(string)
- The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, e.g. Europe/Zurich.) This field specifies the time zone in which the event start/end are expanded. If missing the start/end fields must specify a UTC offset in RFC3339 format. -
--type
(string)
- type of task being created -
--userId
(string)
- the ID of the user
Global
-
--config
(string)
[shorthand:-c]
- path/to/config.yml where parameters can be set instead of on the command line -
--context
(string)
- Name of the context used when connecting to Qlik Associative Engine -
--headers
(stringToString)
- Http headers to use when connecting to Qlik Associative Engine (default []) -
--insecure
- Enabling insecure will make it possible to connect using self signed certificates -
--json
- Returns output in JSON format if possible, disables verbose and traffic output -
--server
(string)
[shorthand:-s]
- URL to a Qlik Sense server (SaaS or Enterprise on Windows) or directly to a Qlik Associative Engine -
--server-type
(string)
- The type of server you are using: cloud (SaaS), windows (Enterprise on Windows) or engine -
--verbose
[shorthand:-v]
- Log extra information