Get output
This operation returns the output of a scan, including scan information and status.
Request
Parameters |
---|
Get the output of the scan. The value is |
The ID of the scan that is queried for output. This value is usually taken from the response of |
The format of the output. The value can be |
{
"op": "get_output",
"scan_id": 7456213,
}
Response
Since tool_id
and tool_params
are specific for each tool, please see the specific start example for the tool that you need.
Attributes |
---|
The status of the operation. The value can be |
The target of the scan. See details of each tool. |
The output according to the requested
|
Error message. Returned in case of a failed operation. See details of each tool. |
{
"op_status": "success",
"scan_output": {
"output_html": "<html>...</html>"
},
"scan_info": {
"crt_test": "Searching for sensitive files...",
"num_tests": 26,
"num_finished_tests": 9,
"start_time": "2017-08-31 13:01:52",
"end_time": "2017-08-31 13:01:53",
"scan_type": "vulnerability",
"duration": "1.0 seconds"
},
"scan_status": "running"
}