Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace WorkRequest

The description of work request, including its status.

Properties

compartmentId

compartmentId: string

The identifier of the compartment that contains the work request.

id

id: string

The identifier of the work request.

odaInstanceId

odaInstanceId: string

The identifier of the Digital Assistant instance to which this work request pertains.

percentComplete

percentComplete: number

Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

requestAction

requestAction: RequestAction

The type of the operation that's associated with the work request.

resourceId

resourceId: string

The identifier of the resource to which this work request pertains.

resources

resources: Array<WorkRequestResource>

The resources that this work request affects.

status

status: Status

The status of current work request.

Optional statusMessage

statusMessage: undefined | string

A short message that provides more detail about the current status. For example, if a work request fails, then this may include information about why it failed.

timeAccepted

timeAccepted: Date

The date and time that the request was created, as described in RFC 3339, section 14.29.

Optional timeFinished

timeFinished: Date

The date and time that the object finished, as described in RFC 3339. CKQ

Optional timeStarted

timeStarted: Date

The date and time that the request was started, as described in RFC 3339, CKQ section 14.29.

Functions

getDeserializedJsonObj

getJsonObj