Leash Request Schema¶
This describes how the requests to the server must be composed.
The ‘*‘ signifies a required Field.
Schema for requests from Saxs Leash to Saxs Server
Type: | object |
---|---|
Contains: | |
Required: | True |
JSON Path: |
Example JSON:
{"command": "close"}
command¶
Type: | string |
---|---|
values: | [close, abort, new, get, plot, plotdata, readdir, stat, listdir, fileslist, mergedata, getmergedata] |
Required: | True |
JSON Path: |
Example JSON:
{"command": "close"}
calibration¶
Calibrarion data according to The Dedector Calibration File
Type: | object |
---|---|
Contains: | / |
Required: | False |
JSON Path: |
|
Example JSON:
{"calibration": {}}
mergeconf¶
Datamerger Configuratioin
Type: | object |
---|---|
Contains: | / |
Required: | False |
JSON Path: |
Example JSON:
{"mergeconf": {}}