on my current project we want to call AWX REST Api, however the requirement is to use Azure API Management as proxy. Is there somewhere AWX openapi yaml file that I can download and import into Azure APIM?
Currently, AWX REST Api has over 100 resources, I don’t want to write yaml if I don’t have to.
Why is it so difficult to find AWX openapi spec to download?
Fosterseth has pointed at the api in json format, But wanted to point to a few resources depending on what you are doing
If using in a playbook, use awx.awx/ansible.controller modules, as they interact with the API and you don’t have to write for it. If you are doing python or other coding to interact with the API, I’d check out the code as it is a good resource for how to interact efficiently.
If you are configuring many things in a playbook, I’d look at the infra.controller_configuration collection as well, as it wraps around the above modules.
Hi @ivansla ! It looks like the post @fosterseth submitted might have solved your issue.
If so, it would be super helpful if you could click the on their post to accept the solution - it recognises the input of others, helps our volunteers find new issues to answer, and keeps the forum nice and tidy.