Class EventAnalyticsReportResource

  • Direct Known Subclasses:
    AnalyticsReportCustomResource

    @Path("/lumis/service/analytics/eventanalytics/report/rest/graph")
    public class EventAnalyticsReportResource
    extends AbstractMonitorResource
    Event analytics report rest.
    Since:
    11.0.0
    Version:
    $Revision: 25684 $ $Date: 2023-05-26 17:21:35 -0300 (Fri, 26 May 2023) $
    • Constructor Detail

      • EventAnalyticsReportResource

        public EventAnalyticsReportResource()
    • Method Detail

      • getGraph

        @Path("/{graphType}")
        @POST
        @Consumes("application/json")
        @Produces("application/json")
        public java.lang.String getGraph​(java.lang.String requestJSONStr,
                                         @PathParam("graphType")
                                         java.lang.String graphType)
                                  throws PortalException
        Returns the JSON data for a requested graph request.
        Returns:
        the JSON data for a requested graph request.
        Throws:
        PortalException
        Since:
        11.0.0
      • deleteEventList

        @Path("/events")
        @DELETE
        @Consumes("application/json")
        @Produces("application/json")
        public Response deleteEventList​(java.lang.String requestJSONStr)
                                 throws java.lang.Exception
        Delete all events that match by filter.
        Parameters:
        requestJSONStr - the request filter.
        Throws:
        java.lang.Exception
        Since:
        14.0.0