| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
endTime* | xsd:dateTime |
The time up to which statistics are retrieved. Corresponds to server
time. When endTime is omitted, the returned result includes up to the
most recent metric value. When an endTime is specified, the returned
samples include the sample at endTime.
|
entityRefId | xsd:string |
The 'entityRefId' is an entity reference id, which is used to identify whoes
stats (i.e. clusters, hosts) you want to query. Here an entity reference id
consists of an entity type and an UUID of the entity. Its format is
<entity-type>:<entity-uuid>. It is possible to pass '*' as the value
for entity-uuid in case one wants to query all entities of a certain type.
For supported entity types: See vim.cluster.VsanPerformanceManager#vsanPerfQueryPerf |
group* | xsd:string |
A type of entity (like hosts) may have metrics with same names (i.e. IOPS,
Throughput) in different groupes/view-points (i.e. DOMClient, DOMCompMgr).
Here the 'group' attribute is used to identify which group of metrics is to
be queried for an entity. If group is not set, a default group will be used.
For supported entity types, metric groups, metrics: See vim.cluster.VsanPerformanceManager#vsanPerfQueryPerf |
interval* | xsd:int |
The interval , in seconds, for aggregated performance statistics.
|
labels* | xsd:string[] |
The performance metrics (labels) to be retrieved.
the label is also used in VsanPerfMetricId of returned mertics data
|
startTime* | xsd:dateTime |
The server time from which to obtain counters. If not specified,
defaults to the first available counter. When a startTime is
specified, the returned samples do not include the sample at
startTime.
|
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |