mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Expose execution environments in awxkit and awx-cli
This commit is contained in:
committed by
Shane McDonald
parent
cc429f9741
commit
c05e4e07ee
@@ -28,6 +28,8 @@ class Resources(object):
|
||||
_credential_types = 'credential_types/'
|
||||
_credentials = 'credentials/'
|
||||
_dashboard = 'dashboard/'
|
||||
_execution_environment = r'execution_environments/\d+/'
|
||||
_execution_environments = 'execution_environments/'
|
||||
_fact_view = r'hosts/\d+/fact_view/'
|
||||
_group = r'groups/\d+/'
|
||||
_group_access_list = r'groups/\d+/access_list/'
|
||||
@@ -141,6 +143,7 @@ class Resources(object):
|
||||
_organization_access_list = r'organizations/\d+/access_list/'
|
||||
_organization_admins = r'organizations/\d+/admins/'
|
||||
_organization_applications = r'organizations/\d+/applications/'
|
||||
_organization_execution_environments = r'organizations/\d+/execution_environments/'
|
||||
_organization_inventories = r'organizations/\d+/inventories/'
|
||||
_organization_users = r'organizations/\d+/users/'
|
||||
_organizations = 'organizations/'
|
||||
|
||||
Reference in New Issue
Block a user