Class EventAnalyticsReportResource
- java.lang.Object
-
- lumis.portal.monitor.impl.AbstractMonitorResource
-
- lumis.service.analytics.eventanalytics.report.rest.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: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.monitor.impl.AbstractMonitorResource
app
-
-
Constructor Summary
Constructors Constructor Description EventAnalyticsReportResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
deleteEventList(String requestJSONStr)
Delete all events that match by filter.String
getGraph(String requestJSONStr, String graphType)
Returns the JSON data for a requested graph request.-
Methods inherited from class lumis.portal.monitor.impl.AbstractMonitorResource
checkModeManagePermission, checkModeManagePermission, checkModeViewPermission, checkModeViewPermission, checkViewServiceInstancePermission
-
-
-
-
Method Detail
-
getGraph
@Path("/{graphType}") @POST @Consumes("application/json") @Produces("application/json") public String getGraph(String requestJSONStr, @PathParam("graphType") 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
-
-