Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListJobExecutionsRequest

example

Click here to see how to use ListJobExecutionsRequest.

Properties

catalogId

catalogId: string

Unique catalog identifier.

Optional createdById

createdById: undefined | string

OCID of the user who created the resource.

Optional dataEntityKey

dataEntityKey: undefined | string

Unique entity key.

Optional errorCode

errorCode: undefined | string

Error code returned from the job execution or null if job is still running or didn't return an error.

Optional errorMessage

errorMessage: undefined | string

Error message returned from the job execution or null if job is still running or didn't return an error.

Optional eventKey

eventKey: undefined | string

Event that triggered the execution of this job or null.

Optional externalUrl

externalUrl: undefined | string

The a URL of the job for accessing this resource and its status.

Optional fields

fields: Array<Fields>

Specifies the fields to return in a job execution summary response.

jobKey

jobKey: string

Unique job key.

Optional jobType

jobType: model.JobType

Job type.

Optional lifecycleState

lifecycleState: model.JobExecutionState

Job execution lifecycle state.

Optional limit

limit: undefined | number

The maximum number of items to return.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional page

page: undefined | string

The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.

Optional parentKey

parentKey: undefined | string

The unique key of the parent execution or null if this job execution has no parent.

Optional processKey

processKey: undefined | string

Process identifier related to the job execution.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: SortBy

The field to sort by. Only one sort order may be provided; the default is descending. Use sortOrder query param to specify order.

Optional sortOrder

sortOrder: SortOrder

The sort order to use, either 'asc' or 'desc'.

Optional subType

subType: undefined | string

Sub-type of this job execution.

Optional timeCreated

timeCreated: Date

Time that the resource was created. An RFC3339 formatted datetime string.

Optional timeEnd

timeEnd: Date

Time that the job execution ended or null if the job is still running or hasn't run yet. An RFC3339 formatted datetime string.

Optional timeStart

timeStart: Date

Time that the job execution was started or in the case of a future time, the time when the job will start. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

Time that the resource was updated. An RFC3339 formatted datetime string.

Optional updatedById

updatedById: undefined | string

OCID of the user who updated the resource.