Interface ExternalDiscoveredHostService

    • Method Detail

      • get

        ExternalDiscoveredHostService.GetRequest get()
        Get discovered host info. Retrieves information about an host that is managed in external provider management system, such as Foreman. The information includes hostname, address, subnet, base image and more. For example, to get the details of host `234` from provider `123`, send a request like this: .... GET /ovirt-engine/api/externalhostproviders/123/discoveredhosts/234 .... The result will be like this: [source,xml] ---- mac001a4ad04040 10.34.67.43 2017-04-24 11:05:41 UTC 00:1a:4a:d0:40:40 sat0 ----
      • service

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