post
https://api.linode.com//domains//records
Adds a new Domain Record to the zonefile this Domain represents.
Each domain can have up to 12,000 active records.
linode-cli domains records-create 123 \
--type A \
--name test \
--target 203.0.113.1 \
--priority 50 \
--weight 50 \
--port 80 \
--ttl_sec 604800
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>domains:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>