vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanPerfTopQuerySpec(vim.cluster.VsanPerfTopQuerySpec)
- Parameter to
- QueryVsanPerfTopEntities
- Extends
- DynamicData
- Since
- vSAN API vSAN 7.0U2
Data Object Description
Describe specification for query operation to retrieve vSAN performance top entities.Properties
| Name | Type | Description |
|---|---|---|
| entity | xsd:string |
Represent the managed object type of the top entities, including
virtual-machine and disk-group.
|
| metricId | xsd:string |
Indicate which one metric is used to decide the order of the top entities
from resource consuming perspective.
The valid metric types for top entities query include iopsRead, iopsWrite,
throughputRead, throughputWrite, latencyRead, latencyWrite.
|
| numEntities* | xsd:int |
Represent the number of the top entities to be returned.
The default value is 10 and the maximum is 50.
|
| timeStamp | xsd:dateTime |
Indicate the sampling time to return the desired vSAN performance top
entities.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |