[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

ClusterSpec

This specification contains the parameters required to add a cluster to a workload domain


Properties

datastoreSpec Required

Cluster storage configuration; e.g. VSAN, NFS, vVol(nfs/iscsi/fc), vSAN Remote


array of HostSpec
hostSpecs Required

List of vSphere host information from the free pool to consume in the workload domain


string
name Required

Name of the new cluster that will be added to the specified workload domain


networkSpec Required

Network configuration for the cluster


advancedOptions Optional

Advanced options used for cluster creation


string
clusterImageId Optional

ID of the Cluster Image to be used with the Cluster


boolean
skipThumbprintValidation Optional

Skip thumbprint validation for ESXi and VxRail Manager during add cluster/host operation. This property is deprecated.


vxRailDetails Optional

Contains the VxRail Manager details

JSON Example

{
	"datastoreSpec": {},
	"hostSpecs": [
		{
			"id": "string"
		}
	],
	"name": "string",
	"networkSpec": {
		"nsxClusterSpec": {},
		"vdsSpecs": [
			{
				"name": "string"
			}
		]
	}
}
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Property Of

ComputeSpec
DomainUpdateSpec

Feedback

Was this page helpful?