NodesStatsResponse

@Serializable
data class NodesStatsResponse(val clusterName: String? = null, val nodes: Map<String, NodeStatsNode> = emptyMap())

Subset response for GET /_nodes/stats.

Only operationally relevant fields are modeled. Unknown fields are ignored by the configured JSON parser.

Constructors

Link copied to clipboard
constructor(clusterName: String? = null, nodes: Map<String, NodeStatsNode> = emptyMap())

Properties

Link copied to clipboard
@SerialName(value = "cluster_name")
val clusterName: String?
Link copied to clipboard