Tower uses a standard REST API, rooted at /api/
on the server. The API is versioned for compatibility reasons, /api/v1/
and api/v2/
are currently available. You can see information about what API versions are available by querying /api/
.
You may have to specify the content/type on POST or PUT requests accordingly.
All URIs not ending with "/"
receive a 301 redirect.
Note
Ansible Tower 3.2.0 API change: Formatting of extra_vars attached to Job Template records is preserved. Previously, YAML would be converted to JSON and returned as JSON. In 2.2.0 and newer, YAML is returned as YAML with formatting and comments preserved, and JSON is returned as JSON.