Clears the cache for quotas api requests.
Returns a specific quota item for the tenant (provided in JWT).
Returns a specific quota item for the tenant (provided in JWT).
The unique identifier of the quota item. For example, "app_mem_size", "app_upload_disk_size", or "shared_spaces".
an object with query parameters
Optional
reportUsage?: booleanThe Boolean flag indicating whether quota usage shall be part of the response. The default value is false (usage not included).
Optional
options: ApiCallOptionsReturns all quota items for the tenant (provided in JWT).
Returns all quota items for the tenant (provided in JWT).
an object with query parameters
Optional
reportUsage?: booleanThe Boolean flag indicating whether quota usage shall be part of the response. The default value is false (only limits returned).
Optional
options: ApiCallOptions
Clears the cache for quotas api requests.