DeploymentUpgradeAssistantStatusResponseedit

The status of your cluster and its readiness to be upgraded

Propertiesedit

details (string, required)
Message with information about the number of Elasticsearch and Kibana deprecations
ready_for_upgrade (boolean, required)
A boolean indicating whether or not the cluster is ready to be upgraded

Exampleedit

{
   "details" : "string",
   "ready_for_upgrade" : true
}