Package com.iland.core.web.rest.api
Interface EventResource
@Path("/events")
@Consumes("application/json")
@Produces("application/vnd.ilandcloud.api.v1.0+json")
public interface EventResource
Event REST resource V1.
- Author:
- Cory Snyder
-
Method Summary
Modifier and TypeMethodDescriptiongetAwsEvents(EventFilterParams filters) Allows a client to perform dynamic AWS event queries.Get an event by its UUID.getEvents(EventFilterParams filters) Allows a client to perform dynamic event queries.
-
Method Details
-
getEvents
Allows a client to perform dynamic event queries.- Returns:
- the list of queried events
-
getAwsEvents
Allows a client to perform dynamic AWS event queries.- Returns:
- the list of queried events
-
getEvent
Get an event by its UUID.- Parameters:
uuid- the UUID of the event to retrieve- Returns:
- the event
-