Interface ExternalHostGroupsService

    • Method Detail

      • list

        ExternalHostGroupsService.ListRequest list()
        Get host groups list from external host provider. Host group is a term of host providers - the host group includes provision details. This API returns all possible hostgroups exposed by the external provider. For example, to get the details of all host groups of provider `123`, send a request like this: .... GET /ovirt-engine/api/externalhostproviders/123/hostgroups .... The response will be like this: [source,xml] ---- rhel7 x86_64 example.com RedHat 7.3 sat0 ... ---- The order of the returned list of host groups isn't guaranteed.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.