The list command is utilized to fetch a roster of available Vista Sessions.

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": [
        {
            "name": "Admin Connection",
            "gate": "V7ag-eadac984-3651-4c29-9aec-dac48b229075",
            "user": "V72625e2c1-2e68-4db7-985b-a63fb40f067b",
            "protocol": "ssh",
            "instance": "V7-e58ad736-8991-4192-99e1-862da1d35de7",
            "port": "22",
            "token": "IoD69kqSoyQzAhSF9s3vovvfjGIVxMsbtHrjLYK2tuY9p6B37jeBY7vxQznp",
            "operator": "V72625e2c1-2e68-4db7-985b-a63fb40f067b",
            "id": "V704b6ac47-f73b-439f-a9d4-5f9c05fe4356"
        },
        ...
    ]
 }

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