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 Details

    • getEvents

      @GET EventListResponse getEvents(@BeanParam EventFilterParams filters)
      Allows a client to perform dynamic event queries.
      Returns:
      the list of queried events
    • getAwsEvents

      @GET @Path("/aws") AwsEventListResponse getAwsEvents(@BeanParam EventFilterParams filters)
      Allows a client to perform dynamic AWS event queries.
      Returns:
      the list of queried events
    • getEvent

      @GET @Path("/{uuid}") EventResponse getEvent(@PathParam("uuid") String uuid)
      Get an event by its UUID.
      Parameters:
      uuid - the UUID of the event to retrieve
      Returns:
      the event