Vsan Vc Cluster Health System Vsan Get Hcl Constraints
Get the HCL driver/firmware constraints for PCIe devices used by vSAN in the cluster.
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 VsanVcClusterHealthSystem/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"cluster": {},
"release": "string"
}
{
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"release": "string"
}
The target vSAN cluster
Required privileges: System.Read
The target vSphere release
The HCL driver constraints for all the PCIe device used by vSAN, and current firmware versions of that device in the cluster.
{
"_typeName": "string",
"cluster": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"release": "string",
"hostDevices": [
{
"_typeName": "string",
"hostname": "string",
"devices": [
{
"_typeName": "string",
"deviceName": "string",
"pciId": "string",
"fwVersion": "string",
"features": [
"string"
]
}
]
}
],
"constraints": [
{
"_typeName": "string",
"pciId": "string",
"vcgLink": "string",
"similarVcgLinks": [
"string"
],
"compliantFirmwares": [
{
"_typeName": "string",
"firmwareVersion": "string",
"compliantDrivers": [
{
"_typeName": "string",
"driverName": "string",
"driverVersion": "string",
"supportedFeatures": [
"string"
]
}
]
}
],
"vcgId": 0,
"model": "string",
"partner": "string",
"partNumber": "string",
"release": "string"
}
]
}
The vSAN cluster.
Target vSphere release.
Host devices.
PCI Device HCL constraints.
NotSupported: if run directly on an ESX Server host.
VsanFault: If unexpected error happened during the query, such as the cluster HCL info is unable to be retrieved, etc.
{
"_typeName": "string",
"faultCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
Fault which is the cause of this fault.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"cluster":"{}","release":"string"}' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterHealthSystem/{moId}/VsanGetHclConstraints