Get Cluster Configure
This API provides the storage choices available when reconfiguring storage in a cluster. The constraints returned will give vSAN reconfiguration biases and available vSAN capacities per reconfiguration bias. The constraints also indicate the default vSAN capacity per reconfiguration biases as well as the default reconfiguration bias.
Organization identifier
Sddc identifier
cluster identifier
The expected number of hosts in the cluster. If not specified, returned is based on current number of hosts in the cluster.
OK
{
"reconfig_biases": [
{
"short_description": "string",
"full_description": "string",
"id": "string"
}
],
"hosts": 0,
"default_reconfig_bias_id": "string"
}
Biases to reconfigure vSAN in an existing cluster.
A map of VsanClusterReconfigBias id to the list of VsanAvailableCapacity. It gives all of available vSAN capacities for each of reconfiguration biases.
A map of VsanClusterReconfigBias id to a VsanAvailableCapacity. It gives the default VsanAvailableCapacity for each of reconfiguration biases.
The number of hosts in a cluster for the constraints.
The id of default VsanClusterReconfigBias for this constraints.
Invalid or missing parameters
Unauthorized
Forbidden