@Component(value="heatMapRestService") @Path(value="heatmap") public class HeatMapRestService extends OnmsRestService
OnmsRestService.ComparisonOperationDEFAULT_LIMIT| Constructor and Description |
|---|
HeatMapRestService() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
alarmsByCategories() |
javax.ws.rs.core.Response |
alarmsByForeignsources() |
javax.ws.rs.core.Response |
alarmsByServices() |
javax.ws.rs.core.Response |
alarmsOfNodesByCategory(String category) |
javax.ws.rs.core.Response |
alarmsOfNodesByForeignSource(String foreignSource) |
javax.ws.rs.core.Response |
alarmsOfNodesByService(String monitoredService) |
javax.ws.rs.core.Response |
outagesByCategories() |
javax.ws.rs.core.Response |
outagesByForeignsources() |
javax.ws.rs.core.Response |
outagesByServices() |
javax.ws.rs.core.Response |
outagesOfNodesByCategory(String category) |
javax.ws.rs.core.Response |
outagesOfNodesByForeignSource(String foreignSource) |
javax.ws.rs.core.Response |
outagesOfNodesByService(String monitoredService) |
applyQueryFilters, applyQueryFilters, getBadRequestResponse, getBeanWrapperForClass, getException, getException, getNumericValue, getRedirectUri, readLock, readUnlock, removeParameter, removeParameter, setProperties, writeLock, writeUnlock@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="outages/categories")
public javax.ws.rs.core.Response outagesByCategories()
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="outages/foreignSources")
public javax.ws.rs.core.Response outagesByForeignsources()
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="outages/monitoredServices")
public javax.ws.rs.core.Response outagesByServices()
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="outages/nodesByCategory/{category}")
public javax.ws.rs.core.Response outagesOfNodesByCategory(@PathParam(value="category")
String category)
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="outages/nodesByForeignSource/{foreignSource}")
public javax.ws.rs.core.Response outagesOfNodesByForeignSource(@PathParam(value="foreignSource")
String foreignSource)
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="outages/nodesByMonitoredService/{monitoredService}")
public javax.ws.rs.core.Response outagesOfNodesByService(@PathParam(value="monitoredService")
String monitoredService)
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="alarms/categories")
public javax.ws.rs.core.Response alarmsByCategories()
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="alarms/foreignSources")
public javax.ws.rs.core.Response alarmsByForeignsources()
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="alarms/monitoredServices")
public javax.ws.rs.core.Response alarmsByServices()
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="alarms/nodesByCategory/{category}")
public javax.ws.rs.core.Response alarmsOfNodesByCategory(@PathParam(value="category")
String category)
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="alarms/nodesByForeignSource/{foreignSource}")
public javax.ws.rs.core.Response alarmsOfNodesByForeignSource(@PathParam(value="foreignSource")
String foreignSource)
throws IOException
IOException@GET
@Produces(value={"application/xml","application/json"})
@Transactional
@Path(value="alarms/nodesByMonitoredService/{monitoredService}")
public javax.ws.rs.core.Response alarmsOfNodesByService(@PathParam(value="monitoredService")
String monitoredService)
throws IOException
IOExceptionCopyright © 2015. All rights reserved.