The list command is utilized to fetch a roster of available Serverless functions.

JSON Input Data Format
{}

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": [
        {
            "id": "V76cf1b34d-125c-4e93-a296-34b196ad980f",
            "operator": "V72625e2c1-2e68-4db7-985b-a63fb40f067b",
            "name": "myfunction01",
            "cloudnode": "V7f780c26d-8b95-4ca6-8aa7-7a460e988afe",
            "runtime": "lambda-python:certified-3.12",
            "comments": "Test Comment Update",
            "handler": "v7ess_function.handler",
            "envars": "{\n    \"SVL_FLOW_VERSION\": \"7\",\n    \"USERNAME\": \"v7ess\"\n}",
            "commands": "{\n    \"java-install\": \"[PGM] install -y java-17-amazon-corretto\",\n    \"pip-upgrade\": \"pip install --upgrade pip\",\n    \"flow-install\": \"pip install h2o==3.44.0.3 metaflow pylint pandas scipy numpy scylla-driver==3.26.3 kafka-python3==3.0.0 pika==1.3.2 cockroachdb==0.3.5\"\n}",
            "gitrepo": "",
            "gitbranch": "",
            "trigger": true,
            "queue": "V7ddaa6425-090e-4c05-bd12-d7e1ec10b567",
            "testjson": "",
            "activecodefile": "v7ess_function.py",
            "staticport": "3215",
            "lake": "",
            "policy": "",
            "bucket": "",
            "timeout": "500",
            "memory": "1024"
        },
        ...
    ]
 }

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}