You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Need help in retrieving the errorEd asynch instances from OIC through REST API

edited Nov 9, 2023 12:58PM in Integration 3 comments

Summary:

I am trying to retrieve the errored / faulted instances from OIC (following this blog : 1. https://blogs.oracle.com/integration/post/bulk-recovery-of-fault-instances and 2. https://docs.oracle.com/en/cloud/paas/integration-cloud/rest-api/op-ic-api-integration-v1-monitoring-errors-get.html). 

Below is my request and response payloads as generated in Postman. 

I am not able to see the errored / faulted instances returned in the response payload. What else is required. 

Please help.

Request:

curl --location --request GET 'https://OIC-PODNAME:443/ic/api/integration/v1/monitoring/errors?groupBy=integration' \

--header 'Accept: application/json; charset=utf-8' \

--header 'Authorization: Bearer token' \

--data-urlencode 'q="{timewindow: '\''3d'\''}"'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!