Interface ExternalComputeResourcesService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ExternalComputeResourcesService

    public static interface ExternalComputeResourcesService.ListResponse
    extends Response
    Retrieves a list of external compute resources. For example, to retrieve the compute resources of external host provider `123`, send a request like this: .... GET /ovirt-engine/api/externalhostproviders/123/computeresources .... It will return a response like this: [source,xml] ---- hostname oVirt https://address/api admin@internal ... ---- The order of the returned list of compute resources isn't guaranteed.