vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHistoricalHealthQuerySpec(vim.cluster.VsanHistoricalHealthQuerySpec)
- Parameter to
- VsanQueryClusterHistoricalHealth
- Extends
- DynamicData
- See also
- ClusterComputeResource
- Since
- vSAN 7.0U2
Data Object Description
Generic class to define the query spec for vSAN cluster historical health information.Properties
Name | Type | Description |
---|---|---|
clusters | ManagedObjectReference[]
to a ClusterComputeResource[] |
The target cluster list. Only the query for a single cluster is supported for
now.
|
end* | xsd:dateTime |
The end time querying from the historical result.
Default is till now if not specified.
|
groupId* | xsd:string |
The group ID which the health test belongs to.
To get all supported health test IDs and their associated group ID,
refer to VsanQueryAllSupportedHealthChecks
|
includeHealthRemediation* | xsd:boolean |
True to populate the vSAN health remediation information
in the historical health test result. It's false by default or when
it's not set.
Since 8.0.0.2 |
start | xsd:dateTime |
The start time querying from the historical result.
|
testId* | xsd:string |
The target health test ID.
To get all supported health test IDs and their associated group ID,
refer to VsanQueryAllSupportedHealthChecks
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |