IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
GlobalDeploymentTemplateInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
GlobalDeploymentTemplateInfo
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(integerasint32, 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"
}