aap_get_job_template
Retrieve complete configuration details for a specific Ansible job template, including credentials, survey spec, and variables, to enable informed automation decisions.
Instructions
Get full details of an AAP job template.
Args: params (GetJTInput): - template_id (int): Job template ID
Returns: str: JSON with full template details including credentials, labels, survey spec, extra_vars, verbosity, become_enabled, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |