Package | Description |
---|---|
org.opennms.features.topology.api.info | |
org.opennms.netmgt.jasper.measurement | |
org.opennms.netmgt.measurements.api | |
org.opennms.web.rest.v1 |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
MeasurementsWrapper.query(QueryRequest request)
Method to query the Measurements Api.
|
Modifier and Type | Field and Description |
---|---|
protected QueryResponse |
MeasurementDataSource.response |
Constructor and Description |
---|
MeasurementDataSource(QueryResponse queryResponse) |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
MeasurementsService.query(QueryRequest request) |
QueryResponse |
DefaultMeasurementsService.query(QueryRequest request) |
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 fallbackAttribute,
String aggregation,
boolean relaxed)
Retrieves the measurements for a single attribute.
|
Copyright © 2021. All rights reserved.