Changes between Version 5 and Version 6 of OperationalMonitoring/ExternalCheckStore


Ignore:
Timestamp:
04/24/14 13:53:19 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/ExternalCheckStore

    v5 v6  
    5454</table>
    5555}}}
     56
     57== Example time-series data calls ==
     58
     59Example call:
     60{{{
     61https://externalcheckdatastore.gpolab.bbn.com/data/?q={"filters":{"eventType": ["ops_monitoring:is_available"],"ts":{"gte":1391192225475202,"lt":1391192225480000},"obj":{"type":"aggregate","id":["gpo-ig","utah-ig","rci-eg"]}}}}
     62}}}
     63
     64{{{
     65[
     66 {
     67   "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140131/data#",
     68    "id": "is_available:gpo-ig",
     69    "subject": "https://datastore.instageni.gpolab.bbn.com/info/aggregate/gpo-ig",
     70    "eventType": "ops_monitoring:is_available",
     71    "description": "Is aggregate manager responsive",
     72    "units": "boolean",
     73    "tsdata": [
     74      { "ts": 1391198716651283, "v": 1 },
     75      { "ts": 1391198776651284, "v": 1 },
     76      { "ts": 1391198836651284, "v": 1 },
     77      { "ts": 1391198896651284, "v": 1 },
     78      { "ts": 1391198956651284, "v": 1 },
     79      { "ts": 1391199016651285, "v": 1 }
     80    ]
     81 }
     82,
     83 {
     84  "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140131/data#",
     85  "id": "is_available:utah-ig",
     86  "subject": "http://datastore.utah.geniracks.net:5001/info/aggregate/utah-ig",
     87  "eventType": "ops_monitoring:is_available",
     88  "description": "Is aggregate manager responsive",
     89  "units": "boolean",
     90  "tsdata": [
     91    { "ts": 1391198716651283, "v": 1 },
     92    { "ts": 1391198776651284, "v": 1 },
     93    { "ts": 1391198836651284, "v": 0 },
     94    { "ts": 1391198896651284, "v": 0 },
     95    { "ts": 1391198956651284, "v": 1 },
     96    { "ts": 1391199016651285, "v": 1 }
     97  ]
     98 }
     99,
     100 {
     101  "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140131/data#",
     102  "id": "is_available:rci-eg",
     103  "subject": "https://rci-hn.exogeni.net/ops-monitoring/info/aggregate/rci-eg",
     104  "eventType": "ops_monitoring:is_available",
     105  "description": "Is aggregate manager responsive",
     106  "units": "integer",
     107  "tsdata": [
     108    { "ts": 1391198716651283, "v": 1 },
     109    { "ts": 1391198776651284, "v": 1 },
     110    { "ts": 1391198836651284, "v": 1 },
     111    { "ts": 1391198896651284, "v": 1 },
     112    { "ts": 1391198956651284, "v": 1 },
     113    { "ts": 1391199016651285, "v": 1 }
     114  ]
     115 }
     116]
     117}}}