Retrieve the Status of an Import Operation

get

ic/api/common/v1/importServiceInstanceArchive/{jobId}

Retrieves the status of the import operation for a given job id.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : Object
Type: object

404 Response

Not found, job Id doesn't exist

500 Response

Server error
Back to Top

Examples

The following example shows how to retrieve the status of an import operation by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL. For more information about endpoint URL structure, see Send Requests.

Example: Retrieve the status of an import operation

curl --location 'https:// design.integration.region.ocp.oraclecloud.com/ic/api/common/v1/importServiceInstanceArchive/DFGHJ345678c079123d5?integrationInstance=service-instance
        ' \--header
        'Authorization: Bearer xxx
Back to Top