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

AllocatedInstancePlansInfo

edit

The 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 as int32)
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
}