Data Warehouse API
string · enum · requiredstring · requiredstringstring · enuminteger · int32integer · uint32integer · uint32
List databases within a deployment
GET
https://api.scaleway.com
/datawarehouse/v1beta1/regions/{region}/deployments/{deployment_id}/databases
path Parameters
regionThe region you want to target
Enum values:
fr-par
deployment_idUUID of the deployment.
query Parameters
nameName of the database to filter by.
order_byCriteria to use when ordering database listings.
Enum values:
name_asc
name_desc
size_asc
size_desc
Default: name_asc
pagepage_sizeList databases within a deployment › Responses
200
List of databases associated with the deployment.
total_countTotal count of databases associated with the deployment.
Create a new database within a deployment
POST
https://api.scaleway.com
/datawarehouse/v1beta1/regions/{region}/deployments/{deployment_id}/databases