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:
•<pod> is the name of the Informatica Intelligent Cloud Services point of delivery (PoD) where you access Cloud Integration Hub. For example: cih-pod1, or emw1-cih.
•<baseUrl> is the Informatica Intelligent Cloud Services URL. For example: dm-us.informaticacloud.com/.
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.