Interface SystemService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    SystemService

    public static interface SystemService.GetResponse
    extends Response
    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

      • api

        Api api()