Changes between Version 10 and Version 11 of documentation/tools/monitoring/rest/collector
- Timestamp:
- 02/18/12 17:40:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/tools/monitoring/rest/collector
v10 v11 30 30 URL : /node_list 31 31 32 Arguments : HAMcast group uri32 Arguments : none 33 33 34 34 XML : … … 46 46 <\nodes> 47 47 }}} 48 49 ==== std::string function_wrapper::group_data(std::vector<std::string> args) ==== 50 51 Description: Returns a list of daemon-id. The list contains the daemon-ids of all reachable HAMcast nodes that joined the given group. 52 53 URL : /group_data 54 55 Arguments : HAMcast group uri 56 57 XML : 58 {{{ 59 <method> 60 /group_data 61 </method> 62 <group> 63 <name> 64 group name 65 </name> 66 <member> 67 daemon-id 68 </member> 69 <member> 70 daemon-id 71 </member> 72 </group> 73 }}} 74