v1

latestOpenAPI 3.1.02026-07-26474165.4 KB
Job

Get Job

Retrieve the details for a specific job.

get/job/{jobId}

Path parameters

jobIdstring required

The Id of the job you want to retrieve details from.

Response

OK

jobTypestring required

The type of job (Caching).

idstring required

The job's Id.

namestring required

The job's name.

enabledboolean required

A Boolean value indicating whether the job is enabled.

createdstring date-time required

The date and time the job was created.

lastModifiedstring date-time required

The date and time the job was last modified.

nextRunTimestring date-time required

The date and time the job is scheduled to be run next.

intervalUnitstring required

A string representing the interval unit for the job (Hour/Day/Week/Month).

intervalValueinteger required

An integer that represents how many of the selected interval unit the job should wait before running again.

logVerbosityinteger required

A number indicating the level of log verbosity (1-5).

Example response

{
  "params": {
    "autoTruncateStrings": "false"
  }
}