Interface ExternalComputeResourcesService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    ExternalComputeResourcesServiceImpl

    public interface ExternalComputeResourcesService
    extends Service
    Manages a collection of external compute resources. Compute resource is a term of host external provider. The external provider also needs to know to where the provisioned host needs to register. The login details of the engine is saved as a compute resource in the external provider side.
    • Method Detail

      • list

        ExternalComputeResourcesService.ListRequest list()
        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.
      • service

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