VsanIODiagnosticsTargetStats

VsanIODiagnosticsTargetStats
VsanIODiagnosticsTargetStats

This data object describes the IO diagnostics target result.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "target": {
        "_typeName": "string",
        "type": "string",
        "entityId": "string",
        "objUuids": [
            "string"
        ]
    },
    "objectsIODiagnosticsStats": [
        {
            "_typeName": "string",
            "objectsIOStats": [
                {
                    "_typeName": "string",
                    "backingObjectId": "string",
                    "ioLatencyStats": [
                        {
                            "_typeName": "string",
                            "latencyType": "string",
                            "sourceEntityUuid": "string",
                            "destEntityUuid": "string",
                            "readLatencyStats": {
                                "_typeName": "string",
                                "totalCount": 0,
                                "averageLatency": "number",
                                "stddevLatency": "number"
                            },
                            "writeLatencyStats": {
                                "_typeName": "string",
                                "totalCount": 0,
                                "averageLatency": "number",
                                "stddevLatency": "number"
                            },
                            "detailedInfo": [
                                {
                                    "_typeName": "string",
                                    "key": "string",
                                    "value": {
                                        "_typeName": "string"
                                    }
                                }
                            ]
                        }
                    ],
                    "objectLayout": {
                        "_typeName": "string",
                        "layout": "string"
                    }
                }
            ],
            "startTime": "string",
            "endTime": "string"
        }
    ]
}
target
Required

The vSAN object IO diagnostics target information.

objectsIODiagnosticsStats
Optional

The IO diagnostics stats of the vSAN objects.