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.
Permissions and scopes
To call this operation, you need permissions, based on the model you're using:
-
Identity and access permissions. Your user needs a role with these permissions. Learn more.
- Roles:
account_domain_creator
- Roles:
-
OAuth scopes. Your user needs these scopes assigned. Learn more.
- Scopes:
domains:read_write
- Scopes:
CLI
linode-cli domains records-create 123 \
--type A \
--name test \
--target 203.0.113.1 \
--priority 50 \
--weight 50 \
--port 80 \
--ttl_sec 604800