Retrieve a list of available runtime environments for functions. Each runtime includes its version and supported features.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
1
OK
FaaS runtimes.
{
"go": ["go1.16.6"],
"python": ["python2.7.18", "python3.7.12"]
}