Replay an Integration Instance
post
/ic/api/integration/v1/monitoring/instances/{id}/replay
Replay the integration instance with the specified identifier.
Request
Path Parameters
-
id(required): string
Errored instance identifier.
Supported Media Types
- application/json
Response
Supported Media Types
- application/json; charset=utf-8
200 Response
OK
Root Schema : InstanceReplayRs
Type:
Show Source
object-
failed-submissions: array
failed-submissions
-
filtered-out-instances-with-reason: array
filtered-out-instances-with-reason
-
id: string
-
message: string
Message
-
redirect-url: string
RedirectURL
-
replay-instance-id: string
-
replay-job-id: string
-
replay-trace: string
-
replayed-instances: array
replayed-instances
-
replayed-instances-count: integer
(int32)
Nested Schema : schema
Type:
object400 Response
Null request body / missing ids / invalid id
401 Response
Unauthorized for projectCode
403 Response
Forbidden
412 Response
Non-replayable instance or integration
500 Response
Server error
Examples
The following example shows how to replay the 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: Replay the integration for instance id 100001
curl -X POST -H 'Authorization: Bearer access_token' -H "Content-Type:application/json" -d '{replayTraceLevel: 'Audit', flowCode: 'TEST_FUTURE_RUNS', flowVersion: '01.00.0000'}' https://design.integration.region.ocp.oraclecloud.com/ic/api/integration/v1/monitoring/instances/100001/replay?return=monitoringui&integrationInstance=service_instanceThis example replays the integration instance for an instance with instance id: 100001.