{ "opencollection": "1.0.0", "info": { "name": "Managed Database for PostgreSQL and MySQL Access Control List Namespaces API", "version": "v1" }, "items": [ { "info": { "name": "Namespaces", "type": "folder" }, "items": [ { "info": { "name": "List all namespaces the caller can access (read permission).", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/containers/v1/regions/:region/namespaces", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "By default, the namespaces listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.\n\nAdditional parameters can be set in the query to filter, such as `organization_id`, `project_id`, and `name`." }, { "info": { "name": "Create a new namespace.", "type": "http" }, "http": { "method": "POST", "url": "https://api.scaleway.com/containers/v1/regions/:region/namespaces", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Namespace name must be unique inside a project." }, { "info": { "name": "Get the namespace associated with the specified ID.", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/containers/v1/regions/:region/namespaces/:namespace_id", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "namespace_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Get the namespace associated with the specified ID." }, { "info": { "name": "Update the namespace associated with the specified ID.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.scaleway.com/containers/v1/regions/:region/namespaces/:namespace_id", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "namespace_id", "value": "", "type": "path", "description": "UUID of the namespace to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Only fields present in the request are updated; others are left untouched." }, { "info": { "name": "Delete the namespace associated with the specified ID.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.scaleway.com/containers/v1/regions/:region/namespaces/:namespace_id", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "namespace_id", "value": "", "type": "path", "description": "UUID of the namespace to delete." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "It also deletes in cascade any resource inside the namespace.\n\nThis action **cannot** be undone." }, { "info": { "name": "List all your namespaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/functions/v1beta1/regions/:region/namespaces", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "page", "value": "", "type": "query", "description": "Page number." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of namespaces per page." }, { "name": "order_by", "value": "", "type": "query", "description": "Order of the namespaces." }, { "name": "name", "value": "", "type": "query", "description": "Name of the namespace." }, { "name": "organization_id", "value": "", "type": "query", "description": "UUID of the Organization the namespace belongs to." }, { "name": "project_id", "value": "", "type": "query", "description": "UUID of the Project the namespace belongs to." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "List all existing namespaces in the specified region." }, { "info": { "name": "Create a new namespace", "type": "http" }, "http": { "method": "POST", "url": "https://api.scaleway.com/functions/v1beta1/regions/:region/namespaces", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Create a new namespace in a specified Organization or Project." }, { "info": { "name": "Get a namespace", "type": "http" }, "http": { "method": "GET", "url": "https://api.scaleway.com/functions/v1beta1/regions/:region/namespaces/:namespace_id", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "namespace_id", "value": "", "type": "path", "description": "UUID of the namespace." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Get the namespace associated with the specified ID." }, { "info": { "name": "Update an existing namespace", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.scaleway.com/functions/v1beta1/regions/:region/namespaces/:namespace_id", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "namespace_id", "value": "", "type": "path", "description": "UUID of the namespapce." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Update the namespace associated with the specified ID." }, { "info": { "name": "Delete an existing namespace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.scaleway.com/functions/v1beta1/regions/:region/namespaces/:namespace_id", "params": [ { "name": "region", "value": "", "type": "path", "description": "The region you want to target" }, { "name": "namespace_id", "value": "", "type": "path", "description": "UUID of the namespace." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Delete the namespace associated with the specified ID." } ] } ], "bundled": true }