2.2.5.3.2 HealthStatus

The HealthStatus type represents the status of a health alert.

 <xs:simpleType name="HealthStatus">
   <xs:restriction base="xs:string">
     <xs:enumeration value="OK" />
     <xs:enumeration value="Information" />
     <xs:enumeration value="Warning" />
     <xs:enumeration value="Critical" />
     <xs:enumeration value="Report" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values for this type.

Value

Description

OK

The alert is not active.

Information

The alert is an information alert.

Warning

The alert is a warning alert.

Critical

The alert is a critical alert.

Report

The alert is a report containing additional information.