Vsan Vc Cluster Config System Vsan Get Cluster RAID Info
Get Actual RAID used in vSAN ESA cluster.
Required privileges: System.Read
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case VsanVcClusterConfigSystem/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"cluster": {}
}
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
The target cluster.
Information of RAID type actually used in the cluster. Or, None if the cluster does not support Auto Policy or failed to get RAID information.
{
"_typeName": "string",
"hostFailuresToTolerate": 0,
"subFailuresToTolerate": 0
}
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"cluster":"{}"}' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterConfigSystem/{moId}/VsanGetClusterRAIDInfo