GET /api/ansible/ansible_roles/:id
Show role

Parameter

Parametername Beschreibung
id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/ansible/ansible_roles
List Ansible roles

Parameter

Parametername Beschreibung
search
optional

Ergebnisse filtern

Validations:

  • Must be String

order
optional

Ergebnisse sortieren

Validations:

  • Must be String

page
optional

Ergebnisse nummerieren

Validations:

  • Must be String

per_page
optional

Anzahl der Einträge pro Anfrage

Validations:

  • Must be String


DELETE /api/ansible/ansible_roles/:id
Deletes Ansible role

Parameter

Parametername Beschreibung
id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/ansible/ansible_roles/import
Import Ansible roles

Parameter

Parametername Beschreibung
proxy
optional

Smart Proxy to import from

Validations:

  • Must be Hash


POST /api/ansible/ansible_roles/obsolete
Obsolete Ansible roles

Parameter

Parametername Beschreibung
proxy
optional

Smart Proxy to import from

Validations:

  • Must be Hash