Interface EventSubscriptionsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    EventSubscriptionsService

    public static interface EventSubscriptionsService.ListResponse
    extends Response
    List the event-subscriptions for the provided user. For example to list event-subscriptions for user `123`: .... GET /ovirt-engine/api/users/123/event-subscriptions .... [source,xml] ---- host_install_failed smtp
    [email protected]
    vm_paused smtp
    [email protected]
    ----
    • Method Detail

      • eventSubscriptions

        List<EventSubscription> eventSubscriptions()
        List of the event-subscriptions for the specified user