Skip to content
Start here

Payloads

List the Content Scanning custom expressions of a zone.
GET/zones/{zone_id}/content-upload-scan/payloads
Create Content Scanning custom expressions for a zone.
POST/zones/{zone_id}/content-upload-scan/payloads
Delete a Content Scanning custom expression from a zone.
DELETE/zones/{zone_id}/content-upload-scan/payloads/{expression_id}
ModelsExpand Collapse
PayloadListResponse object { id, payload }

Defines a Content Scanning custom expression.

id: optional string

Defines the unique ID for this Content Scanning custom expression.

maxLength32
payload: optional string

Defines the custom content extraction expression used to reach content objects in the request.

PayloadCreateResponse object { id, payload }

Defines a Content Scanning custom expression.

id: optional string

Defines the unique ID for this Content Scanning custom expression.

maxLength32
payload: optional string

Defines the custom content extraction expression used to reach content objects in the request.

PayloadDeleteResponse object { id, payload }

Defines a Content Scanning custom expression.

id: optional string

Defines the unique ID for this Content Scanning custom expression.

maxLength32
payload: optional string

Defines the custom content extraction expression used to reach content objects in the request.