Contents
Enforce API GET Call Limits
In Device42 you can enforce limits on the number of rows returned by API GET calls. The maximum value allowed is 1000 and this is also the default value. Enabling limits can help API performance quite a bit; however, there are some challenges to consider before adding limits:
-
Any existing integration code you have with GET calls might fail if rate limited, and may require revision. If you de-select the limits setting, your existing code will work as is.
-
We are still working on changes to the JIRA and Confluence plugins to make them work with limits. If you have the JIRA or Confluence plugins running in your environment, please don’t enforce limits until rate limit-compatible plugins have been released.
To apply this setting, go to Tools→Settings→Global Settings, and then click the “Edit” button. Toward the bottom you will see the field for API Call limits:
NOTE: Once the API GET rate limit setting is enabled, you will need to use the total_count and offset parameters to fetch all the records!