Get jobs
get
/jobs
List all jobs, job details and status of each job. Job details includes the job IDs, status, the job created date and time stamp, etc. Use optional parameters to filter the job results
Request
Supported Media Types
- application/json
Query Parameters
-
all: boolean
jobs created by both DCS and Error Correlation framework
-
count: integer
Maximum Value:
200
Get the number of last eventsDefault Value:100
-
descriptionPattern: string
filter jobs by their description
-
ec: boolean
jobs created by Error Correlation framework
-
for: string
job created on a specific date
-
from: string
job created on and after a specific date
-
head: integer
Minimum Value:
1
Maximum Value:200
Get the number of oldest jobs -
last: string
jobs created until a certain time
-
messagePattern: string
filter jobs by their message
-
notMatchDescriptionPattern: string
filter jobs that do not match their description
-
notMatchMessagePattern: string
filter jobs that do not match their message
-
status: string
job status
-
tail: integer
Minimum Value:
1
Maximum Value:200
Get the number of latest jobs -
to: string
job created on and before a specific date
Response
Supported Media Types
- application/json
200 Response
Ok
Root Schema : schema
Type:
Show Source
array
-
Array of:
object ServiceJobReportSummary
Job Request summary
Nested Schema : ServiceJobReportSummary
Type:
object
Job Request summary
Show Source
-
createTimestamp:
string(date-time)
-
description:
string
-
duration:
string
-
jobId:
string
-
jobType:
string
-
message:
string
-
status:
string
Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]
Default Response
An unexpected error has occurred