Slow Log Retrieval Via Postman
(Doc ID 3073173.1)
Last updated on FEBRUARY 27, 2025
Applies to:
Oracle Insurance Claims Administration Cloud Service - Version NA and laterInformation in this document applies to any platform.
Goal
When requesting for logs in Postman, the system is taking 3-4 minutes in responding in Dev environment
How do you lower the response time for the logs from Postman?
STEPS TO REPRODUCE:
1) open Postman, setup authentication
2) JSON Body (change time/date)
{
"resource": {
"q": "eventLogger.eq('ohi.dynamiclogic.DER_CLM_RJCT_BAS_ON_MSG').and.eventDate.gt('2025-01-09')",
"limit": 200,
"orderBy": "eventTimestamp desc,id desc"
}
}
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |