ClusterHealthChunk Class

Represents the health chunk of the cluster. Contains the cluster aggregated health state, and the cluster entities that respect the input filter.

Inheritance
ClusterHealthChunk

Constructor

ClusterHealthChunk(*, health_state=None, node_health_state_chunks=None, application_health_state_chunks=None, **kwargs)

Parameters

health_state
str or HealthState
Required

The HealthState representing the aggregated health state of the cluster computed by Health Manager. The health evaluation of the entity reflects all events reported on the entity and its children (if any). The aggregation is done by applying the desired cluster health policy and the application health policies. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

node_health_state_chunks
NodeHealthStateChunkList
Required

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

application_health_state_chunks
ApplicationHealthStateChunkList
Required

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