/api/2.0/fo/report/?action=cancel
[POST]
Cancel a running report in the user's account.
Permissions - Managers can cancel any running report. Unit Managers can cancel running report in their own business unit (report launched by users in their own business unit). Scanners can cancel their own report.
Parameter |
Description |
action=cancel |
(Required) |
echo_request={0|1} |
(Optional) Specify 1 to view (echo) input parameters in the XML output. By default these are not included. |
id={value} |
(Required) The report ID you want to take action on. |
API request
curl -H "X-Requested-With: Curl Sample"
-d "action=cancel&id=1462"
-b "QualysSession=71e6cda2a35d2cd404cddaf305ea0208; path=/api; secure" "https://qualysapi.qualys.com/api/2.0/fo/report/"