VMware Cloud Foundation - JSON Generatormartingustafsson.com
Deploy VI Workload Domain    Deploy Cluster    VCF 5.x
Domain Configuration
Cluster Configuration
vCenter Configuration
   
Datastore Configuration

Create new NSX-T infrastructure?
   


Download JSON
{
  "domainName": "",
  "vcenterSpec": {
    "name": "",
    "networkDetailsSpec": {
      "ipAddress": "",
      "dnsName": "",
      "gateway": "",
      "subnetMask": ""
    },
    "rootPassword": "",
    "datacenterName": "",
    "vmSize": "medium"
  },
  "computeSpec": {
    "clusterSpecs": [
      {
        "name": "",
        "hostSpecs": [],
        "datastoreSpec": {},
        "networkSpec": {
          "vdsSpecs": [],
          "nsxClusterSpec": {
            "nsxTClusterSpec": {
              "geneveVlanId": ""
            }
          }
        }
      }
    ]
  },
  "nsxTSpec": {
    "nsxManagerSpecs": [
      {
        "name": "",
        "networkDetailsSpec": {
          "ipAddress": "",
          "dnsName": "",
          "gateway": "",
          "subnetMask": ""
        }
      },
      {
        "name": "",
        "networkDetailsSpec": {
          "ipAddress": "",
          "dnsName": "",
          "gateway": "",
          "subnetMask": ""
        }
      },
      {
        "name": "",
        "networkDetailsSpec": {
          "ipAddress": "",
          "dnsName": "",
          "gateway": "",
          "subnetMask": ""
        }
      }
    ],
    "vip": "",
    "vipFqdn": "",
    "licenseKey": "",
    "nsxManagerAdminPassword": "",
    "formFactor": "large"
  }
}