vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanPerfEntityMetricCSV(vim.cluster.VsanPerfEntityMetricCSV)
- Property of
- VsanPerfDiagnosticResult
- Returned by
- QueryVsanPerfTopEntities, VsanPerfQueryPerf
- Extends
- DynamicData
- See also
- VsanPerfMetricSeriesCSV
- Since
- vSphere API Release 5.5
Data Object Description
This data object type stores values and metadata for vSAN metrics associated with a specific entity.Properties
Name | Type | Description |
---|---|---|
entityRefId | xsd:string |
The entity reference id in format <type>:<id> like managed object reference.
For supported entity types, metric groups, metrics,
see VsanPerfQueryPerf
|
sampleInfo* | xsd:string |
The SampleInfo (timestamp,interval) encoded in the following CSV
format: [date1], [date2], and so on.
|
value* | VsanPerfMetricSeriesCSV[] |
A list of values that corresponds to the samples collected.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |