{ "opencollection": "1.0.0", "info": { "name": "Managed Database for PostgreSQL and MySQL Access Control List Quotas API", "version": "v1" }, "items": [ { "info": { "name": "Quotas", "type": "folder" }, "items": [ { "info": { "name": "List all quotas in the Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/iam/v1alpha1/quota", "params": [ { "name": "order_by", "value": "", "type": "query", "description": "Criteria for sorting results." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page. Value must be between 1 and 100." }, { "name": "page", "value": "", "type": "query", "description": "Page number. Value must be greater than 1." }, { "name": "organization_id", "value": "", "type": "query", "description": "Filter by Organization ID." }, { "name": "quotum_names", "value": "", "type": "query", "description": "List of quotum names to filter from." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "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." }, { "info": { "name": "Get a quota in the Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/iam/v1alpha1/quota/:quotum_name", "params": [ { "name": "quotum_name", "value": "", "type": "path", "description": "Name of the quota to get." }, { "name": "organization_id", "value": "", "type": "query", "description": "ID of the Organization." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "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." } ] } ], "bundled": true }