v1

latestOpenAPI 3.1.02026-07-26106201349.6 KB
Gateway

Get Quota

Gets a single quota by resource name.

get/v1/accounts/{account_id}/quotas/{quota_id}

Path parameters

account_idstring required

The Account Id

quota_idstring required

The Quota Id

Query parameters

readMaskstring

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

A successful response.

namestring
valuestring int64

The value of the quota being enforced. This may be lower than the max_value if the user manually lowers it.

maxValuestring int64

The maximum approved value.

usagenumber double

The usage of the quota.

updateTimestring date-time

The update time for the quota.