You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For years and years (V1 and V2), the maximum page size varied HUGELY between endpoints. For some, the max size was 25, for most 300. We had to put a lot of code in the library to adjust these based on the endpoint being called.
However, we value query performance! So please look at raising this to 1000 across the board, validating EVERY LogicMonitor endpoint before publishing. There is a LOT of production-critical code relying on successful paging, so it will take a while to validate the change before we can publish it.
The text was updated successfully, but these errors were encountered:
The LogicMonitor documentation states here that the maximum page size is 1000:
https://www.logicmonitor.com/support/v3-swagger-documentation#:~:text=LogicMonitor%20REST%20API%20v3%20supports%20maximum%20size%20of%201000%20records
For years and years (V1 and V2), the maximum page size varied HUGELY between endpoints. For some, the max size was 25, for most 300. We had to put a lot of code in the library to adjust these based on the endpoint being called.
However, we value query performance! So please look at raising this to 1000 across the board, validating EVERY LogicMonitor endpoint before publishing. There is a LOT of production-critical code relying on successful paging, so it will take a while to validate the change before we can publish it.
The text was updated successfully, but these errors were encountered: