VsanHostVmdkLoadTestResult

VsanHostVmdkLoadTestResult
VsanHostVmdkLoadTestResult

Deprecated as of vSphere API 6.7.

Class for preparing, running and cleaning up VMDK load test results on the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostname": "string",
    "issueFound": false,
    "faultMessage": "string",
    "vmdkResults": [
        {
            "_typeName": "string",
            "success": false,
            "faultMessage": "string",
            "spec": {
                "_typeName": "string",
                "vmdkCreateSpec": {
                    "_typeName": "string",
                    "diskType": "string",
                    "adapterType": "string",
                    "capacityKb": 0,
                    "profile": [
                        {
                            "_typeName": "string"
                        }
                    ],
                    "crypto": {
                        "_typeName": "string"
                    },
                    "sectorFormat": "string"
                },
                "vmdkIOSpec": {
                    "_typeName": "string",
                    "readPct": 0,
                    "oio": 0,
                    "iosizeB": 0,
                    "dataSizeMb": 0,
                    "random": false,
                    "startOffsetB": 0
                },
                "vmdkIOSpecSequence": [
                    {
                        "_typeName": "string",
                        "readPct": 0,
                        "oio": 0,
                        "iosizeB": 0,
                        "dataSizeMb": 0,
                        "random": false,
                        "startOffsetB": 0
                    }
                ],
                "stepDurationSec": 0
            },
            "actualDurationSec": 0,
            "totalBytes": 0,
            "iops": 0,
            "tputBps": 0,
            "avgLatencyUs": 0,
            "maxLatencyUs": 0,
            "numIoAboveLatencyThreshold": 0
        }
    ]
}
string
hostname
Required

The host name.

boolean
issueFound
Required

False either indicate one or more VMDK test result is failed in host VMDK load test or issues found in preparing VMDK or cleaning up VMDK.

string
faultMessage
Optional

The error message when there is any issue found

vmdkResults
Optional

The VMDK load test result on the host