Qualys Container Security – Introducing API Rate Limiting

Badri Raghunathan

Last updated on: July 20, 2021

The Qualys Container Security API is now enforcing limits on the number of API calls a customer can make based on the API endpoint being called and the customer’s Qualys platform. API rate limits are currently enforced for Gateway API calls made by customers on US2 Platform (https://gateway.qg2.apps.qualys.com) and will be enforced on other Qualys platforms soon. Customer notification will be provided once we enforce API rate limits on other Qualys platforms. The API rate limits are enforced uniformly across all subscriptions on a particular platform. There currently is no ability to enforce custom rate limits for a given subscription.

How It Works 

When an API call is received, Qualys checks the rate limit defined for the API endpoint. If the rate limit has been exceeded the API call is blocked and an error is returned.  

For each API we’ve defined the following settings: 

Rate Limit Size (per API): The maximum number of API calls allowed within the subscription during the rate limit period. Provided in the response header ‘X-RateLimit-Limit’.

Rate Limit Period (in seconds, per API): The period of time that defines a window when API calls are counted within the subscription for each API. The window starts from the moment each API call is received by the service. Provided in the response header ‘X-RateLimit-Window-Sec’.

Rate Limit Remaining (per API): The remaining number of calls within the rate limit time period. Provided in the response header ‘X-RateLimit-Remaining’. 

When the Rate Limit is Reached 

The API response “429 Too Many Requests” is returned anytime a user makes an API call and the rate limit for the API endpoint has already been reached. In other words, the rate limit size (maximum number of API call instances) has already been reached for the rate limit period. 

Rate Limits Defined per API Endpoint

See the table below to understand the rate limits defined for Container Security API endpoints. Rate limits do not currently apply to the Container Runtime Security API.

API Endpoint Path (Currently vxx = v1.2 or 1.3) Rate Limit Size (max number of API calls)Rate Limit Period (in seconds)Description
/csapi/vxx/containers/list12060Every 60 seconds, you can make 120 calls to the API
/csapi/vxx/containers/**500060Every 60 seconds, you can make 5000 calls to the API
/csapi/vxx/images/list12060Every 60 seconds, you can make 120 calls to the API
/csapi/vxx/images/**500060Every 60 seconds, you can make 5000 calls to the API
/csapi/vxx/registry/**100060Every 60 seconds, you can make 1000 calls to the API
/csapi/vxx/sensors/**100060Every 60 seconds, you can make 1000 calls to the API

** represents any API endpoint that matches this path unless otherwise noted 

Show Comments (1)

Comments

Your email address will not be published. Required fields are marked *

  1. Need urgent help,
    We have received the qualys express trial instance. received the “429 too many request error” while we are trying to hit the api to discover certificates.

    Please let us know how to change the api rate limit or do we have any other option to achive this.