Cloud Quotas API

Cloud Quotas API provides Google Cloud service consumers with management and observability for resource usage, quotas, and restrictions of the services they consume.

Service: cloudquotas.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://cloudquotas.googleapis.com

REST Resource: v1.folders.locations.quotaPreferences

Methods
create POST /v1/{parent=folders/*/locations/*}/quotaPreferences
Creates a new QuotaPreference that declares the desired value for a quota.
get GET /v1/{name=folders/*/locations/*/quotaPreferences/*}
Gets details of a single QuotaPreference.
list GET /v1/{parent=folders/*/locations/*}/quotaPreferences
Lists QuotaPreferences in a given project, folder or organization.
patch PATCH /v1/{quotaPreference.name=folders/*/locations/*/quotaPreferences/*}
Updates the parameters of a single QuotaPreference.

REST Resource: v1.folders.locations.services.quotaInfos

Methods
get GET /v1/{name=folders/*/locations/*/services/*/quotaInfos/*}
Retrieve the QuotaInfo of a quota for a project, folder or organization.
list GET /v1/{parent=folders/*/locations/*/services/*}/quotaInfos
Lists QuotaInfos of all quotas for a given project, folder or organization.

REST Resource: v1.organizations.locations.quotaPreferences

Methods
create POST /v1/{parent=organizations/*/locations/*}/quotaPreferences
Creates a new QuotaPreference that declares the desired value for a quota.
get GET /v1/{name=organizations/*/locations/*/quotaPreferences/*}
Gets details of a single QuotaPreference.
list GET /v1/{parent=organizations/*/locations/*}/quotaPreferences
Lists QuotaPreferences in a given project, folder or organization.
patch PATCH /v1/{quotaPreference.name=organizations/*/locations/*/quotaPreferences/*}
Updates the parameters of a single QuotaPreference.

REST Resource: v1.organizations.locations.services.quotaInfos

Methods
get GET /v1/{name=organizations/*/locations/*/services/*/quotaInfos/*}
Retrieve the QuotaInfo of a quota for a project, folder or organization.
list GET /v1/{parent=organizations/*/locations/*/services/*}/quotaInfos
Lists QuotaInfos of all quotas for a given project, folder or organization.

REST Resource: v1.projects.locations.quotaPreferences

Methods
create POST /v1/{parent=projects/*/locations/*}/quotaPreferences
Creates a new QuotaPreference that declares the desired value for a quota.
get GET /v1/{name=projects/*/locations/*/quotaPreferences/*}
Gets details of a single QuotaPreference.
list GET /v1/{parent=projects/*/locations/*}/quotaPreferences
Lists QuotaPreferences in a given project, folder or organization.
patch PATCH /v1/{quotaPreference.name=projects/*/locations/*/quotaPreferences/*}
Updates the parameters of a single QuotaPreference.

REST Resource: v1.projects.locations.services.quotaInfos

Methods
get GET /v1/{name=projects/*/locations/*/services/*/quotaInfos/*}
Retrieve the QuotaInfo of a quota for a project, folder or organization.
list GET /v1/{parent=projects/*/locations/*/services/*}/quotaInfos
Lists QuotaInfos of all quotas for a given project, folder or organization.