Changes between Version 9 and Version 10 of documentation/tools/monitoring/rest
- Timestamp:
- 02/18/12 16:27:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/tools/monitoring/rest
v9 v10 29 29 Content Type: Content Type: text/plain; charset=utf 8 30 30 31 arg0= 5;31 arg0=3; 32 32 }}} 33 33 34 On every call a response will be created using HTTP REPLY messages and a XML encoded payload. The payload will always start with the name of the call followed by the returned values. There are basically two types of values lists and single values. In case of the ''hello_client'' method the returned value will be a string and a list of numbers counting from 1 to 5.34 On every call a response will be created using HTTP REPLY messages and a XML encoded payload. The payload will always start with the name of the call followed by the returned values. There are basically two types of values lists and single values. In case of the ''hello_client'' method the returned value will be a string and a list of numbers counting from 1 to 3. 35 35 36 36 … … 56 56 3 57 57 <\num> 58 <num>59 460 <\num>61 <num>62 563 <\num>64 58 <\count> 65 59