Cluster Stats Response
@Serializable
Summary response for GET /_cluster/stats.
This model intentionally captures only the fields needed for operational dashboards. All fields are nullable to stay compatible across Elasticsearch and OpenSearch versions.
Constructors
Link copied to clipboard
constructor(clusterName: String? = null, status: ClusterStatus? = null, indices: ClusterStatsIndices? = null, nodes: ClusterStatsNodes? = null)