@Path(value="/events")
@Consumes(value="application/json")
@Produces(value="application/vnd.ilandcloud.api.v1.0+json")
public interface EventResource
| 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 EventListResponse getEvents(@BeanParam EventFilterParams filters)
@GET
@Path(value="/{uuid}")
EventResponse getEvent(@PathParam(value="uuid")
String uuid)
uuid - the UUID of the event to retrieveCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.