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: OperationType

The resources that are affected by the work request.

percentComplete

percentComplete: number

Progress of the work request in percentage. 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 current status of the work request.

timeAccepted

timeAccepted: Date

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

Optional timeFinished

timeFinished: Date

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

Optional timeStarted

timeStarted: Date

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

Functions

getDeserializedJsonObj

getJsonObj