@Path(value="/lumis/service/analytics/eventanalytics/report/rest/custom") @StableMinor(version="12.3", 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)
Returns the JSON response for the report
|
getGraph
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) throws Exception
serviceInstanceId
- reportFriendlyId
- Exception
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.