Package org.ovirt.engine.sdk4.services
Interface HostsService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- HostsService
public static interface HostsService.ListResponse extends Response
Get a list of all available hosts. For example, to list the hosts send the following request: .... GET /ovirt-engine/api/hosts .... The response body will be similar to this: [source,xml] ----... ... ... ---- The order of the returned list of hosts is guaranteed only if the `sortby` clause is included in the `search` parameter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Host>
hosts()
-