Retrieve an Errored Integration Instance

get

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

Retrieves details about the errored integration instance with the specified errored instance identifier.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : errors
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : error
Type: object
Show Source
Nested Schema : ConnectionErrorRs
Type: object
Show Source
Nested Schema : IntegrationBaseRs
Type: object
Show Source

400 Response

Malformed parameters

404 Response

Integration not found

500 Response

Server error
Back to Top

Examples

The following example shows how to retrieve details about a specific error integration instance 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: Get the details of an error integration instance

curl -X GET -H 'Authorization: Bearer access_token' -H "Accept:application/json" https://integration.us.oraclecloud.com/ic/api/integration/v1/monitoring/errors/28800004
Back to Top