Use this endpoint to abort a cloud scan while it is still in progress.
curl --location --request POST 'https://daas.digicert.com/apicontroller/v1/scan/abortCloudScan' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"accountId":5153184,"divisionId":677793}'
{
"error": null,
"data": "Scan abort successful"
}
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionId | required | integer | Division ID. |
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | object | Message with additional information about the request. |