Interface ExternalHostProviderService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ExternalHostProviderService

    public static interface ExternalHostProviderService.GetResponse
    extends Response
    Get external host provider information Host provider, Foreman or Satellite, can be set as an external provider in ovirt. To see details about specific host providers attached to ovirt use this API. For example, to get the details of host provider `123`, send a request like this: .... GET /ovirt-engine/api/externalhostproviders/123 .... The response will be like this: [source,xml] ---- mysatellite true https://mysatellite.example.com admin ----