Quotas and system limits

This document lists the quotas and system limits that apply to App Optimize API.

  • Quotas have default values, but you can typically request adjustments.
  • System limits are fixed values that can't be changed.

Google Cloud uses quotas to help ensure fairness and reduce spikes in resource use and availability. A quota restricts how much of a Google Cloud resource your Google Cloud project can use. Quotas apply to a range of resource types, including hardware, software, and network components. For example, quotas can restrict the number of API calls to a service, the number of load balancers used concurrently by your project, or the number of projects that you can create. Quotas protect the community of Google Cloud users by preventing the overloading of services. Quotas also help you to manage your own Google Cloud resources.

The Cloud Quotas system does the following:

In most cases, when you attempt to consume more of a resource than its quota allows, the system blocks access to the resource, and the task that you're trying to perform fails.

Quotas generally apply at the Google Cloud project level. Your use of a resource in one project doesn't affect your available quota in another project. Within a Google Cloud project, quotas are shared across all applications and IP addresses.

For more information, see the Cloud Quotas overview.

There are also system limits on App Optimize API resources. System limits can't be changed.

System limits

The following system limits apply to App Optimize API resources and operations:

System limit Description Value
Report expiry The duration after which a report resource and its associated data are automatically deleted. 24 hours
Default report time range The default time range for report data if no start_time and end_time are specified in the filter. Most recent 7 days
Maximum rows per page The maximum number of rows that a ReadReport request can return in a single page. 1,000 rows
Maximum response size per page The maximum size of the response body for a single page returned by a ReadReport request. 10 MB
Maximum concurrent requests for report data The maximum numer of concurrent requests for cost or utilization data per target project. 10 per target project

These system limits are fixed and cannot be increased.

For more information about quota policies, viewing your quotas, and managing your quotas, see the Cloud Quotas documentation.

Go to the API dashboard for your current API activity.

What's next