Versions Compared

Key

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

...

functionalityrequest typepathquery parameters
listing all existing measurement series (incl. event schema)GET/data/list

-

getting measurements from specified measurement seriesGET/data/{index}
  • startDate: optional
    start date, if not specified: first element
  • endDate: optional
    end date, if not specified: last element
  • groupBy: optional
    grouping tags
  • aggregationFunction: optional
    aggregation function (e.g. mean)
  • timeInterval: optional
    time interval for aggregation (e.g. 1m - one minute), if specified: performing group by time

getting specific page with predefined number of events per page of a specific measurement series

GET/data/{index}/paging
  • page:
    page number
  • itemsPerPage:
    data points per page

downloading events of a specific mesurement series from in desired format

GET/data/{index}/download
  • format: default "csv"
    download format (csv, json)
  • startDate: optional
    start date, if not specified: first element
  • endDate: optional
    end date, if not specified: last element
removing measurements from a specific measurement seriesDELETE/data/{index}/delete
  • startDate: optional
    start date, if not specified: first element
  • endDate: optional
    end date, if not specified: last element
removing any or a specific measurement seriesDELETE/clear
  • index: optional
    index of measurement series
labeling of measurementsPOST/data/{index}/labeling
  • startDate:
    start date, if not specified: first element
  • endDate:
    end date, if not specified: last element
  • column:
    label column
  • label:
    class label
specifying configuration parameters of data lakePOST/edit
  • parameter_name = value (e.g. retention_time)
getting a list with all available files (e.g. key + metadata)GET/files/list
  • type: optional
    file type (image, COCO)
getting / saving a specific file (addressable via key)GET / POST/files
  • key
removing a specific file (addressable via key)DELTEDELETE/files/delete
  • key


...

References:

...