2.2.5.52 HealthStatus

The HealthStatus simple type is an enumeration that specifies the health of a specific DNS zone or a DNS server.

 <xs:simpleType name="HealthStatus">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Healthy" />
     <xs:enumeration value="HealthyWithWarnings" />
     <xs:enumeration value="Unhealthy" />
     <xs:enumeration value="NotApplicable" />
     <xs:enumeration value="Unknown" />
     <xs:enumeration value="Unchecked" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Healthy

No error or warning events are present.

HealthyWithWarnings

Warning events but no error events are present.

Unhealthy

Error events are present.

NotApplicable

The health status is not applicable for the entity.

Unknown

The health status is unknown.

Unchecked

The health status has not yet been checked.