StartIODiagnosticsTaskRequestType

StartIODiagnosticsTaskRequestType
StartIODiagnosticsTaskRequestType

The parameters of StartIODiagnosticsTask.

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

JSON Example
{
    "targets": [
        {
            "_typeName": "string",
            "type": "string",
            "entityId": "string",
            "objUuids": [
                "string"
            ]
        }
    ],
    "cluster": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "duration": 0
}
targets
Required

The targets to run the diagnostics.

cluster
Optional

The cluster where the targets belong to, ignored when calling against ESXi hosts.

Required privileges: Global.Diagnostics

integer As int64 As int64
duration
Optional

The duration time in seconds to run diagnostics. The valid range is [300, 3600], default is 300.