Changes between Version 3 and Version 4 of adeiDG
- Timestamp:
- 06/25/08 12:32:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiDG
v3 v4 2 2 3 3 == Examples == 4 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_rep 7 }}} 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, 2008 9 {{{ 10 http://adei_server.net/adei/services/database.php?db_server=toskanadb&db_name=prespektrometer_rep&db_group=0&experiment=0&window=1211159859-1211241600 11 }}} 5 12 6 13 == Supported Services == 7 14 '''Accessing current configuration''' 15 8 16 * ''server.php'' - Returns list of configured data sources 9 17 * ''database.php'' - Returns list of available databases within data source 12 20 * ''item.php'' - Returns list of available data items (channels) within specified loggroup 13 21 * ''experiment.php'' - Returns list of experiments 14 * ''timewindow.php'' - Returns list standard window sizes 15 '''Access to the export related configuration''' 22 * ''timewindow.php'' - Returns list standard window sizes'''Access to the export related configuration''' 16 23 * ''format.php'' - Returns list of supported export formats 17 24 * ''export_sampling.php'' - Returns list of supported sampling rates (optional, for data export) 24 31 * All groups having the mask with specified name 25 32 * Complete data source 26 * Everything 27 '''Access to the data aggregation related configuration (image generation)''' 33 * Everything'''Access to the data aggregation related configuration (image generation)''' 28 34 * ''aggregation.php'' - Returns list of supported data aggregation modes (MEAN, MMAX, ...) 29 35 * ''interpolate.php'' - Returns list of current interpolation modes 30 36 * ''show_gaps.php'' - Returns list of available modes for reporting missing data 31 * ''show_marks.php'' - Returns list of available modes for reporting positions of real data points 32 '''Data requests''' 37 * ''show_marks.php'' - Returns list of available modes for reporting positions of real data points'''Data requests''' 33 38 * ''getdata.php'' - Returns the requested data in the specified format (only real data is returned, no aggregation is performed) 34 39 * ''genimage.php'' - Generate image and return image identificator (for future use in getimage.php) along with various image properties. 37 42 == Supported Parameters == 38 43 '''Data Source Specification''' 44 39 45 * ''db_server'' - Data source (Server Identificator) 40 46 * ''db_name'' - Database name (within data source) 43 49 * mask name 44 50 * comma separated list of items (numeric, counted from zero) 45 * omit this parameter to select all log group items 46 '''Data Interval Specification''' 51 * omit this parameter to select all log group items'''Data Interval Specification''' 47 52 * ''experiment'' - The current experiment duration 48 * ''window'' - data window within current experiment 49 '''Export Specification''' 53 * ''window'' - data window within current experiment'''Export Specification''' 50 54 * ''format'' - desired data format 51 55 * ''resample'' - desired sampling rate (optional) 52 56 * ''filename'' - desired file name (optional) 53 * ''mask_mode'' - should be specified if multiple groups are requested 54 '''Data aggregation parameters''' 57 * ''mask_mode'' - should be specified if multiple groups are requested'''Data aggregation parameters''' 55 58 * ''aggregator'' - data aggregation mode 56 59 * ''show_marks'' - real-data-points reporting mode 57 60 * ''show_gaps'' - missing-data reporting mode 58 * ''interpolate_gaps'' - data interpolation mode 59 '''Various''' 61 * ''interpolate_gaps'' - data interpolation mode'''Various''' 60 62 * ''id'' - image id in ''getimage'' request