Function as a Service
List runtimes
Retrieve a list of available runtime environments for functions. Each runtime includes its version and supported features.
get/cloud/v1/faas/runtimes/{project_id}/{region_id}
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
Response
OK
Example response
{
"runtimes": {
"go": [
"go1.16.6"
],
"python": [
"python2.7.18",
"python3.7.12"
]
}
}