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"
}
],
"_comments": [
"string"
]
}
]
}