Interface EventService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    EventServiceImpl

    public interface EventService
    extends Service
    A service to manage an event in the system.
    • Method Detail

      • get

        EventService.GetRequest get()
        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.
      • remove

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

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.