Class HeatMapRestService


  • @Component("heatMapRestService")
    public class HeatMapRestService
    extends OnmsRestService
    • Constructor Detail

      • HeatMapRestService

        public HeatMapRestService()
    • Method Detail

      • outagesByCategories

        @Transactional
        public javax.ws.rs.core.Response outagesByCategories()
                                                      throws IOException
        Throws:
        IOException
      • outagesByForeignsources

        @Transactional
        public javax.ws.rs.core.Response outagesByForeignsources()
                                                          throws IOException
        Throws:
        IOException
      • outagesByServices

        @Transactional
        public javax.ws.rs.core.Response outagesByServices()
                                                    throws IOException
        Throws:
        IOException
      • outagesOfNodesByCategory

        @Transactional
        public javax.ws.rs.core.Response outagesOfNodesByCategory​(String category)
                                                           throws IOException
        Throws:
        IOException
      • outagesOfNodesByForeignSource

        @Transactional
        public javax.ws.rs.core.Response outagesOfNodesByForeignSource​(String foreignSource)
                                                                throws IOException
        Throws:
        IOException
      • outagesOfNodesByService

        @Transactional
        public javax.ws.rs.core.Response outagesOfNodesByService​(String monitoredService)
                                                          throws IOException
        Throws:
        IOException
      • alarmsByCategories

        @Transactional
        public javax.ws.rs.core.Response alarmsByCategories()
                                                     throws IOException
        Throws:
        IOException
      • alarmsByForeignsources

        @Transactional
        public javax.ws.rs.core.Response alarmsByForeignsources()
                                                         throws IOException
        Throws:
        IOException
      • alarmsByServices

        @Transactional
        public javax.ws.rs.core.Response alarmsByServices()
                                                   throws IOException
        Throws:
        IOException
      • alarmsOfNodesByCategory

        @Transactional
        public javax.ws.rs.core.Response alarmsOfNodesByCategory​(String category)
                                                          throws IOException
        Throws:
        IOException
      • alarmsOfNodesByForeignSource

        @Transactional
        public javax.ws.rs.core.Response alarmsOfNodesByForeignSource​(String foreignSource)
                                                               throws IOException
        Throws:
        IOException
      • alarmsOfNodesByService

        @Transactional
        public javax.ws.rs.core.Response alarmsOfNodesByService​(String monitoredService)
                                                         throws IOException
        Throws:
        IOException