The list command is utilized to fetch a roster of available Sky Networks.

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": "V7-294fa126-6f33-4105-9c56-8c1dc6faa9b7",
            "operator": "V7-6974cd66-c914-4ba0-8501-bce0e9a12c76",
            "name": "Global Net 1",
            "cloudnode": "V7-826b5d71-5a8f-425f-9678-15fd85d411d2",
            "member": [
                {
                    "id": "V7-be12d5b0-bdd0-4e94-8e7f-f006fc9be839"
                },
                {
                    "id": "V7-8af09133-2934-44af-9a45-43c59379e70a"
                }
            ],
            "subnet": [
                {
                    "id": "V7-294fa126-6f33-4105-9c56-8c1dc6faa9b7",
                    "subnet": "20.20.0.0/16",
                    "device": "SKYNET1",
                    "vlan": ""
                }
            ]
        },
        ...
    ]
 }

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