cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/caas/flavors/{project_id}/{region_id} \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "cpu": 123, "name": "<string>", "ram": 123 } ] }
List all available container flavors in the specified project and region.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project id
Region id
Flavor name
"128mCPU-128MiB"
OK
Number of objects
x >= 0
Objects
Show child attributes
Number of millicpu
Megabytes of RAM
Was this page helpful?