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