Hi,
I’m wondering if anyone might be able to point me in the right direction to generate or locate an OpenAPI or Swagger document for the AWX API. The interactive self-documentation is amazing but I’m working on some automation where I would love to generate some client libraries using OpenAPI Generator.
Regards,
Ryan
they are not published anywhere public, but can be generated easily using the Makefile “make swagger” and / or “make genschema” commands. It might be best to run these commands inside of the tools_awx_1 docker container, which is created by running the “make docker-compose” command
let us know if that works for you
AWX Team