Recommendations on API calls returning 50x errors (timeouts)
If the API call is returning many rows of data, you would most likely see timeouts/50x errors.
So the best practice is to use vendor parameters or timestamps - most commonly the updated_before and updated_after parameters or using the limit parameter.
For example - you can try this:
https://callapi.cloudlock.com/incidents?updated_before=2019-03-30&updated_after=2019-03-29
https://callapi.cloudlock.com/incidents?limit=20&&severity=
https://callapi.cloudlock.com/incidents?limit=20&&vendor=google&&severity=CRITICAL
More information on incident filters can be found in our documentation: Incident Filters
The calls in this document to callapi.cloudlock.com are examples only. Please contact support@cloudlock.com for the URL you should use to make calls to the Cloudlock Enterprise APIs
Comments
0 comments
Please sign in to leave a comment.