> Template object

The following objects are directly related to the template API.

Template

The template object has the following properties.

PropertyTypeDescription
templateidstringID of the template.

Property behavior:
- read-only
- required for update operations
hoststringTechnical name of the template.

Property behavior:
- required for create operations
descriptiontextDescription of the template.
namestringVisible name of the template.

Default: host property value.
uuidstringUniversal unique identifier, used for linking imported templates to already existing ones. Auto-generated, if not given.
vendor_namestringTemplate vendor name.

For create operations, both vendor_name and vendor_version should be either set or left empty. For update operations, vendor_version can be left empty if it has a value in the database.
vendor_versionstringTemplate vendor version.

For create operations, both vendor_name and vendor_version should be either set or left empty. For update operations, vendor_name can be left empty if it has a value in the database.

Template tag

The template tag object has the following properties.

PropertyTypeDescription
tagstringTemplate tag name.

Property behavior:
- required
valuestringTemplate tag value.