Every Scaleway Organization detains a certain number of resource quotas, which are limits on the number of Scaleway resources these Organizations can use.
List all quotas in the Organization
List all product and features quota for an Organization, with their associated limits. By default, the quota listed are ordered by creation date in ascending order. This can be modified via the order_by field. You must define the organization_id in the query path of your request.
query Parameters
organization_idFilter by Organization ID.
order_byCriteria for sorting results.
page_sizeNumber of results per page. Value must be between 1 and 100.
pagePage number. Value must be greater than 1.
quotum_namesList of quotum names to filter from.
List all quotas in the Organization › Responses
List of quota.
total_countTotal count of quota.
Get a quota in the Organization
Retrieve information about a resource quota, specified by the quotum_name parameter. The quota's limit, or whether it is unlimited, is returned in the response.
path Parameters
quotum_nameName of the quota to get.
query Parameters
organization_idID of the Organization.
Get a quota in the Organization › Responses
nameName of the quota.
pretty_nameA human-readable name for the quota.
unitThe unit in which the quota is expressed.
descriptionDetails about the quota.
locality_typeWhether this quotum is applied on at the zone level, region level, or globally.
Limits per locality.
limitMaximum limit of the quota.
unlimitedDefines whether or not the quota is unlimited.