Changes between Version 32 and Version 33 of OperationalMonitoring/DataSchema


Ignore:
Timestamp:
02/20/14 22:52:23 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DataSchema

    v32 v33  
    227227}
    228228}}}
     229
     230
     231==== Data about an VLAN ====
     232
     233(work in progress)
     234
     235Examples:
     236
     237 Hypothetical REST call for VLAN 101 from nox to core controlled by ION (probably an incorrect example):
     238{{{
     239https://datastore.instageni.gpolab.bbn.com/vlan/ion-nox-core-101
     240}}}
     241 Response:
     242{{{
     243{
     244  "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140131/vlan#",
     245  "selfRef": "https://datastore.instageni.gpolab.bbn.com/vlan/ion-nox-core-101",
     246  "urn": "urn:publicid:IDN+ion-nox-core-101",
     247  "ts": 1391194147100678,
     248  "id": "ion-nox-core-101",
     249  "properties": {
     250    "ops_monitoring": {
     251      "max_bps": 10000000,
     252      "max_pps": 1000000,
     253      "shared: 0,
     254      "exp_openflow": 0
     255    }
     256   "slivers":[
     257     {
     258      "urn": "urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+26947",
     259      "href": "https://datastore.instageni.gpolab.bbn.com/slivers/instageni.gpolab.bbn.com_sliver_36947"
     260     }
     261    ]
     262  }
     263}
     264}}}
     265
     266
     267
     268
     269
    229270
    230271==== Data about a GENI user ====