Abort cloud scan

POST https://daas.digicert.com/apicontroller/v1/scan/abortCloudScan
Use this endpoint to abort a cloud scan while it is still in progress.

Example requests and responses

cURL

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}'

200 OK

{
    "error": null,
    "data": "Scan abort successful"
}

Request parameters

NameReq/OptTypeDescription
accountIdrequiredstringAccount ID.
divisionIdrequiredintegerDivision ID.

Response parameters

NameTypeDescription
errorobjectIncludes the error code, if any.
dataobjectMessage with additional information about the request.