@Controller @RequestMapping(value="/scenarios/{scenario}/metrics/{metric}/observations") public class ObservationsController extends Object
ObservationsController()
List<eu.dnetlib.monitoring.model.Observation>
getObservationsByMetric(String scenario, String metric, String label)
Map<String,Object>
getObservationsByMetricInC3ReadyFormat(String scenario, String metric, String label)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObservationsController()
@RequestMapping(method=GET) @ResponseBody public Map<String,Object> getObservationsByMetricInC3ReadyFormat(@PathVariable String scenario, @PathVariable String metric, @RequestParam(required=false) String label)
public List<eu.dnetlib.monitoring.model.Observation> getObservationsByMetric(String scenario, String metric, String label)
Copyright © 2015. All Rights Reserved.