@Path(value="/lumis/service/analytics/eventanalytics/report/rest/custom") @StableMinor(version="12.4", sinceVersion="12.2") public class AnalyticsReportCustomResource extends EventAnalyticsReportResource
Modifier and Type | Field and Description |
---|---|
protected boolean |
filterByLumisUserId |
protected boolean |
filterByMonitorUserId |
Constructor and Description |
---|
AnalyticsReportCustomResource() |
Modifier and Type | Method and Description |
---|---|
Response |
getReport(String serviceInstanceId,
String reportFriendlyId,
String projectIdFilter)
Returns the JSON response for the report
|
deleteEventList, getGraph
checkModeManagePermission, checkModeManagePermission, checkModeViewPermission, checkModeViewPermission, checkViewServiceInstancePermission
protected boolean filterByMonitorUserId
protected boolean filterByLumisUserId
@Path(value="/{serviceInstanceId:[a-fA-F0-9]{32}}/{reportFriendlyId}") @GET @Produces(value="application/json") public Response getReport(@PathParam(value="serviceInstanceId") String serviceInstanceId, @PathParam(value="reportFriendlyId") @NotNull String reportFriendlyId, @QueryParam(value="lum_event.projectId") String projectIdFilter) throws Exception
serviceInstanceId
- reportFriendlyId
- Exception
LumisXP 12.5.0.200928 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.