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 type of operation that spawned the work request.

percentComplete

percentComplete: number

The percentage complete of the operation tracked by the 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 the work request.

status

The status of current work request.

timeAccepted

timeAccepted: Date

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

Optional timeFinished

timeFinished: Date

The date and time the work request completed, in the format defined by RFC 3339.

Optional timeStarted

timeStarted: Date

The date and time the work request was started, in the format defined by RFC 3339.

Functions

getDeserializedJsonObj

getJsonObj