After request report/exec_report with parameter “remoteExec”:1 use the command report/get_report_status without parameters:
svc=report/get_report_status¶ms={}
Response:
{"status":<code>}
Status code | Description |
---|---|
1 | In a queue |
2 | Proceed |
4 | Done |
8 | Canceled |
16 | Invalid report \\no such report |
After successful result (“status”:“4” in response) execute request report/apply_report_result without parameters:
svc=report/apply_report_result¶ms={}
Response with information from report is the same as after report/exec_report
|