Need help in retrieving the errorEd asynch instances from OIC through REST API
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'\''}"'