Jump to content
  • 0

Connections API Issues for Dates in Nov-24


Jeff Van Note

Question

Posted

We have noticed we get a 500 or 502 internal server errors when querying connections for date ranges in Nov-2024

Example Queries

Our filter is slightly more detailed and we select more columns, but these simplified examples that retrieve just a few rows illustrate the error.

Not Working - November time period:

This runs for a while before timing out.  It works occasionally.

https://api-us.cloud.com/monitorodata/Connections?$filter=IsReconnect eq false and ModifiedDate ge 2024-11-03T18:40:00.000Z and ModifiedDate lt 2024-11-03T22:40:00.000Z&$top=20&$select=Id,SessionKey

Working - Earlier time period"

This works, response time is a few seconds.  I have moved the dates to different months and widened the time interval.

https://api-us.cloud.com/monitorodata/Connections?$top=20&$filter=IsReconnect eq false and ModifiedDate ge 2024-09-03T18:40:00.000Z and ModifiedDate lt 2024-09-03T22:40:00.000Z&$select=Id,SessionKey

3 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...