Wireless

 View Only
last person joined: 5 days ago 

Ask questions and share experiences with Mist APs, Marvis, and all things wireless and Wi-Fi.
  • 1.  MIST API Rate limit question

    This message was posted by a user wishing to remain anonymous
    Posted 11-28-2023 05:42
    This message was posted by a user wishing to remain anonymous

    As per the documentation, the Rate limit for Mist API is mentioned as 5000 per hour. https://www.mist.com/documentation/mist-api-introduction/#:~:text=Rate%20Limit

    However, it was not clear if it is per user account that is accessing the API Or if it is per organization.  As you are aware, if provided access, multiple user accounts can access the same organization's inventory and metrics. So, I would like to understand the rate limit policy on the API to handle the rate limits better in the automation.

    Does any one know if the rate limit is applicable per user account or per organization?



  • 2.  RE: MIST API Rate limit question

    Posted 11-30-2023 08:37

    I asked one of our senior Mist Engineering Specialists today, he let me know that it is per token.  So, in your context, per user, or you could create organizational tokens as well and it would be the same per token limit as well.  He stressed if you are building scripts that are approaching those numbers to reach out to your account rep to see if they can help you find some optimizations. 



    ------------------------------
    Fred Glauser
    ------------------------------



  • 3.  RE: MIST API Rate limit question

    Posted 12-29-2023 10:08

    This is not exact, check this answer from support:

    "That API call limit is per user ID/email ID, account linked to it.
    So if a user has 10 tokens used else where, all those 10 tokens are linked to 1 email ID/account which has 5k limit
    So ensure you do not share ID tokens to everyone
    "



    ------------------------------
    JESUS PAVON MARTINEZ
    ------------------------------



  • 4.  RE: MIST API Rate limit question

    This message was posted by a user wishing to remain anonymous
    Posted 12-31-2023 06:31
    This message was posted by a user wishing to remain anonymous

    Thanks a lot for the responses. We will make sure to consider the limit as per account.