ContainerCall
Written by
Updated at March 27, 2025
Invoking the Yandex Serverless Containers container.
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
containerId |
string |
Yes | No | No | Container ID. |
path |
string |
No | "" |
Yes | Request path. |
method |
enum |
No | GET |
Yes | HTTP method of the request. |
body |
string |
No | "" |
Yes | Request body. |
headers |
map<string, string> |
No | {} |
Yes: in header values | Request headers. |
query |
map<string, string> |
No | {} |
Yes: in query parameter values | Request query parameters. |