VsanSmartStatsHostSummary
VsanSmartStatsHostSummary
S.M.A.R.T.
stats for all vSAN disks on the host.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"hostname": "string",
"smartStats": [
{
"_typeName": "string",
"disk": "string",
"stats": [
{
"_typeName": "string",
"parameter": "string",
"value": 0,
"threshold": 0,
"worst": 0
}
],
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
]
}
string
hostname
Optional
The host name.
array of
VsanSmartDiskStats
smartStats
Optional
A list of S.M.A.R.T.
stats for all disks on the host.
Property Of