Search 800 + Posts

Apr 11, 2023

OIC REST APIS to Retrieve Message Count Summary

 

https://<HOTSNAME>/ic/api/integration/v1/monitoring/integrations/messages/summary

This API Retrieves summary of total, processed, succeeded, errored and aborted messages(instances) currently present in tracking runtime and display output in below format


{
    "dataFetchTime": "2023-04-11T03:21:41.106+0000",
    "links": [
        {
            "href": "https://<<HOTSNAME>>/ic/api/integration/v1/monitoring/integrations/messages/summary",
            "rel": "self"
        },
        {
            "href": "https://<<HOSTNAME>>/ic/api/integration/v1/monitoring/integrations/messages/summary",
            "rel": "canonical"
        }
    ],
    "messageSummary": {
        "successMsgCount": 1171,
        "processedMsgCount": 8592,
        "faultedMsgCount": 6281,
        "totalMsgCount": 10756,
        "newMsgReceivedCount": 10756,
        "abortedMsgCount": 1140
    }
}

No comments:

Post a Comment