Size
The "Size" subsection presents endpoints for acquiring resource specifications, including hardware, memory, and processing capabilities.
Get sizes
GET
{{BASE_URL}}/api/providers/{id}/locations/{locationId}/groups/{number}/sizes
Get all the available sizes that can be used to create a particular resource type ( vm, k8s, db , app ).
Path Parameters
Name
Type
Description
id*
String
Provider ID
locationId*
String
Location ID
number*
Number
0
Headers
Name
Type
Description
Authorization*
String
Bearer Token
Last updated