Interface ExternalDiscoveredHostsService

    • Method Detail

      • list

        ExternalDiscoveredHostsService.ListRequest list()
        Get list of discovered hosts' information. Discovered hosts are fetched from third-party providers such as Foreman. To list all discovered hosts for provider `123` send the following: [source] ---- GET /ovirt-engine/api/externalhostproviders/123/discoveredhost ---- [source,xml] ---- mac001a4ad04031 10.34.67.42 2017-04-24 11:05:41 UTC 00:1a:4a:d0:40:31 sat0 mac001a4ad04040 10.34.67.43 2017-04-24 11:05:41 UTC 00:1a:4a:d0:40:40 sat0 ... ---- The order of the returned list of hosts isn't guaranteed.
      • service

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