Interface SystemService.GetRequest

  • All Superinterfaces:
    Request<SystemService.GetRequest,​SystemService.GetResponse>
    Enclosing interface:
    SystemService

    public static interface SystemService.GetRequest
    extends Request<SystemService.GetRequest,​SystemService.GetResponse>
    Returns basic information describing the API, like the product name, the version number and a summary of the number of relevant objects. [source] ---- GET /ovirt-engine/api ---- We get following response: [source,xml] ---- oVirt Engine ovirt.org 4 4.0.4 4 0 0 0 0 0 1 1 1 0 0 ---- The entry point provides a user with links to the collections in a virtualization environment. The `rel` attribute of each collection link provides a reference point for each link. The entry point also contains other data such as `product_info`, `special_objects` and `summary`.
    • Method Detail

      • follow

        SystemService.GetRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.