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.
GlobalDeploymentTemplateInfo
editGlobalDeploymentTemplateInfo
editThe top-level model for global (regionless) templates.
Properties
edit-
description
(string
, required) - An optional description for the template.
-
metadata
(array[
MetadataItem
]
) - Optional arbitrary metadata to associate with this template.
-
name
(string
, required) - Long name of the Template
-
order
(integer
asint32
, required) - The order in which the templates should be displayed in the front-end.
-
regions
(array[
GlobalDeploymentTemplateRegion
]
, required) - List of regions this template is used in.
-
template_category_id
(string
) - Provider agnostic template identifier.
Example
edit{ "description" : "string", "metadata" : [ { "key" : "string", "value" : "string" } ], "name" : "string", "order" : 0, "regions" : [ { "deployment_template_id" : "string", "kibana_deeplink" : [ { "semver" : "string", "uri" : "string" } ], "region_id" : "string", "versions" : [ "string" ] } ], "template_category_id" : "string" }