vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanClusterHealthQuerySpec(vim.cluster.VsanClusterHealthQuerySpec)
- Parameter to
- VsanQueryVcClusterHealthSummary
- Extends
- DynamicData
- See also
- Task
- Since
- vSAN 7.0U1
Data Object Description
Properties
| Name | Type | Description |
|---|---|---|
| diskNames* | xsd:string[] |
A list of disks to be validated for hardware compatibility.
If this field is set, the hardware compatibility check will only return
the result of the disks in list. Both disk canonical name (e.g. 'mpx.vmhba0:C0:T0:L0')
and UUID are supported.
The field only takes effect with perspective 'vcsaInstallerForVsanEsa'.
Since 8.0.0.1 |
| excludeChecks* | xsd:string[] |
A list of health checks to be excluded in this health query.
Each health check item in this list is a testId string.
If this field is set, the health checks in this list will not be
included in the health query result.
This is mainly used to support skipping some health checks in vLCM
upgrade precheck workflow.
Since 9.1.0.0 |
| includeHealthRemediation* | xsd:boolean |
True to include vSAN health remediation and troubleshooting information
in the data driven health test result. It's false by default or when
it's not set.
Since 8.0.0.2 |
| task* | ManagedObjectReference
to a Task |
Task ID returned from API
VsanQueryVcClusterHealthSummaryTask.
This is used to get the health summary performed by the given task.
If the task is still running, VsanQueryVcClusterHealthSummary
returns health check groups which are already completed.
If the task is completed, VsanQueryVcClusterHealthSummary
returns full health summary from cache (Notes: fetchFromCache should be True).
VsanQueryVcClusterHealthSummary
returns VsanFault if task ID is invalid or task state is 'error'.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |