Changes between Version 10 and Version 11 of OperationalMonitoring/DataSchema20
- Timestamp:
- 08/27/14 20:58:34 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OperationalMonitoring/DataSchema20
v10 v11 7 7 This page gives examples of these REST calls and responses. 8 8 These examples assume the following (fictitious) local datastore URLs. 9 For simplicitly, we show one local datastore per aggregate here, but the architecture does ''not'' require that --- it would be perfectlyfine to have the data for an aggregate be split among multiple datastores.9 For simplicitly, we show one local datastore per aggregate here, but the architecture does ''not'' require that. It is fine to have the data for an aggregate be split among multiple datastores. 10 10 * `https://datastore.geni.net/`: datastore containing configuration data for operational monitoring 11 11 * `https://datastore.instageni.gpolab.bbn.com/`: datastore for gpo-ig aggregate … … 13 13 * `https://datastore.externalchecks.geni.net/`: datastore for external checks in the monitoring framework (e.g. inter-aggregate pings, AM external availability) 14 14 15 16 15 ==== Aggregate call and response ==== 17 16 18 Aggregates are indexed by GENI-agreed short name. 19 20 data about an aggregate (including lists of resources and slivers at that aggregate, and where to look for measurements about the aggregate) 17 Retrieves information about an aggregate, including lists of resources and slivers at that aggregate, version information, and where to look for measurements about the aggregate. 18 19 General form of the REST call: 20 {{{ 21 https://<datastore-host>/info/aggregate/<aggregate-id> 22 }}} 23 24 <aggregate-id> is usually the aggregate's GENI-assigned nickname (short name). 25 21 26 Example REST call for aggregate gpo-ig: 22 27 {{{ 23 28 https://datastore.instageni.gpolab.bbn.com/info/aggregate/gpo-ig 24 29 }}} 25 Response conforms to the [http://www.gpolab.bbn.com/monitoring/schema/20140828/aggregate# aggregate schema], [http://www.gpolab.bbn.com/monitoring/schema/20140828/aggregate #commented version of the aggregate schema].30 Response conforms to the [http://www.gpolab.bbn.com/monitoring/schema/20140828/aggregate# aggregate schema], [http://www.gpolab.bbn.com/monitoring/schema/20140828/aggregate.schema.jwc commented version of the aggregate schema]. 26 31 {{{ 27 32 { … … 99 104 https://datastore.grnoc.iu.edu/info/link/arbitrary_id_001 100 105 }}} 101 Response conforms to the [http://www.gpolab.bbn.com/monitoring/schema/20140828/link# link schema], [http://www.gpolab.bbn.com/monitoring/schema/20140828/link.schema.jwc #commented version of the link schema].106 Response conforms to the [http://www.gpolab.bbn.com/monitoring/schema/20140828/link# link schema], [http://www.gpolab.bbn.com/monitoring/schema/20140828/link.schema.jwc commented version of the link schema]. 102 107 {{{ 103 108 { … … 312 317 https://externalcheckstore.gpolab.bbn.com/info/externalcheck/gpo 313 318 }}} 314 Response conforms to the [http://www.gpolab.bbn.com/monitoring/schema/20140828/externalcheck external check schema], [http://www.gpolab.bbn.com/monitoring/schema/20140828/externalcheck commented version of the external check schema], .319 Response conforms to the [http://www.gpolab.bbn.com/monitoring/schema/20140828/externalcheck external check schema], [http://www.gpolab.bbn.com/monitoring/schema/20140828/externalcheck.schema.jwc commented version of the external check schema], . 315 320 {{{ 316 321 {