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.
svc=report/get_report_status¶ms={}
Returned result
{"status":{code}}
Status code | Description |
---|---|
1 | In a queue. |
2 | Proceeding. |
4 | Done. |
8 | Cancelled. |
16 | Invalid report or |
After a successful result (“status”:“4” in the response), execute the report/apply_report_result request with no parameters:
svc=report/apply_report_result¶ms={}
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. |