Interface EventService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    EventService

    public static interface EventService.GetResponse
    extends Response
    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.
    • Method Detail