Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedApplicationHealthStateChunk

Package version

Represents the health state chunk of a deployed application, which contains the node where the application is deployed, the aggregated health state and any deployed service packages that respect the chunk query description filters.

Hierarchy

Index

Properties

Optional deployedServicePackageHealthStateChunks

deployedServicePackageHealthStateChunks: DeployedServicePackageHealthStateChunkList

The list of deployed service package health state chunks belonging to the deployed application that respect the filters in the cluster health chunk query description.

Optional healthState

healthState: 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 nodeName

nodeName: undefined | string

The name of node where the application is deployed.

Generated using TypeDoc