- idTemplate ID, used to identify a template by name (slug)
- ulidUnique identifier of the template (ULID)
- spaceSpace!Space to which this template belongs.
- nameName of the template
- descriptionDescription of the template.
- labelsLabels associated with the template.
- createdAtCreatedAt is unix timestamp (in seconds) at which the template was created
- updatedAtUpdatedAt is unix timestamp (in seconds) at which the template was updated
- canDeleteWhether the template can be deleted (has no versions).
- deploymentsCountNumber of deployments for this template.
- latestVersionTemplateVersionSummaryThe latest template version based on creation time.
- Get a single template version.
- Get template versions that are compatible upgrade targets from the specified version. Returns only PUBLISHED versions that can be upgraded to from the given version.
- Search for template versions.
- Get search suggestions for template versions.
- allowedActionsActionActions that the user can perform on this Template.