Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedApplicationsHealthEvaluation

Package version

Represents health evaluation for deployed applications, containing health evaluations for each unhealthy deployed application that impacted current aggregated health state. Can be returned when evaluating application health and the aggregated health state is either Error or Warning.

Hierarchy

  • DeployedApplicationsHealthEvaluation

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 description

description: undefined | string

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

kind

kind: "DeployedApplications"

Polymorphic Discriminator

Optional maxPercentUnhealthyDeployedApplications

maxPercentUnhealthyDeployedApplications: undefined | number

Maximum allowed percentage of unhealthy deployed applications from the ApplicationHealthPolicy.

Optional totalCount

totalCount: undefined | number

Total number of deployed applications of the application in the health store.

Optional unhealthyEvaluations

unhealthyEvaluations: HealthEvaluationWrapper[]

List of unhealthy evaluations that led to the aggregated health state. Includes all the unhealthy DeployedApplicationHealthEvaluation that impacted the aggregated health.

Generated using TypeDoc