Network Management
Arista Wireless Manager API polling limit was exceeded
By default, SolarWinds Hybrid Cloud Observability limits API requests for Arista Wireless Manager orchestrators to 5 requests per second. SolarWinds Hybrid Cloud Observability does not send more requests than the limit by default. If the limit is exceeded, you will receive an event. The Details widget on the Orchestrator Node Details page will inform you that the Arista Wireless Manager API polling limit was exceeded. See Resolution for tips on how to limit the requests.
First published date
Last published date
Overview
Product section
Cause
The maximum number of allowed Arista Wireless Manager API requests was exceeded.
Resolution
Configure additional limits
- Log in to the SolarWinds Platform Web Console using an account with administrative privileges.
- Copy /Admin/AdvancedConfiguration/Global.aspx and paste it into your browser address bar, after /Orion. See Access the Advanced Configuration settings in the SolarWinds Platform Web Console.
- Now in Advanced Configuration Settings, search for Orchestrators.AristaWM.
- Adjust the responses caching to share responses to similar requests between polling jobs on your polling engine. Increase values for the following settings to reduce the number of requests sent to the API.
- InventoryRequestsCacheTimeToLive: Time to live for inventory requests cache item. The default value is 5 minutes.
- PollingRequestsCacheTimeToLive: Time to live for the polling requests cache item. The default value is -1 minute, which means that TimeToLive is equal to the polling interval of a poller that makes the request.
- Adjust the rate limits on the SolarWinds Platform side to control how many API calls the platform performs within a specific time. If appropriate, change the number of requests per second to a smaller number.
- RequestMaxWait: Specifies the time the rate limiter waits for a free execution slot before the request fails. The default value is 1 minute, formatted as 00:01:00. If appropriate, decrease the wait time. To configure requests to fail when there is no free execution slot, enter 00:00:00.
- RequestRetries: Specifies how many times a request is resent if it fails. The default value is 2.
- RequestsLimit: Limits the number of requests to Arista Wireless Manager Orchestrator API per limitation period. By default, this is set to 5. The default value is half of the general Arista Wireless Manager Orchestrator requests limit to prevent possible overloading of the Arista Wireless Manager Orchestrator API. Reduce this setting to reduce the number of API requests.
- RequestsLimitationPeriod: The limitation period. By default, this is set to 00:00:01 (one second). Make the limitation period longer to reduce the number of API requests.
- Click Save to apply your changes.