Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace WorkRequestSummary

A summary of the status of a work request.

Properties

compartmentId

compartmentId: string

Unique identifier (OCID) of the compartment that contains the work request.

id

id: string

The OCID identifying this work request.

operationType

operationType: string

The asynchronous operation tracked by this work request.

percentComplete

percentComplete: number

Percentage of the work request completed. 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: string

The status of the specified 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