VsanIoInsightInfo
VsanIoInsightInfo
This data object describes ioinsight status on host.
It includes both ioinsight state (running or stopped), and all of the VMs under monitor by ioinsight in running status.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"state": "string",
"monitoredVMs": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
string
state
Optional
Current state of ioinsight, which should be either running or stopped in general, please refer to VsanIoInsightStateEnum for more details.
See also VsanIoInsightStateEnum.
array of
MoRefVirtualMachine
monitoredVMs
Optional
One or more virtual machines monitored by the ioinsight tool.