Discard an Errored Integration Instance

post

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

Discard the errored integration instance with the specified errored instance identifier.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

202 Response

Request Accepted

400 Response

Malformed parameters

401 Response

Unauthorized

403 Response

Forbidden

412 Response

Precondition failed

500 Response

Server error
Back to Top

Examples

The following example shows how to discard an error integration instance by submitting a POST 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: Discard the error instance with id 19

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