Cloudflare · Arazzo Workflow
Cloudflare Upsert DNS Record
Version 1.0.0
Find a DNS record by name and update it if present, otherwise create it.
View Spec
View on GitHub
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb PerformanceArazzoWorkflows
Provider
Workflows
upsert-dns-record
Upsert a DNS record in a zone, matching on the record name.
Searches the zone for a record with the supplied name and either updates the matched record or creates a new one.
1
findRecord
listDnsRecords
List records in the zone filtered by the supplied name, returning at most one match for the decision.
2
updateExisting
updateDnsRecord
Patch the matched record with the supplied content.
3
createNew
createDnsRecord
Create a new record when no existing record matched the name.