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:
Jeff Bradberry
2022-09-06 16:26:46 -04:00
parent 25afb8477e
commit 68a44529b6
4 changed files with 37 additions and 13 deletions

View File

@@ -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/'