Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace WorkRequest

An asynchronous work request.

Properties

compartmentId

compartmentId: string

The OCID of the compartment that contains the work request.

id

id: string

The OCID of the work request.

operationType

operationType: string

The asynchronous operation tracked by this work request.

percentComplete

percentComplete: number

The percentage complete of the operation tracked by this work request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

resources

resources: Array<WorkRequestResource>

The resources that are affected by this work request.

status

status: Status

The status of the work request.

timeAccepted

timeAccepted: Date

The date and time the work request was created, in the format defined by RFC3339.

Optional timeFinished

timeFinished: Date

The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}. Format is defined by RFC3339.

Optional timeStarted

timeStarted: Date

The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS}, in the format defined by RFC3339.

Functions

getDeserializedJsonObj

getJsonObj