HAMcast developers

Changes between Version 5 and Version 6 of documentation/tools/monitoring/rest/collector


Ignore:
Timestamp:
02/18/12 17:21:22 (12 years ago)
Author:
zagaria
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tools/monitoring/rest/collector

    v5 v6  
    33==== std::string function_wrapper::group_list(std::vector<std::string> args) ====
    44
    5 URL :
     5Description:
    66
    7 Arguments :
     7URL : /group_list
     8
     9Arguments : none
    810
    911XML :
     12{{{
     13<method>
     14 /group_list
     15<\method>
     16<groups>
     17 <group>
     18  group1
     19 <\group>
     20 <group>
     21  group2
     22 <\group>
     23<\groups>
     24}}}