Class EventAnalyticsResource


  • @Path("/lumis/service/analytics/eventanalytics/{si: [a-fA-F0-9]{32}}")
    public class EventAnalyticsResource
    extends AbstractMonitorResource
    Event analytics rest.
    Since:
    11.0.0
    Version:
    $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
    • Constructor Detail

      • EventAnalyticsResource

        public EventAnalyticsResource()
    • Method Detail

      • getReportsAndDashboards

        @GET
        @Path("/reportsanddashboards")
        @Produces("application/json")
        public Response getReportsAndDashboards()
        Returns the dashboards and reports.
        Returns:
        the dashboards and reports.
        Since:
        11.0.0
      • saveReportInternal

        public static void saveReportInternal​(String jsonStr,
                                              String reportId,
                                              String serviceInstanceId)
                                       throws PortalException
        Save report utility.
        Parameters:
        jsonStr - the report JSON
        reportId - the report identifier
        serviceInstanceId - the service instance identifier
        Throws:
        PortalException
        Since:
        14.2.0