Changes between Version 2 and Version 3 of OperationalMonitoring/DatastorePolling


Ignore:
Timestamp:
02/17/14 14:58:24 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DatastorePolling

    v2 v3  
    88
    99This page describes the API to be used to poll Local datastores for monitoring data.  This API is component (c) of the [http://www.gpolab.bbn.com/monitoring/components/ component diagram].  The API will be developed with a polling mechanism first.  Overview:
     10
     11{{{
     12#!html
     13
     14<table border="0" style="float:center">
     15  <tr>
     16       <td> <img src="http://groups.geni.net/geni/attachment/wiki/GeniNewcomersWelcome/figures/GENIMap.png?format=raw" width="872" height="482"> </td>
     17  </tr>
     18  <caption align="bottom"> <b>Resources available to GENI experimenters include <a href="http://groups.geni.net/geni/wiki/GENIRacksHome">GENI Racks</a>, regional and national backbone networks and WiMAX base stations </b></caption>
     19</table>
     20
     21}}}
     22
    1023
    1124 * Polls are done via a REST API which returns JSON text of the queried data. See [http://rest.elkstein.org/ REST Overview] for a nice introduction to REST, and [http://www.w3schools.com/json/json_intro.asp JSON Overview] for nice introduction to JSON.