A newer version is available. For the latest information, see the
current release documentation.
GlobalDeploymentTemplateRegion
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
GlobalDeploymentTemplateRegion
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"
]
}