GET
/
cloud
/
v1
/
faas
/
runtimes
/
{project_id}
/
{region_id}
curl --request GET \
  --url https://api.gcore.com/cloud/v1/faas/runtimes/{project_id}/{region_id} \
  --header 'APIKey: <api-key>'
{
  "runtimes": {
    "go": [
      "go1.16.6"
    ],
    "python": [
      "python2.7.18",
      "python3.7.12"
    ]
  }
}

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

Response

200 - application/json

OK

The response is of type object.