get_report_status

The get_report_status function with no parameters should be used after executing the exec_report request with the parameter “remoteExec”:1.

Copied!
svc=report/get_report_status&params={}

Returned result

Copied!
{"status":{code}}

Status code Description
1 In a queue.
2 Proceeding.
4 Done.
8 Cancelled.
16 Invalid report or
no such report.

After a successful result (“status”:“4” in the response), execute the report/apply_report_result request with no parameters:

Copied!
svc=report/apply_report_result&params={}

The returned result with the information from the report is the same as after the exec_report request.

Possible error codes:

Code Description
6 Undefined error.

If you find a mistake in the text, please select it and press Ctrl+Enter.