A newer version is available. For the latest information, see the
current release documentation.
CompatibleVersionResource
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CompatibleVersionResource
editInformation about the compatible version.
Properties
edit-
capacity_constraints(CapacityConstraintsResource)
This endpoint is deprecated and scheduled to be removed in the next major version. This field will soon be removed in favor of having a global capacity constraint for all versions. When specified its value will be ignored.
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" : {
"max" : 0,
"min" : 0
},
"compatible_node_types" : [
"string"
],
"node_type" : "string"
}
],
"version" : "string"
}