...
- all: get all elements value;
- comma_separated_element_list: all requested elements value;
...
In case of positive execution, this is the format of the response object:
- elementList: <list of dict>
- name: <str>
- value: <LabVIEW Flatten to String in ascii
...
- format>
Example Query (ALL ELEMENTS)
Code Block | ||||
---|---|---|---|---|
| ||||
http://danteweb.lnf.infn.it:8000/element/getValue/all |
...
Code Block | ||||
---|---|---|---|---|
| ||||
{
"cacheHit": false,
"elementList": [{
"name": "CDHPL201",
"value": "434448504c32303100000003000000000000000300000000000000000000000001000100000000000000000000000000000100000000000000000000000040418000000000000000000000000000bf60624dd2f1a9fc3ff00000000000003fb645a1cac08313000000040000020000000080c000002230000000"
}, {
"name": "QUAPL102",
"value": "515541504c313032000000030000000000210004000000000000000000000000010001000000000000000000000000000001000000000000000000000000402200000000000000000000ffffffff3f9999999999999a3ff00000000000004018000000000000000000040000021000000000c0af00a200000000"
}]
} |
...