Changes between Initial Version and Version 1 of documentation/tools/monitoring/rest
- Timestamp:
- 02/16/12 14:27:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/tools/monitoring/rest
v1 v1 1 = RESTful interface = 2 3 The components of the monitoring framework use a restful web interface to exchange data. 4 This section is a full documentation of the interface as well as codes examples, showcasing how the interface can be used and extended. 5 6 == Concept == 7 8 Restful web service is a light weight remote procedure call (rpc) interface.