Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This class contains the interface definition including the related paths and calls the underlying methods of org.apache.streampipes.dataexplorer.DataLakeManagementV3 and org.apache.streampipes.dataexplorer.utils.DataExplorerUtils when invoked.

method namerequest typepathdescription
getPageGET
/data/{index}/paging
returns pages with predefined number of events per page of a specific measurement series from InfluxDB
getAllInfosGET
/info
returns list with ids of all existing measurement series from InfluxDB
getAllDataGET
/data/{index}



/data/{index}/last/{value}/{unit}



/data/{index}/{startdate}/{enddate}

returns all stored events of a specific mesurement series from InfluxDB


returns an by value and unit aggregated set of all stored events of a specific mesurement series from InfluxDB

returns all stored events within the specified time frame of a specific mesurement series from InfluxDB










...

References: