ClusterUpgradeInfoedit

Information about an Elasticsearch cluster upgrade.

Propertiesedit

cluster_id (string, required)
Cluster id
cluster_version (string, required)
Version that the cluster will be running from now on

Exampleedit

{
   "cluster_id" : "string",
   "cluster_version" : "string"
}