Retrieve detailed information about a specific function. Includes function code, configuration, and deployment status.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
Region ID
Namespace name
Function name
OK
Autoscaling configuration for the function. Keys must be 'min_instances' or 'max_instances', and values must be integers between 0 and 50.
Function build message.
Function build status.
Function code text.
1 - 100000Function creation date.
Dependencies for the function to install.
100000Function deploy status.
Description of the function.
255Function endpoint.
The name of the flavor associated with the function.
Function ID.
The main startup method name.
1 - 100Function name.
Function runtime.
Function status.
Function timeout in seconds.
0 <= x <= 180Enable or disable API key authentication.
true
Environment variables for the function. Keys must match a specific regex pattern and be 1-255 characters long, and values must be 0-255 characters long.
{ "ENV_VAR": "value" }