Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventHealthEvaluation

Package version

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.

Hierarchy

  • EventHealthEvaluation

Index

Properties

Optional aggregatedHealthState

aggregatedHealthState: HealthState

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'

Optional considerWarningAsError

considerWarningAsError: undefined | false | true

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

Optional description

description: undefined | string

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

kind

kind: "Event"

Polymorphic Discriminator

Optional unhealthyEvent

unhealthyEvent: HealthEvent

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

Generated using TypeDoc