Создать DNS-запись
create_dns_recordAdd a DNS record to a domain by specifying type, value, subdomain, TTL, and priority. Manage A, AAAA, CNAME, MX, TXT, and SRV records with Timeweb Cloud API.
Instructions
Добавить DNS-запись. POST /api/v1/domains/{fqdn}/dns-records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | TTL в секундах | |
| fqdn | Yes | Домен | |
| type | Yes | Тип записи | |
| value | Yes | Значение (IP, хост, текст) | |
| priority | No | Приоритет (MX/SRV) | |
| subdomain | No | Поддомен (пусто = корень домена) |