New

The executive guide to generative AI

Read more

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
}

On this page

Was this helpful?
Feedback