Interface ExternalComputeResourceService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ExternalComputeResourceService

    public static interface ExternalComputeResourceService.GetResponse
    extends Response
    Retrieves external compute resource details. For example, to get the details of compute resource `234` of provider `123`, send a request like this: .... GET /ovirt-engine/api/externalhostproviders/123/computeresources/234 .... It will return a response like this: [source,xml] ---- hostname oVirt https://hostname/api admin@internal ----