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 }