Changes between Version 19 and Version 20 of OperationalMonitoring/DatastorePolling


Ignore:
Timestamp:
04/23/14 08:58:29 (11 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DatastorePolling

    v19 v20  
    5555The response to this REST data query is a list of data items.  Here are [wiki:OperationalMonitoring/DataSchema#Measurementsusedfortheusecases a few example responses of a single data item]. Here is an example of [wiki:OperationalMonitoring/DataSchema#BulkDataQueries a bulk query response]
    5656
    57 
    58 == Security ==
    59 
    60 Each Local store authenticates and encrypts data to collectors using certificates.
    61 
    62 
    63 == Reference Prototypes ==
    64 
    65 The reference prototype includes components A - E to test end-to-end functionality of the entire system, which exceeds the scope of the topic of this page.
    66 
    67 The reference prototype will be made available soon (said 1/30/2014).
    68 
    69 
    70 == Additional Resources ==
    71 See [http://rest.elkstein.org/ REST Overview] for a nice introduction to REST, and [http://www.w3schools.com/json/json_intro.asp JSON Overview] for nice introduction to JSON.