IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

DeploymentUpgradeAssistantStatusResponse

edit

The status of your cluster and its readiness to be upgraded

Properties

edit
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

Example

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