Update Job
Administrators, impersonating a service user, can use this call to update a specified job.
Authorizations
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.
Path Parameters
The Id of the job you want to update.
Body
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.
Response
OK
The type of job (Caching).
The job's Id.
The job's name.
A Boolean value indicating whether the job is enabled.
The date and time the job was created.
The date and time the job was last modified.
The date and time the job is scheduled to be run next.
A string representing the interval unit for the job (Hour/Day/Week/Month).
An integer that represents how many of the selected interval unit the job should wait before running again.
A number indicating the level of log verbosity (1-5).
The last run metrics for the job, including the date and time, duration, status, rows affected, and next run time.
An object containing job parameters. Caching jobs use the fields below; other job types may include additional properties.