VsanHealthQuerySpec

VsanHealthQuerySpec
VsanHealthQuerySpec

The additional spec for querying the vSAN health, e.g., whether it should include the server vSAN datastore.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "includeAllRemoteClusters": false,
    "remoteClusterUuids": [
        "string"
    ],
    "latencyOnly": false,
    "mode": "string"
}
boolean
includeAllRemoteClusters
Optional

True to include all of server vSAN clusters mounted on the host.

This parameter will be ignored for network health check since network check only support one server cluster for each query.

array of string
remoteClusterUuids
Optional

The server vSAN cluster UUIDs for query.

This parameter will be ignored if the includeAllRemoteClusters is set.

boolean
latencyOnly
Optional

True to only check network latency of hosts between local and server vSAN cluster.

string
mode
Optional

Mode for vSAN.

Supported mode mode.

See also VsanModeEnum.