Cloud Functions Service, REST: Function.ListRuntimes
Статья создана
Обновлена 8 августа 2025 г.
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. |