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
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
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
The list of application health state chunks in the cluster that respect the filters in the cluster health chunk query description.
Feedback
Submit and view feedback for