HAMcast developers

Changes between Version 12 and Version 13 of documentation/tools/monitoring/rest/collector


Ignore:
Timestamp:
02/18/12 18:12:26 (12 years ago)
Author:
zagaria
Comment:

--

Legend:

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

    v12 v13  
    125125</interfaces>
    126126}}}
     127
     128==== std::string function_wrapper::group_tree(std::vector<std::string> args) ====
     129
     130    Description: Returns a list of edges between nodes for a given group. The edges are directed from source to destination.
     131
     132
     133    URL : /group_tree
     134
     135    Arguments : HAMcast group uri
     136
     137    XML :
     138{{{
     139<method>
     140 /group_tree
     141</method>
     142<edges>
     143 <edge>
     144  <from>
     145   daemon-id
     146  </from>
     147  <to>
     148   daemon-id
     149  </to>
     150 </edge>
     151 <edge>
     152  <from>
     153   daemon-id
     154  </from>
     155  <to>
     156   daemon-id
     157  </to>
     158 </edge>
     159</edges>
     160}}}