Skip to main content

content_upload_scan

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

Overview

Namecontent_upload_scan
TypeResource
Idcloudflare.content_scanning.content_upload_scan

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
disableexeczone_idDisable Content Scanning.
enableexeczone_idEnable Content Scanning.

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
zone_idstringThe Cloudflare zone ID.

Lifecycle Methods

Disable Content Scanning.

EXEC cloudflare.content_scanning.content_upload_scan.disable
@zone_id='{{ zone_id }}' --required
;