- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-07-2023 01:55 AM
Hello,
I'm playing with the API to get hosts' vulnerabilities and images' vulnerabilities in Prisma Cloud (CWPP) (documentation: https://pan.dev/prisma-cloud/api/cwpp/get-images/)
Following the documentation (which is great by the way) I noticed there is a note for some endpoints
« Note: The API rate limit for this endpoint is 30 requests per minute. You'll see an HTTP error response 429 if the limit exceeds. ».
This is pretty clear, however, for some of our client could have a lot more assets (hosts/images). We can retrieve around 50 hosts or images with vulnerabilities / compliances. Which means we can retrieve around (50*30 = 1500 assets per minute).
I'm currently looking the download part, which allow us to download a CSV file but some information are missing (image registry, tag, labels, etc.) which can be interesting for filtering purpose.
My question is: the same rate limiting is apply for all kind of prisma cloud license ? maybe some expensives licenses allow more api call per minute. I did not find this information.
If someong can confirm this (or not) thanks a lot.
Regards.
07-07-2023 06:56 AM
The rate limit doesn't change depending on license, the endpoint itself has a hard limit of 30 requests per minute for all users unlike say WildFire limits.
07-07-2023 06:56 AM
The rate limit doesn't change depending on license, the endpoint itself has a hard limit of 30 requests per minute for all users unlike say WildFire limits.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!