Retrieve an Error Recovery Job

get

/ic/api/integration/v1/monitoring/errors/recoveryJobs/{id}

Retrieves an error recovery job based on the specified job identifier.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : RecoveryJobRs
Type: object
Show Source

400 Response

Malformed parameters

500 Response

Server error
Back to Top

Examples

The following example shows how to retrieve an error recovery job 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 an Error Recovery Job

Request:

curl -X GET -H 'Authorization: Bearer access_token' -H "Content-Type:application/json" https://design.integration.region.ocp.oraclecloud.com/ic/api/integration/v1/monitoring/errors/recoveryJobs/inTwuRitEe2sHXmcDAJVyQ?integrationInstance=service-instance
Back to Top