EventHealthEvaluation Class

Represents health evaluation of a HealthEvent that was reported on the entity. The health evaluation is returned when evaluating health of an entity results in Error or Warning.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.servicefabric.models._models_py3.HealthEvaluation
EventHealthEvaluation

Constructor

EventHealthEvaluation(*, aggregated_health_state=None, description: Optional[str] = None, consider_warning_as_error: Optional[bool] = None, unhealthy_event=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'

description
str
Required

Description of the health evaluation, which represents a summary of the evaluation process.

kind
str
Required

Required. Constant filled by server.

consider_warning_as_error
bool
Required

Indicates whether warnings are treated with the same severity as errors. The field is specified in the health policy used to evaluate the entity.

unhealthy_event
HealthEvent
Required

Represents health information reported on a health entity, such as cluster, application or node, with additional metadata added by the Health Manager.