vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanPerfHotspotQuerySpec(vim.cluster.VsanPerfHotspotQuerySpec)
- Parameter to
- QueryVsanPerfHotspotEntities
- Extends
- DynamicData
- Since
- 8.0.0.3
Data Object Description
Describes specification for the query operation to retrieve vSAN performance hotspot entities.Properties
Name | Type | Description |
---|---|---|
endTime | xsd:dateTime |
Indicates the end time of the time period to return the desired vSAN performance
hotspot entities.
|
entity | xsd:string |
Represents the managed object type of the top entities,
they are: virtual-machine, disk-group, host-domclient, host-domcompmgr
and vsan-esa-disk-layer.
for detailed info, see VsanPerfQueryPerf
|
metricId | xsd:string |
Indicates which one metric is used to decide the order of the hotspot entities
from resource consuming perspective.
The valid metric types for top entities query of entities virtual-machine,
disk-group, host-domclient and host-domcompmgr include iopsRead, iopsWrite,
throughputRead, throughputWrite, latencyRead, latencyWrite.
The valid metric types of entity vsan-esa-disk-layer include iopsReadCapacity, iopsWriteCapacity,
tputReadCapacity, tputWriteCapacity, avgLatReadCapacity, avgLatWriteCapacity
|
numEntities* | xsd:int |
Represents the number of the hotspot entities to be returned.
The default value is 10 and the maximum is 64.
|
startTime | xsd:dateTime |
Indicates the start time of the time period to return the desired vSAN performance
hostspot 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 |