Retrieve Message Count Summary

get

/ic/api/integration/v1/monitoring/integrations/messages/summary

Retrieves summary of total, processed, succeeded, errored and aborted messages(instances) currently present in tracking runtime.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : MessageCountRs
Type: object
Show Source
Nested Schema : message-summary
Type: object
Additional Properties Allowed
Show Source
Map of Message Summary

400 Response

Malformed parameters

500 Response

Server error
Back to Top

Examples

The following example shows how to retrieve the message count summary by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL. For more information about endpoint URL structure, see Send Requests.

Example: Retrieve Message Count Summary

Request:

curl -X GET -H 'Authorization: Bearer access_token' -H "Content-Type:application/json" https://design.integration.region.ocp.oraclecloud.com/ic/api/integration/v1/monitoring/integrations/messages/summary?integrationInstance=service-instance
Back to Top