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.
GlobalDeploymentTemplateRegion
editGlobalDeploymentTemplateRegion
editRegion-specific details about a template.
Properties
edit-
deployment_template_id
(string
, required) - The (region-specific) ID of the deployment template.
-
kibana_deeplink
(array[
KibanaDeeplink
]
) - The Kibana Deeplink for this type of deployment.
-
region_id
(string
, required) - The region identifier.
-
versions
(array[
string
, required)]
- Versions supported in this region.
Example
edit{ "deployment_template_id" : "string", "kibana_deeplink" : [ { "semver" : "string", "uri" : "string" } ], "region_id" : "string", "versions" : [ "string" ] }