Interface VmApplicationService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmApplicationService

    public static interface VmApplicationService.GetResponse
    extends Response
    Returns the information about the application.
    • Method Detail

      • application

        Application application()
        The information about the application. The information consists of `name` attribute containing the name of the application (which is an arbitrary string that may also contain additional information such as version) and `vm` attribute identifying the virtual machine. For example, a request like this: [source] ---- GET /ovirt-engine/api/vms/123/applications/789 ---- May return information like this: [source,xml] ---- ovirt-guest-agent-common-1.0.12-3.el7 ----