Changes between Version 5 and Version 6 of adeiDG
- Timestamp:
- 06/25/08 12:42:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiDG
v5 v6 1 1 ADEI provides set of interfaces to facilitate access to the configuration and collected data. All interfaces are accessible by means of standard HTTP GET requests. The request parameters are supplied using GET parameters. The response is normally returned using XML or JSON encoding. The ''getdata'' and ''getimage'' requests return the data or image in the specified format. 2 3 == Examples ==4 * To get list of available log groups (data source: ''toskanadb'', databse: ''prespektrometer_rep'')5 {{{6 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep7 }}}8 * To get in CSV format all data channels from first loggroup for a period starting at May 19, 2008 and finishing at May 20, 20089 {{{10 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600&format=csv11 }}}12 2 13 3 == Supported Services == 72 62 '''Various''' 73 63 * ''id'' - image id in ''getimage'' request 64 65 == Examples == 66 * To get list of available log groups (data source: ''toskanadb'', databse: ''prespektrometer_rep'') 67 {{{ 68 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep 69 }}} 70 * To get in CSV format all data channels from first loggroup for a period starting at May 19, 2008 and finishing at May 20, 2008 71 {{{ 72 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600&format=csv 73 }}}