Skip to main content

urlscanner

Creates, updates, deletes, gets or lists a urlscanner resource.

Overview

Nameurlscanner
TypeResource
Idcloudflare.url_scanner.urlscanner

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
bulk_v2execaccount_idSubmit URLs to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/ and take into account scans submitted in bulk have lower priority and may take longer to finish.
scan_v2execaccount_id, urlSubmit a URL to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.

Lifecycle Methods

Submit URLs to scan. Check limits at https://developers.cloudflare.com/security-center/investigate/scan-limits/ and take into account scans submitted in bulk have lower priority and may take longer to finish.

EXEC cloudflare.url_scanner.urlscanner.bulk_v2
@account_id='{{ account_id }}' --required
;