Versions Compared

Key

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

...

  1. time - the timestamp of the desired frame (in ms since the *nix epoch)
  2. uri - the URI of the stream

Depending on the server configuration, this endpoint may require authentication.

Example:

Code Block
/frame/time/1278614700000/uri/http://iacat-enviro.ncsa.illinois.edu/EBIWeatherStations/SE/Avg15%23WindSpd_Max

Window

Return all frames (optionally, with data) from a given stream within a given time range

Parameters:

  1. start - start time (in ms since the *nix epoch), or "first" for the earliest frame of data in the stream
  2. end - end time (in ms since the *nix epoch), or "last" for the latest frame of data in the stream
  3. format - format (supported: html, xml, json, csv, chart, img, sos, rdf, rss, zip)
  4. data (optional) - set to "true" to return the data of each frame (may produce very large result)
  5. sample (optional; if included "data" must be set to "true") - set this to n and the restlet will return every nth frame
  6. uri - the URI of the stream

Example:

Code Block

/window/start/1297791028800/end/last/format/chart/uri/http%3A%2F%2Fiacat-enviro.ncsa.illinois.edu%2FEBIWeatherStations%2FNE%2FAvg15%23PAR_APOGE_Avg