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.
CompatibleVersionResource
editCompatibleVersionResource
editCompatible version information
Properties
edit-
capacity_constraints
(CapacityConstraintsResource
) - Capacity constraints for the version
-
node_types
(array[
CompatibleNodeTypesResource
]
, required) - Supported node types for the version
-
version
(string
, required) - Compatible version, the key for this resource
Example
edit{ "capacity_constraints" : { "max" : 0, "min" : 0 }, "node_types" : [ { "capacity_constraints" : null, "compatible_node_types" : [ "string" ], "node_type" : "string" } ], "version" : "string" }