A newer version is available. For the latest information, see the
current release documentation.
DeploymentUpgradeAssistantStatusResponse
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
DeploymentUpgradeAssistantStatusResponse
editThe 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
}