It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
AllocatedInstancePlansInfo
editAllocatedInstancePlansInfo
editThe plan information for the Elasticsearch cluster associated with the Kibana instance or APM Server.
Properties
edit-
pending
(boolean
, required) - Whether or not there is a pending plan.
-
version
(string
) - The version of the current plan, falling back to that of the pending plan if it exists.
-
zone_count
(integer
asint32
) - The number of zones in the current plan, falling back to that of the pending plan if it exists.
Example
edit{ "pending" : true, "version" : "string", "zone_count" : 0 }