View the Status of a Service Instance Lifecycle Operation

get

/paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/status/{requestName}/job/{jobId}

Returns the status of an Oracle Integration Classic instance lifecycle operation.

Request

Path Parameters
  • Identity domain ID for the Oracle Integration Classic account.
  • Job ID.
  • Name of the request for which you want to view status. Valid values include:
    • create: View the status for a create service instance operation.
    • delete: View the status of a delete instance operation.
    • control: View the status of a lifecycle state control operation.
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK (when operation is completed).

202 Response

Accepted (when operation is running).
Body ()
The response body contains information about the service instance and the status of the operation.
Root Schema : lifecyclestatus-response
Type: object
The response body contains information about the service instance and the status of the operation.
Show Source
Nested Schema : message
Type: array
Contains system messages returned during the service instance lifecycle operation.
Show Source
Back to Top