GetTaggingWorkRequest

get

/20160918/taggingWorkRequests/{work_request_id}

Get details of a specified work request. The workRequestID is returned in the opc-workrequest-id header for any asynchronous operation in the tagging service.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The work request was retrieved.
Headers
Body ()
Root Schema : TaggingWorkRequest
Type: object
The asynchronous API request does not take effect immediately. This request spawns an asynchronous workflow to fulfill the request. WorkRequest objects provide visibility for in-progress workflows.
Show Source
Nested Schema : resources
Type: array
The resources this work request affects.
Show Source
Nested Schema : WorkRequestResource
Type: object
A resource that is created or operated on by an asynchronous operation that is tracked by a work request.
Show Source

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

Default Response

An error has occurred.
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source
Back to Top