Changes between Version 5 and Version 6 of adeiDG

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
06/25/08 12:42:25 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiDG

    v5 v6  
    11ADEI 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_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&format=csv 
    11 }}} 
    122 
    133== Supported Services == 
    7262'''Various''' 
    7363 * ''id'' - image id in ''getimage'' request 
     64 
     65== Examples == 
     66 * To get list of available log groups (data source: ''toskanadb'', databse: ''prespektrometer_rep'') 
     67{{{ 
     68http://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{{{ 
     72http://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}}}