Interface EventSubscriptionService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    EventSubscriptionService

    public static interface EventSubscriptionService.GetResponse
    extends Response
    Gets the information about the event-subscription. For example to retrieve the information about the subscription of user '123' to the event 'vm_console_detected': .... GET /ovirt-engine/api/users/123/vm_console_detected .... [source,xml] ---- vm_console_detected smtp
    [email protected]
    ----
    • Method Detail