Cloud Connector
cloud_connector
Cloud Connector
Rules
cloud_connector.rules
Methods
Rules -> SinglePage<{ id, description, enabled, 3 more... }>
get/zones/{zone_id}/cloud_connector/rules
Rules
Put Rules -> Envelope<Array<{ id, description, enabled, 3 more... }>>
put/zones/{zone_id}/cloud_connector/rules
Put Rules
Security
API Email + API Key
The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.
Example: X-Auth-Email: user@example.com
The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.
Example: X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194
Parameters
zone_id: string
Identifier
Response fields
success: true
Whether the API call was successful
result: Array<{ id, description, enabled, 3 more... }>
Optional
List of Cloud Connector rules
Request example
200Example