Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Recommended API call rate limit
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2019 12:36 PM
4188     0
Hi
I'm integrating with infoblox web api and wondering whether there is a recommended rate limit of the api calls.
Something like - it is safe to invoke a total of X queries per minute.
Thanks
Re: Recommended API call rate limit
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2019 10:53 AM
4189     0
There are no published guidelines, however you can do few things to optimize.
1. If you have GMC - they can serve RO queries (GET) and they are cheap
2. Writes are expensive and handled only by GM (PUT/POST/DELETE). Infoblox uses database locking, so you have to determine write throughput yourself.