VsanIODiagnosticsTarget

VsanIODiagnosticsTarget
VsanIODiagnosticsTarget

This data object describes the spec of the target to run IO diagnostics against.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "entityId": "string",
    "objUuids": [
        "string"
    ]
}
string
type
Required

The type of the target to run IO diagnostics against.

See also VsanIODiagnosticsTargetTypeEnum.

string
entityId
Required

The entity id of the target to run IO diagnostics against.

For virtual machine, the field is VM moRef.

array of string
objUuids
Optional

The vSAN object uuids involved to run IO diagnostics.

If not specified, it will list all the backing objects for the entity with the specified type and entityId.