Administrators, impersonating a service user, can use this call to create a new job.
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.
The type of job (Caching).
A string representing the time interval (Hour/Day/Week/Month).
An integer that represents how many of the selected frequency unit the job should wait before running again.
An enum indicating the level of log verbosity (1-5).
An object containing job-specific parameters.
A Boolean value indicating whether the job is enabled. The default value is true.
An optional DateTime value that can be used to set the initial start time for the job.
OK