Getting information about a function
- In the management console
, select the folder containing the function. - Select Cloud Functions.
- In the left-hand panel, select
Functions. - Select a function.
- The Overview page will show the function details.
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID>
command. You can also set a different folder for any specific command using the --folder-name
or --folder-id
parameter.
To find out the name or unique ID of a function, get a list of functions in the folder.
To get detailed information about a function, run this command:
yc serverless function get <function_ID>
Result:
id: d4e155orh3nu********
folder_id: b1gc1t4cb638********
created_at: "2020-10-09T11:53:19.815Z"
name: test-function
log_group_id: ckg9ndpthgnu********
http_invoke_url: https://functions.yandexcloud.net/d4e155orh3nu********
status: ACTIVE
To get detailed information about a function, use the get REST API method for the Function resource or the FunctionService/Get gRPC API call.
You can get more information on a function using the Yandex Cloud Toolkit plugin