data class ClusterHealthResponse(val clusterName: String, val status: ClusterStatus, val timedOut: Boolean, val numberOfNodes: Int? = null, val activeShards: Int? = null, val relocatingShards: Int? = null, val initializingShards: Int? = null, val unassignedShards: Int? = null)