Getting an invocation link
Written by
Updated at October 17, 2024
Management console
CLI
API
- In the management console
, select the folder with your container. - Select Serverless Containers.
- Select the container. You will find the invocation link in the Link to invoke field.
To get an invocation link, run the following command:
yc serverless container get <container_name>
Result:
id: flh7r96juaqq********
folder_id: aoek6qrs8tjh********
created_at: "2021-08-17T07:53:10.219Z"
name: my-beta-container
description: my beta container description
url: https://flh7r96juaqq********.containers.yandexcloud.net/
status: ACTIVE
You will find the invocation link in the url
field.
To get a container invocation link, use the get REST API method for the Container resource or the ContainerService/Get gRPC API call.