Changes between Version 69 and Version 70 of OperationalMonitoring/DataSchema


Ignore:
Timestamp:
05/20/14 13:56:11 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DataSchema

    v69 v70  
    9797==== Data about a node ====
    9898
    99 Nodes have an ID which is a URL-sanitized version of their URN and are described using [http://unis.incntre.iu.edu/schema/20120709/node# the node schema].  Examples:
     99Nodes have an ID which is a URL-sanitized version of their URN and are described using [http://unis.incntre.iu.edu/schema/20140501/node# the node schema].  Examples:
    100100 Hypothetical REST call for GPO-IG PC1:
    101101{{{
     
    105105{{{
    106106{
    107   "$schema": "http://unis.incntre.iu.edu/schema/20120709/node#",
     107  "$schema": "http://unis.incntre.iu.edu/schema/20140501/node#",
    108108  "id": "instageni.gpolab.bbn.com_node_pc1",
    109109  "ts": 1391192705275101,
     
    204204{{{
    205205{
    206   "$schema": "http://unis.incntre.iu.edu/schema/20120709/port#",
     206  "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140501/port#",
    207207  "selfRef": "https://datastore.instageni.gpolab.bbn.com/info/interface/instageni.gpolab.bbn.com_interface_pc1:eth0",
    208208  "urn": "urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc1:eth0",
     
    227227{{{
    228228{
    229   "$schema": "http://unis.incntre.iu.edu/schema/20120709/port#",
     229  "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140501/port#",
    230230  "selfRef": "https://datastore.instageni.gpolab.bbn.com/info/interface/instageni.gpolab.bbn.com_interface_pc1:eth1",
    231231  "urn": "urn:publicid:IDN+instageni.gpolab.bbn.com+interface+pc1:eth1",