Interface EventApi


public interface EventApi
Provides synchronous access to cloudstack via their REST API.

See Also:
  • Method Details

    • listEventTypes

      @Named("listEventTypes") @GET @Consumes("application/json") Set<String> listEventTypes()
      List Event Types
      Returns:
      event types or null if not found
    • listEvents

      @Named("listEventTypes") @GET @Consumes("application/json") Set<Event> listEvents(ListEventsOptions... options)
      List Events
      Returns:
      event list or null if not found