The list command is used to list configured Sky Links.

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": "V79478c96b-xxxx-xxxx-xxxx-dbafxxxx4479",
            "status": "ENABLED",
            "fromid": "V758f2cafb-xxxx-xxxx-xxxx-e9f2xxxx9b4a",
            "fromdomain": "node1.zone",
            "fromip": "192.168.234.164",
            "toid": "V7aafe6b31-xxxx-xxxx-xxxx-fc09xxxx1a5f",
            "todomain": "node2.zone",
            "toip": "192.168.234.165",
            "iprange": "10.2.0.0/16,10.3.0.0/16"
        },
        ...
    ]
}

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