Package | Description |
---|---|
org.opennms.web.rest |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
MeasurementsRestService.query(QueryRequest request)
Retrieves the measurements of many resources and performs
arbitrary calculations on these.
|
QueryResponse |
MeasurementsRestService.simpleQuery(String resourceId,
String attribute,
long start,
long end,
long step,
int maxrows,
String aggregation)
Retrieves the measurements for a single attribute.
|
Copyright © 2015. All rights reserved.