AllocatedInstancePlansInfoedit

The plan information for the Elasticsearch cluster associated with the Kibana instance or APM Server.

Propertiesedit

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.

Exampleedit

{
   "pending" : true,
   "version" : "string",
   "zone_count" : 0
}