@Path(value="/events") @Consumes(value="application/json") @Produces(value="application/vnd.ilandcloud.api.v1.0+json") public interface EventResource extends Serializable
Modifier and Type | Method and Description |
---|---|
EventResponse |
getEvent(String uuid)
Get an event by its UUID.
|
EventListResponse |
getEvents(EventFilterParams filters)
Allows a client to perform dynamic event queries.
|
@GET @Produces(value="application/vnd.ilandcloud.api.v1.0+json") EventListResponse getEvents(@BeanParam EventFilterParams filters)
@GET @Path(value="/{uuid}") @Produces(value="application/vnd.ilandcloud.api.v1.0+json") EventResponse getEvent(@PathParam(value="uuid") String uuid)
uuid
- the UUID of the event to retrieveCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.