Cloud Functions Service, REST: Function.ListRuntimes
Статья создана
Обновлена 26 ноября 2024 г.
Lists available runtime environments for the specified function.
HTTP request
GET https://serverless-functions.api.cloud.yandex.net/functions/v1/runtimes
Response
HTTP Code: 200 - OK
{
"runtimes": [
"string"
]
}
Field |
Description |
runtimes[] |
string Runtime environments available for the specified function. |