Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace WorkRequest

The status of a work request.

Properties

compartmentId

compartmentId: string

The OCID of the compartment containing this work request.

id

id: string

The OCID identifying this work request.

operationType

operationType: OperationType

The asynchronous operation tracked by this work request.

percentComplete

percentComplete: number

The amount of work done relative to the total amount of work. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

resources

resources: Array<WorkRequestResource>

The resources affected by this work request.

status

status: Status

The status of the work request.

timeAccepted

timeAccepted: Date

The date and time when the work request was created. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

Optional timeFinished

timeFinished: Date

The date and time when the work request reached a terminal state (FAILED or SUCCEEDED). Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

Optional timeStarted

timeStarted: Date

The date and time when the work request transitioned from ACCEPTED to IN_PROGRESS. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj