Cloud Integration Hub > Cloud Integration Hub REST APIs > Reprocess Event REST API
  

Reprocess Event REST API

Use the Cloud Integration Hub Reprocess Event REST API to reprocess events of subscriptions that trigger a Data Integration task and consume published data, including events of disabled subscriptions.
To reprocess a subscription event, use the following REST URL:
https://<pod>.<baseUrl>/dih-console/api/v1/event/reprocess
Where:
For example:
https://cih-pod1.dm-us.informaticacloud.com/dih-console/api/v1/event/reprocess
Use the following syntax to reprocess an event:
{
"eventId" : "<eventId>"
}
For example:
{
"eventId" : "40558"
}
Tip:
You can copy the values of
<pod>
and
<baseUrl>
from the
Cloud Integration Hub
URL after you access it from the My Services page of
Informatica Intelligent Cloud Services
.

Reprocess Event REST API Action Response

When you use the Cloud Integration Hub Reprocess Event REST API to reprocess a subscription event, Cloud Integration Hub returns the response code of the action that you perform in the REST API response.
The response includes the following information:
Property
Description
responseCode
Response of the action:
  • - 0: success.
  • - Any number higher than 0: error.
reprocessEventId
New event ID that Cloud Integration Hub generates for the subscription when it reprocesses the existing event.
message
Error message. If the response code is 0 (success), the API returns the message null.