Changes between Version 12 and Version 13 of OperationalMonitoring/DatastorePolling


Ignore:
Timestamp:
02/20/14 09:04:07 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DatastorePolling

    v12 v13  
    4545 * "obj": is a dictionary of objects of a single type.  The dictionary contains a type, which can be a node, interface, sliver, etc., and an id list, which lists the id's to return data about.
    4646{{{
    47     "obj":{"type":"node","id":["404-ig-pc1","404-ig-pc2"]
     47    "obj":{"type":"node","id":["instageni.gpolab.bbn.com_node_pc1","instageni.gpolab.bbn.com_node_pc2"]
    4848}}}
    4949
    5050 * Here is the complete example all together. 
    5151{{{
    52    <datastore_url>/data/q?={"filters":{"eventType": ["mem_used","cpu_util"],"ts":{"gte":1391192225475202,"lt":1391192225480000},"obj":{"type":"node","id":["404-ig-pc1","404-ig-pc2"]}
     52   <datastore_url>/data/q?={"filters":{"eventType": ["mem_used","cpu_util"],"ts":{"gte":1391192225475202,"lt":1391192225480000},"obj":{"type":"node","id":["instageni.gpolab.bbn.com_node_pc1","instageni.gpolab.bbn.com_node_pc2"]}
    5353}}}
    5454