Ocom API Query Output Not showing As Expected
(Doc ID 2954236.1)
Last updated on JUNE 27, 2023
Applies to:
Oracle Communications Session Monitor - Version 5.0 and laterInformation in this document applies to any platform.
Goal
Customer performed an API query to see all the established calls. Calls with longer call duration, such as those lasting more than 15 minutes, were not visible to them. They could see the calls with shorter duration.
curl -k -X POST -H "X-API-Key: Test;xxxxxxxxxxxxxxxxxx" -d 'filters=[{"field":"dst_user","data":{"type":"string","value":"xxxxxxx"}},{"field":"setup_start_ts","data":{"type":"datetime","comparison":"gt","value":"2023-04-20 00:00:00"}},{"field":"state_msg","data":{"type":"string","value":"Established"}}]' "https://1x.xx.xx.xxx/me/getPagedCalls"
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 |