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" }