Quota

Operations

Create Or Update

Create or update the quota (service limits) of a resource to the requested value. Steps:

  1. Make the Get request to get the quota information for specific resource...
Get

Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.

List

Gets a list of current quotas (service limits) and usage for all resources. The response from the list quota operation can be leveraged to request quota updates...

Update

Update the quota (service limits) of this resource to the requested value.

• To get the quota information for specific resource, send a GET request.

• To incr...