Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Create AWX (or Ansible Tower) API extention #70

@banz-ghb

Description

@banz-ghb

This issue is a request.
I want AWX (or Ansible Tower) API extention.
It will complement the missing functions of awx workflow reasonable.

Swagger documents are as follows.

https://docs.ansible.com/ansible-tower/latest/html/towerapi/api_ref.html

usecase1

Monitor tools (prometheus, zabbix etc) invokes a job template, which means a playbook, through webhook consumer endpoint.

POST /api/v2/job_templates/{id}/launch/ Launch a Job Template

With the extra_vars, it is possible to change the behavior of the job template (such as target nodes and options)

usecase2

In accordance with the job execution result, subsequent processing such as notification and recovery are executed.

GET /api/v2/jobs/{id}/ Retrieve a Job

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions