Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.33 KB

NodeTypesApi.md

File metadata and controls

40 lines (23 loc) · 1.33 KB

\NodeTypesApi

All URIs are relative to https://api.scaleway.com

Method HTTP request Description
list_node_types GET /rdb/v1/regions/{region}/node-types List available node types

list_node_types

crate::models::ScalewayPeriodRdbPeriodV1PeriodListNodeTypesResponse list_node_types(region, include_disabled_types, page, page_size) List available node types

Parameters

Name Type Description Required Notes
region String The region you want to target [required]
include_disabled_types Option<bool> Whether or not to include disabled types
page Option<i32> Page number [default to 1]
page_size Option<i32> Page size [default to 20]

Return type

crate::models::ScalewayPeriodRdbPeriodV1PeriodListNodeTypesResponse

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]