Resubmit an Errored Integration Instance

post

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

Resubmit the errored integration instance with the specified 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 resubmit 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: Resubmit 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/resubmit
Back to Top