VsanHostIoInsightInfo

VsanHostIoInsightInfo
VsanHostIoInsightInfo

This data object describes ioinsight information 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",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "ioinsightWorldId": 0,
    "faultMessage": "string",
    "ioinsightInfo": {
        "_typeName": "string",
        "state": "string",
        "monitoredVMs": [
            {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            }
        ]
    }
}
host
Required

ESXi host on which the ioinsight tool is installed.

integer As int64 As int64
ioinsightWorldId
Optional

The ESXi process identifier (aka.

worldId) of running ioinsight. For stopped ioinsight the worldId value is 0.

string
faultMessage
Optional

The error message when there is any issue found.

ioinsightInfo
Optional

The current ioinsight state, along with all monitored VMs if ioinsight is in running stauts, see VsanIoInsightInfo.