Skip to content
Start here

Rules

Rules
GET/zones/{zone_id}/cloud_connector/rules
Put Rules
PUT/zones/{zone_id}/cloud_connector/rules
ModelsExpand Collapse
RuleListResponse = object { id, description, enabled, 3 more }
id: optional string
description: optional string
enabled: optional boolean
expression: optional string
parameters: optional object { host }

Parameters of Cloud Connector Rule

host: optional string

Host to perform Cloud Connection to

provider: optional "aws_s3" or "cloudflare_r2" or "gcp_storage" or "azure_storage"

Cloud Provider type

One of the following:
"aws_s3"
"cloudflare_r2"
"gcp_storage"
"azure_storage"
RuleUpdateResponse = object { id, description, enabled, 3 more }
id: optional string
description: optional string
enabled: optional boolean
expression: optional string
parameters: optional object { host }

Parameters of Cloud Connector Rule

host: optional string

Host to perform Cloud Connection to

provider: optional "aws_s3" or "cloudflare_r2" or "gcp_storage" or "azure_storage"

Cloud Provider type

One of the following:
"aws_s3"
"cloudflare_r2"
"gcp_storage"
"azure_storage"