The list command is utilized to fetch a roster of available 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": "V7a419383d-xxxx-xxxx-xxxx-9c8ea4c79d23",
            "operator": "V72625e2c1-xxxx-xxxx-xxxx-a63fb40f067b",
            "name": "ens33",
            "nettype": "lan",
            "network": "DLAN",
            "mask": "VLAN"
        },
        {
            "id": "V798078f86-xxxx-xxxx-xxxx-de0ce855be19",
            "operator": "V72625e2c1-xxxx-xxxx-xxxx-a63fb40f067b",
            "name": "myNET01",
            "nettype": "managed",
            "network": "13.13.0.0",
            "mask": "24"
        },
        ...
    ]
 }

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