domain

domain
domain
JSON Example
{
    "name": "string",
    "type": "string",
    "enabled": false,
    "minimumHosts": 0,
    "parent": "string",
    "location": {
        "city": "string",
        "country": "string",
        "address": "string",
        "longitude": "number",
        "latitude": "number"
    },
    "licenses": {
        "vc": [
            "string"
        ],
        "nsx": [
            "string"
        ],
        "esxi": [
            "string"
        ],
        "vsan": [
            "string"
        ],
        "tca": [
            "string"
        ],
        "tca_cp": [
            "string"
        ],
        "vrli": [
            "string"
        ]
    },
    "switches": [
        {
            "name": "string",
            "uplinks": [
                {
                    "pnic": "string"
                }
            ]
        }
    ],
    "services": [
        {
            "name": "string",
            "type": "string",
            "enabled": false,
            "nsxConfig": {
                "shareTransportZonesWithParent": false
            }
        }
    ],
    "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"
            ]
        }
    ],
    "applianceOverrides": [
        {
            "name": "string",
            "size": "string",
            "enabled": false,
            "nameOverride": "string",
            "tier0Mode": "string",
            "parent": "string",
            "type": "string",
            "rootPassword": "string",
            "adminPassword": "string",
            "auditPassword": "string",
            "ipIndex": 0,
            "ipIndexPool": [
                {
                    "start": 0,
                    "end": 0
                }
            ],
            "nodeCount": 0,
            "shares": [
                {
                    "name": "string",
                    "quotaInMb": 0
                }
            ],
            "_comments": [
                "string"
            ]
        }
    ],
    "cellsiteGroups": [
        {
            "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"
                    ]
                }
            ]
        }
    ],
    "settings": {
        "dnsSuffix": "string",
        "ntpServers": [
            "string"
        ],
        "dnsServers": [
            "string"
        ],
        "applianceNamingScheme": "string",
        "proxy": {
            "server": "string",
            "protocol": "string",
            "port": 0,
            "username": "string",
            "password": "string",
            "enabled": false,
            "exclusions": [
                "string"
            ]
        },
        "_comments": [
            "string"
        ]
    }
}
string As ^[^\s]+$
name
Required

name

type
Required

type

boolean
enabled
Optional

enabled

integer
minimumHosts
Optional

minimumHosts

string As ^[^\s]+$
parent
Optional

parent

location
Optional

location

licenses
Optional

licenses

array of switch
switches
Optional

switches

array of service
services
Optional

services

array of network
networks
Optional

networks

applianceOverrides
Optional

applianceOverrides

cellsiteGroups
Optional

cellsiteGroups

settings
Optional

settings

Property Of