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

Params

Param Name Description
id
Required

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

Params

Param Name Description
search
Optional

필터 결과

Validations:

  • Must be a String

order
Optional

결과 정렬

Validations:

  • Must be a String

page
Optional

페이지네이션 결과

Validations:

  • Must be a String

per_page
Optional

요청 당 항목 수

Validations:

  • Must be a String


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

Params

Param Name Description
id
Required

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

Params

Param Name Description
proxy
Optional

Smart Proxy to import from

Validations:

  • Must be a Hash


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

Params

Param Name Description
proxy
Optional

Smart Proxy to import from

Validations:

  • Must be a Hash