VsanSmartDiskStats

VsanSmartDiskStats
VsanSmartDiskStats

S.M.A.R.T.

stats of a physical hard disk.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
disk
Required

The physical disk name with the format like "mpx.vmhba1:C0:T2:L0".

stats
Optional

A list of S.M.A.R.T.

stats for the disk.

error
Optional

If error is set, it fails to get S.M.A.R.T.

stats for the disk with issues like "CANNOT open device", or "GET SMART parameters error".