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
-
id(required): string
Recovery job identifier.
Query Parameters
-
integrationInstance(required): string
This is the name of the service instance. You can get this value from the About page where it is specified in the Service instance field.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json; charset=utf-8
200 Response
Successful operation
Root Schema : RecoveryJobRs
Type:
Show Source
object
-
created-date: string
(date-time)
Created Date
-
failed-count: integer
(int64)
Failed Count
-
in-progress-count: integer
(int64)
inProgress Count
-
recovered-count: integer
(int64)
Recovered Count
-
total-count: integer
(int64)
Total Count
400 Response
Malformed parameters
500 Response
Server error
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