Function As A Service
function_as_a_service
Methods
Get FaaS flavors
Get FaaS runtimes
function_as_a_service.keys
Methods
Create api key
Delete api key
Get api key
List api keys
Change api key
Domain types
Namespaces
function_as_a_service.namespaces
Methods
Create namespace
Delete namespace
Get namespace
Project ID
Region ID
Namespace name
Namespace creation date.
Namespace functions.
Deploy status of namespace functions.
Namespace name.
Namespace status.
Namespace description.
Namespace environment variables. Keys must match a specific regex pattern and be 1-255 characters long, and values must be 0-255 characters long.
List namespaces
Change namespace
Domain types
function_as_a_service.namespaces.functions
Methods
Create function
Delete function
Get function
Path Parameter: project_id (int) -- Project ID region_id (int) -- Region ID namespace_name (str) -- Namespace name function_name (str) -- Function name
Query Parameter: limit (int) -- Optional. Log line limit
HTTP 200 Response: logs (LogsSchema) -- Function logs
Error Response: 404 -- Resource not found
Tags: Function-as-a-Service
Security: Bearer
List functions
Change function