GlobalDeploymentTemplateInfoedit

The top-level model for global (regionless) templates.

Propertiesedit

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 as int32, 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.

Exampleedit

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