EntityHealthState Class

A base type for the health state of various entities in the cluster. It contains the aggregated health state.

Inheritance
EntityHealthState

Constructor

EntityHealthState(*, aggregated_health_state=None, **kwargs)

Parameters

aggregated_health_state
str or HealthState
Required

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'