Package org.jclouds.cloudstack.features
Interface EventApi
public interface EventApi
Provides synchronous access to cloudstack via their REST API.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlistEvents
(ListEventsOptions... options) List EventsList Event Types
-
Method Details
-
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
-