Vcenter Vcha Cluster Passive CheckSpec
Vcenter Vcha Cluster Passive CheckSpec
The Vcenter Vcha Cluster Passive CheckSpec schema contains placement information for validation.
This schema was added in vSphere API 6.7.1.
JSON Example
{
"vc_spec": {
"active_location": {
"hostname": "string",
"port": 0,
"ssl_thumbprint": "string",
"ssl_certificate": "string",
"username": "string",
"password": "string"
}
},
"placement": {
"name": "string",
"folder": "string",
"host": "string",
"resource_pool": "string",
"ha_network_type": "string",
"ha_network": "string",
"management_network_type": "string",
"management_network": "string",
"storage": {
"datastore": "string"
}
}
}
vc_spec
Optional
Contains the active node's management vCenter server credentials.
This property was added in vSphere API 6.7.1.
If missing or null
, then the active vCenter Server instance is assumed to be either self-managed or else in enhanced linked mode and managed by a linked vCenter Server instance.
placement
Required
Contains the node's placement information for validation.
This property was added in vSphere API 6.7.1.