PerfEntityMetricCSV
PerfEntityMetricCSV
This data object type stores metric values for a specific entity in CSV format.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"sampleInfoCSV": "string",
"value": [
{
"_typeName": "string",
"id": {
"_typeName": "string",
"counterId": 0,
"instance": "string"
},
"value": "string"
}
]
}
string
sampleInfoCSV
Required
The PerfSampleInfo encoded in the following CSV format: [interval1], [date1], [interval2], [date2], and so on.
array of PerfMetricSeriesCSV
value
Optional
Metric values corresponding to the samples collected in this list.