Cloudflare · Arazzo Workflow
Cloudflare Create DNS Record and Verify
Version 1.0.0
Create a DNS record in a zone and read it back to confirm it was stored.
View Spec
View on GitHub
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb PerformanceArazzoWorkflows
Provider
Workflows
create-dns-record-and-verify
Create a DNS record then fetch it by id to verify it persisted.
Creates a DNS record in the zone from the supplied type, name, and content, then retrieves the newly created record by its identifier to confirm the stored values.
1
createRecord
createDnsRecord
Create a new DNS record in the zone using the supplied type, name, and content.
2
verifyRecord
getDnsRecord
Fetch the newly created DNS record by its identifier to confirm the values Cloudflare persisted.