Monitoring outbound rest API calls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 08:15 AM
Looking for some solution to proactively check rest api outbound queue for failures. Tried it with BR and flow but seems like we cant put a check on outbound rest api queue. Any help would be approiciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2025 10:29 AM - edited 04-12-2025 10:33 AM
Hello @Rakesh Giri ,
What particular kind of failure are you trying to detect? And what exactly have you tried in your Business Rule? I assume it's running on the "ecc_queue" table, with a condition that includes "Topic=RESTProbe"?
Different types of failures have different symptoms.
For example, if the endpoint host cannot be resolved or the resource is not found there would be an "error" attribute on the results and result elements in the XML payload of the record in the "input" queue.
Or if there is an issue with the MID server then there would not be an "input" record, and instead the "output" record would remain in the "ready" state. Such an issue would need to be detected through a scheduled job that checks for such "output" records that are still in this state after X minutes, for example.
Regards,
Robert
