@Component(value="timelineRestService") public class TimelineRestService extends OnmsRestService
OnmsRestService.ComparisonOperation
Modifier and Type | Field and Description |
---|---|
static ArrayList<org.opennms.web.rest.v1.TimelineRestService.TimescaleDescriptor> |
TIMESCALE_DESCRIPTORS
The static list of timescales
|
DEFAULT_LIMIT
Constructor and Description |
---|
TimelineRestService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
empty(long start,
long end,
int width) |
javax.ws.rs.core.Response |
header(long start,
long end,
int width) |
javax.ws.rs.core.Response |
html(javax.ws.rs.core.UriInfo uriInfo,
int nodeId,
String ipAddress,
String serviceName,
long start,
long end,
int width) |
javax.ws.rs.core.Response |
image(javax.ws.rs.core.UriInfo uriInfo,
int nodeId,
String ipAddress,
String serviceName,
long start,
long end,
int width) |
applyQueryFilters, applyQueryFilters, getBadRequestResponse, getBeanWrapperForClass, getException, getException, getNumericValue, getRedirectUri, readLock, readUnlock, removeParameter, removeParameter, setProperties, writeLock, writeUnlock
public static final ArrayList<org.opennms.web.rest.v1.TimelineRestService.TimescaleDescriptor> TIMESCALE_DESCRIPTORS
@Transactional public javax.ws.rs.core.Response header(long start, long end, int width) throws IOException
IOException
@Transactional public javax.ws.rs.core.Response html(@Context javax.ws.rs.core.UriInfo uriInfo, int nodeId, String ipAddress, String serviceName, long start, long end, int width) throws IOException
IOException
@Transactional public javax.ws.rs.core.Response image(@Context javax.ws.rs.core.UriInfo uriInfo, int nodeId, String ipAddress, String serviceName, long start, long end, int width) throws IOException
IOException
@Transactional public javax.ws.rs.core.Response empty(long start, long end, int width) throws IOException
IOException
Copyright © 2021. All rights reserved.