Changes between Version 5 and Version 6 of documentation/tools/monitoring/rest/collector
- Timestamp:
- 02/18/12 17:21:22 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/tools/monitoring/rest/collector
v5 v6 3 3 ==== std::string function_wrapper::group_list(std::vector<std::string> args) ==== 4 4 5 URL:5 Description: 6 6 7 Arguments : 7 URL : /group_list 8 9 Arguments : none 8 10 9 11 XML : 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 }}}