Class EventServiceImpl

    • Method Detail

      • get

        public EventService.GetRequest get()
        Description copied from interface: EventService
        Get an event. An example of getting an event: [source] ---- GET /ovirt-engine/api/events/123 ---- [source,xml] ---- Host example.com was added by admin@internal-authz. 42 135 -1 30 oVirt normal ---- Note that the number of fields changes according to the information that resides on the event. For example, for storage domain related events you will get the storage domain reference, as well as the reference for the data center this storage domain resides in.
        Specified by:
        get in interface EventService
      • remove

        public EventService.RemoveRequest remove()
        Description copied from interface: EventService
        Removes an event from internal audit log. An event can be removed by sending following request [source] ---- DELETE /ovirt-engine/api/events/123 ----
        Specified by:
        remove in interface EventService
      • service

        public Service service​(String path)
        Description copied from interface: EventService
        Service locator method, returns individual service on which the URI is dispatched.
        Specified by:
        service in interface EventService