mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Register pages for the Instance peers and install bundle endpoints
This includes exposing a new interface for Page objects, Page.bytes, to return the full bytestring contents of the response.
This commit is contained in:
@@ -53,6 +53,8 @@ class Resources(object):
|
||||
_instance_group = r'instance_groups/\d+/'
|
||||
_instance_group_related_jobs = r'instance_groups/\d+/jobs/'
|
||||
_instance_groups = 'instance_groups/'
|
||||
_instance_install_bundle = r'instances/\d+/install_bundle/'
|
||||
_instance_peers = r'instances/\d+/peers/'
|
||||
_instance_related_jobs = r'instances/\d+/jobs/'
|
||||
_instances = 'instances/'
|
||||
_inventories = 'inventories/'
|
||||
|
||||
Reference in New Issue
Block a user