Create a domain record

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://www.linode.com/docs/products/tools/cli/get-started/>
domains:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Authorization
Click Try It! to start a request and see the response here!