Interface ExternalHostGroupsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ExternalHostGroupsService

    public static interface ExternalHostGroupsService.ListResponse
    extends Response
    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.
    • Method Detail