Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.41 KB

EnginesApi.md

File metadata and controls

41 lines (24 loc) · 1.41 KB

\EnginesApi

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

list_database_engines

crate::models::ScalewayPeriodRdbPeriodV1PeriodListDatabaseEnginesResponse list_database_engines(region, name, version, page, page_size) List available database engines

Parameters

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]

Return type

crate::models::ScalewayPeriodRdbPeriodV1PeriodListDatabaseEnginesResponse

Authorization

scaleway

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]