ApplicationHealthStateChunk

Represents the health state chunk of a application. The application health state chunk contains the application name, its aggregated health state and any children services and deployed applications that respect the filters in cluster health chunk query description.

Properties

Name Type Required
HealthState string (enum) No
ApplicationName string No
ApplicationTypeName string No
ServiceHealthStateChunks ServiceHealthStateChunkList No
DeployedApplicationHealthStateChunks DeployedApplicationHealthStateChunkList No

HealthState

Type: string (enum)
Required: No

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.

Possible values are:

  • Invalid - Indicates an invalid health state. All Service Fabric enumerations have the invalid type. The value is zero.
  • Ok - Indicates the health state is okay. The value is 1.
  • Warning - Indicates the health state is at a warning level. The value is 2.
  • Error - Indicates the health state is at an error level. Error health state should be investigated, as they can impact the correct functionality of the cluster. The value is 3.
  • Unknown - Indicates an unknown health status. The value is 65535.

ApplicationName

Type: string
Required: No

The name of the application, including the 'fabric:' URI scheme.


ApplicationTypeName

Type: string
Required: No

The application type name as defined in the application manifest.


ServiceHealthStateChunks

Type: ServiceHealthStateChunkList
Required: No

The list of service health state chunks in the cluster that respect the filters in the cluster health chunk query description.


DeployedApplicationHealthStateChunks

Type: DeployedApplicationHealthStateChunkList
Required: No

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