Ansible REST API documentation ?

If i had to build something or /use Ansible REST API , How do i get started, tried to look at documentation did not find it. Maybe missing something ?

Hi Kavin,

There’s a lot of information about the REST API in the PDF, and it’s also browseable by hitting “/api” (the browseable API is really great and one of my favorite features – it allows learning a ton about what is available). Documentation is built into the browseable API (and is further enhanced in the 1.3 release scheduled for this month as well). Just click the little circle up by the top block and it will expand and include additional information.

You can also learn a lot by using something like Firebug or Charles Proxy to watch the traffic of the UI since it is 100% implemented in the REST API.

If you have more questions we would be happy to help – please email awx@ansibleworks.com as this list is mainly for the core project (though we will post occasional release announcements about new versions).

–Michael