| 48 | |
| 49 | === Data about a monitoring experiment === |
| 50 | |
| 51 | Operational monitoring measures the dataplane with a set of simple tests between aggregates described using [http://www.gpolab.bbn.com/monitoring/schema/20140131/monitoringexperiment# the operational monitoring experiment schema]. Examples: |
| 52 | |
| 53 | Hypothetical REST call for missouri-ig to gpo-ig experiment: |
| 54 | {{{ |
| 55 | https://externalcheckstore.gpolab.bbn.com/info/experiment/missouri_ig_to_gpo_ig |
| 56 | }}} |
| 57 | Response: |
| 58 | {{{ |
| 59 | { |
| 60 | "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140501/experiment#", |
| 61 | "id": "missouri-ig_to_gpo-ig_rtt", |
| 62 | "selfRef": "https://externalcheckstore.gpolab.bbn.com/info/experiment/missouri_ig_to_gpo_ig", |
| 63 | "slice_urn": "urn:publicid:IDN+ch.geni.net:gpo-infra+slice+tuptyexclusive", |
| 64 | "slice_uuid": "8c6b97fa-493b-400f-95ee-19accfaf4ae8", |
| 65 | "ts": 1391192685740849, |
| 66 | "source_aggregate": { |
| 67 | "urn": "urn:publicid:IDN+instageni.missouri.edu+authority+cm", |
| 68 | "href": "https://datastore.instageni.missouri.edu/info/aggregates/missouri-ig" |
| 69 | }, |
| 70 | "destination_aggregate": { |
| 71 | "urn": "urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm", |
| 72 | "href": "https://datastore.instageni.gpolab.bbn.com/info/aggregates/gpo-ig" |
| 73 | } |
| 74 | }}} |
| 75 | |