Name
|
Type
|
Description
|
healthTest | VsanClusterHealthTest |
It's the data driven structure to display the health test result
for purpose of rendering a UI. The structure has a description, health status,
and optionally one or more "details" tables to display additional information
about the test. Programmatic consumption of the health results should avoid
parsing this structure because it is meant for UI consumption and the content
will change to improve user experience.
|
overallStatus | xsd:string |
The overall proactive test result status enumeration.
The all possible values are 'green', 'yellow', 'red',
'unknown', or 'info'.
|
overallStatusDescription | xsd:string |
A human readable, short description of the overall status result
to let user know the potential problem in the first glance.
|
timestamp | xsd:dateTime |
The time when the test was performed.
|
Properties inherited from DynamicData |
None |