GET
/
cloud
/
v1
/
caas
/
flavors
/
{project_id}
/
{region_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/caas/flavors/{project_id}/{region_id} \
  --header 'APIKey: <api-key>'
{
  "count": 1,
  "results": [
    {
      "cpu": 128,
      "name": "128mCPU-128MiB",
      "ram": 128
    }
  ]
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project id

Examples:

1

region_id
integer
required

Region id

Examples:

1

Query Parameters

name
string | null

Flavor name

Examples:

"128mCPU-128MiB"

Response

200 - application/json

OK

The response is of type object.