Cloudflare · Arazzo Workflow
Cloudflare Create Ruleset with Rule
Version 1.0.0
Create a custom zone ruleset, append a rule, then read it back.
View Spec
View on GitHub
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb PerformanceArazzoWorkflows
Provider
Workflows
create-ruleset-with-rule
Create a ruleset, append a rule, and read the ruleset back.
Creates a custom zone ruleset for a phase, adds a rule that applies an action when its expression matches, and reads the ruleset back to confirm the rule was appended.
1
createRuleset
createZoneRuleset
Create an empty custom ruleset in the supplied phase.
2
addRule
createZoneRulesetRule
Append a rule to the ruleset that applies an action on a match.
3
getRuleset
getZoneRuleset
Read the ruleset back to confirm the rule was appended.