describe_template
Retrieve full template details from Automation Studio, including content, type, and sample data, to support text processing and configuration generation in automation workflows.
Instructions
Get detailed information about a specific template from Automation Studio.
Retrieves comprehensive template information including name, description, type, group, command, template content, and sample data. Templates are used for text processing, configuration generation, and data parsing within automation workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the template to describe | |
| project | No | The name of the project the template resides in |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Sample data used to test the template | |
| name | Yes | Template name | |
| type | Yes | Template type (textfsm or jinja2) | |
| group | Yes | The group the template is currently part of | |
| command | Yes | The command send to the device to generate the source text | |
| template | Yes | The template used to generate the final output | |
| description | No | Template description |