All URIs are relative to https://api.scaleway.com
Method | HTTP request | Description |
---|---|---|
list_database_engines | GET /rdb/v1/regions/{region}/database-engines | List available database engines |
crate::models::ScalewayPeriodRdbPeriodV1PeriodListDatabaseEnginesResponse list_database_engines(region, name, version, page, page_size) List available database engines
Name | Type | Description | Required | Notes |
---|---|---|---|---|
region | String | The region you want to target | [required] | |
name | Option<String> | Name of the Database Engine | ||
version | Option<String> | Version of the Database Engine | ||
page | Option<i32> | Page number | [default to 1] | |
page_size | Option<i32> | Page size | [default to 20] |
crate::models::ScalewayPeriodRdbPeriodV1PeriodListDatabaseEnginesResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]