Download OpenAPI specification:Download
filter[id][EQ] | string |
filter[id][IN] | string |
filter[namespace][EQ] | string |
filter[namespace][IN] | Array of strings |
filter[name][EQ] | string |
filter[name][CO] | string |
filter[task.type][EQ] | string |
filter[created][LT] | string <date-time> |
filter[created][GT] | string <date-time> |
filter[startedAt][LT] | string <date-time> |
filter[startedAt][GT] | string <date-time> |
filter[finishedAt][LT] | string <date-time> |
filter[finishedAt][GT] | string <date-time> |
filter[state][EQ] | string (jobState) Enum: "Creating" "Pending" "Executing" "Cancelled" "CompletedSuccess" "CompletedError" "Failed" |
filter[state][IN] | Array of strings (jobState) Items Enum: "Creating" "Pending" "Executing" "Cancelled" "CompletedSuccess" "CompletedError" "Failed" |
filter[ownerPrincipal][EQ] | string |
filter[exitCode][EQ] | int |
filter[exitCode][NE] | int |
filter[exitCode][LT] | int |
filter[exitCode][GT] | int |
page[offset] | integer |
page[limit] | integer |
sort | string Enum: "created" "-created" "name" "-name" "id" "-id" |
filter[executionNodeName][EQ] | string |
filter[executionNodeId][EQ] | string |
{- "data": [
- {
- "id": "string",
- "namespace": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "ownerPrincipal": "string",
- "task": {
- "type": "slc",
- "programSource": {
- "type": "path",
- "path": "string"
}, - "systemOptions": [
- {
- "name": "string",
- "value": "string",
- "mergeType": "set"
}
], - "envVars": [
- {
- "name": "string",
- "value": "string"
}
], - "allowWarnings": true
}, - "outputs": {
- "property1": {
- "path": "string",
- "contentType": "string"
}, - "property2": {
- "path": "string",
- "contentType": "string"
}
}, - "executionProfileId": "string",
- "status": {
- "state": "Creating",
- "pendingReason": "string",
- "failureReason": "string",
- "exitCode": 0,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "executionNodeName": "string",
- "executionNodeId": "string",
- "events": [
- {
- "time": "2019-08-24T14:15:22Z",
- "type": "stateChanged",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "cancelled": true,
- "emailPolicy": "ALWAYS",
- "submissionHost": "string"
}
], - "totalCount": 0
}
id | string |
namespace required | string |
name | string |
created | string <date-time> |
ownerPrincipal | string |
required | any (taskDef) |
object (jobOutputs) | |
executionProfileId required | string |
object (jobStatus) | |
cancelled | boolean |
emailPolicy | string (jobEmailPolicy) Enum: "ALWAYS" "NEVER" "ONFAILURE" |
submissionHost | string |
{- "id": "string",
- "namespace": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "ownerPrincipal": "string",
- "task": {
- "type": "slc",
- "programSource": {
- "type": "path",
- "path": "string"
}, - "systemOptions": [
- {
- "name": "string",
- "value": "string",
- "mergeType": "set"
}
], - "envVars": [
- {
- "name": "string",
- "value": "string"
}
], - "allowWarnings": true
}, - "outputs": {
- "property1": {
- "path": "string",
- "contentType": "string"
}, - "property2": {
- "path": "string",
- "contentType": "string"
}
}, - "executionProfileId": "string",
- "status": {
- "state": "Creating",
- "pendingReason": "string",
- "failureReason": "string",
- "exitCode": 0,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "executionNodeName": "string",
- "executionNodeId": "string",
- "events": [
- {
- "time": "2019-08-24T14:15:22Z",
- "type": "stateChanged",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "cancelled": true,
- "emailPolicy": "ALWAYS",
- "submissionHost": "string"
}
{- "id": "string",
- "namespace": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "ownerPrincipal": "string",
- "task": {
- "type": "slc",
- "programSource": {
- "type": "path",
- "path": "string"
}, - "systemOptions": [
- {
- "name": "string",
- "value": "string",
- "mergeType": "set"
}
], - "envVars": [
- {
- "name": "string",
- "value": "string"
}
], - "allowWarnings": true
}, - "outputs": {
- "property1": {
- "path": "string",
- "contentType": "string"
}, - "property2": {
- "path": "string",
- "contentType": "string"
}
}, - "executionProfileId": "string",
- "status": {
- "state": "Creating",
- "pendingReason": "string",
- "failureReason": "string",
- "exitCode": 0,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "executionNodeName": "string",
- "executionNodeId": "string",
- "events": [
- {
- "time": "2019-08-24T14:15:22Z",
- "type": "stateChanged",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "cancelled": true,
- "emailPolicy": "ALWAYS",
- "submissionHost": "string"
}
jobId required | string ID of the job |
{- "id": "string",
- "namespace": "string",
- "name": "string",
- "created": "2019-08-24T14:15:22Z",
- "ownerPrincipal": "string",
- "task": {
- "type": "slc",
- "programSource": {
- "type": "path",
- "path": "string"
}, - "systemOptions": [
- {
- "name": "string",
- "value": "string",
- "mergeType": "set"
}
], - "envVars": [
- {
- "name": "string",
- "value": "string"
}
], - "allowWarnings": true
}, - "outputs": {
- "property1": {
- "path": "string",
- "contentType": "string"
}, - "property2": {
- "path": "string",
- "contentType": "string"
}
}, - "executionProfileId": "string",
- "status": {
- "state": "Creating",
- "pendingReason": "string",
- "failureReason": "string",
- "exitCode": 0,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "executionNodeName": "string",
- "executionNodeId": "string",
- "events": [
- {
- "time": "2019-08-24T14:15:22Z",
- "type": "stateChanged",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
]
}, - "cancelled": true,
- "emailPolicy": "ALWAYS",
- "submissionHost": "string"
}
jobId required | string ID of the job |
{- "state": "Creating",
- "pendingReason": "string",
- "failureReason": "string",
- "exitCode": 0,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "executionNodeName": "string",
- "executionNodeId": "string",
- "events": [
- {
- "time": "2019-08-24T14:15:22Z",
- "type": "stateChanged",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
]
}