Create recordset
bycloud dns zones-recordsets --zone_id <zone_id> --name <name> [flags]Create a new recordset in a DNS zone
Options
--zone_id
stringrequiredDNS Zone ID
--output
(-o)
stringoptionalOutput format: text, json, or yaml
Values: "text", "json", "yaml"
Default: "text"
Body Options
--name
stringrequiredRecord name (FQDN, must end with a dot)
--records
arrayrequired--type
stringrequiredValues: "A", "AAAA", "CNAME", "MX", "NS", "PTR", "SOA", "SPF", "SRV", "SSHFP", "TXT", "CAA", "NAPTR"
--description
stringoptional--ttl
integeroptionalCommand
bycloud dns zones-recordsets \--zone_id "abc-123" \--name "my-resource" \--type A
Output
Success