cellsiteGroup

cellsiteGroup
cellsiteGroup
JSON Example
{
    "name": "string",
    "switches": [
        {
            "name": "string",
            "uplinks": [
                {
                    "pnic": "string"
                }
            ]
        }
    ],
    "networks": [
        {
            "type": "string",
            "name": "string",
            "segmentType": "string",
            "switch": "string",
            "vlan": 0,
            "mtu": 0,
            "gateway": "string",
            "prefixLength": 0,
            "ipAddresses": [
                "string"
            ],
            "ipPool": [
                {
                    "start": "string",
                    "end": "string"
                }
            ],
            "dhcpConfig": {
                "ranges": [
                    {
                        "start": "string",
                        "end": "string"
                    }
                ],
                "serverAddress": "string"
            },
            "_comments": [
                "string"
            ]
        }
    ]
}
string As ^[^\s]+$
name
Required

name

array of switch
switches
Required

switches

array of network
networks
Optional

networks

Property Of