...
The function download
is currently the only choice of an action executed by da_rest_client. The parameter <'uri to request'> must be set, for example like '/fcgi/control/memodata_download'. The parameter method
is by default 'get' and the parameter timeout
is by default 5 (seconds). In case of default value usage these both parameters the action command can be configured as in the following this example:
Code Block | ||
---|---|---|
| ||
<command command_id="download">download('/fcgi/control/memodata_download')</command> |
...