VsanPerfMetricSeriesCSV

VsanPerfMetricSeriesCSV
VsanPerfMetricSeriesCSV

This data object type represents a metric series encoded in CSV format.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "metricId": {
        "_typeName": "string",
        "label": "string",
        "group": "string",
        "rollupType": "string",
        "statsType": "string",
        "name": "string",
        "description": "string",
        "metricsCollectInterval": 0
    },
    "threshold": {
        "_typeName": "string",
        "direction": "string",
        "yellow": "string",
        "red": "string"
    },
    "numExceptions": "string",
    "values": "string"
}
metricId
Required

Information about the metric this data object has values for

threshold
Optional

The threshold used by VsanPerfDiagnosticService to indicate the level of performance issue seen in the data.

Only populated in return from GetVsanPerfDiagnosisResult

string
numExceptions
Optional

The number of exceptions is used by VsanPerfDiagnosticService to indicate the number of times that the corresponding rule in VsanPerfDiagnosticService sees the threshold getting violated.

Only populated in return from GetVsanPerfDiagnosisResult.

string
values
Optional

An array of sample values in CSV format