Method listRuntimes
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. |