HAMcast developers

Changes between Version 9 and Version 10 of documentation/tools/monitoring/rest/collector


Ignore:
Timestamp:
02/18/12 17:34:16 (13 years ago)
Author:
zagaria
Comment:

--

Legend:

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

    v9 v10  
    2323<\groups>
    2424}}}
     25
     26==== std::string function_wrapper::node_list(std::vector<std::string> args) ====
     27
     28    Description: Returns a list of daemon-id. The list contains the daemon-ids of all reachable HAMcast nodes.
     29
     30    URL : /node_list
     31
     32    Arguments : HAMcast group uri
     33
     34    XML :
     35{{{
     36<method>
     37 /node_list
     38<\method>
     39<nodes>
     40 <node>
     41  daemon-id
     42 <node>
     43 <node>
     44  daemon-id
     45 <node>
     46<\nodes>
     47}}}