content_upload_scan
Creates, updates, deletes, gets or lists a content_upload_scan resource.
Overview
| Name | content_upload_scan |
| Type | Resource |
| Id | cloudflare.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
disable | exec | zone_id | Disable Content Scanning. | |
enable | exec | zone_id | Enable 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.
| Name | Datatype | Description |
|---|---|---|
zone_id | string | The Cloudflare zone ID. |
Lifecycle Methods
- disable
- enable
Disable Content Scanning.
EXEC cloudflare.content_scanning.content_upload_scan.disable
@zone_id='{{ zone_id }}' --required
;
Enable Content Scanning.
EXEC cloudflare.content_scanning.content_upload_scan.enable
@zone_id='{{ zone_id }}' --required
;