Monday, June 29, 2026

#1149 - Replay Instances using the OIC Factory API

Introduction

Here's a simple example of such. I have a sync integration that has been activated as follows - 

Note the Allow to run again option.

I ran the integration, then replayed it 3 times via Postman - 

Note the replay icon on the 3 instances.

Now to the Postman api call - 

https://design.integration.us-phoenix-1.ocp.oraclecloud.com/ic/api/integration/v1/monitoring/instances/yourFlowInstanceId/replay?return=sync&integrationInstance=yourOICInstance


The request body is as follows - 

{"replayTraceLevel":"Debug",
"flowCode":"SYNC_1","flowVersion":"01.00.0000",
"projectCode":"AA_RESUBMIT_AGENT"}

 I execute the call from Postman and now see 5 instances -



No comments: