Create dns record
Dns Record
Create dns record
Creates a new dns record, returns the dns record on creation
POST
Create dns record
Documentation Index
Fetch the complete documentation index at: https://developers.liara.ir/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
Path Parameters
The name of the zone to create dns record
Body
application/json
The name of dns record, "@" for zone name(root level), "*" for wild card and any valid value with RFC 1123
The type of dns record, valid values: [A, AAAA, TXT, CNAME, ALIAS, MX, SRV, SPF, PTR]
The ttl of dns record, is not required, valid values: [120, 180, 300, 600, 900, 1800, 3600, 7200, 18000, 43200, 86400, 172800, 432000]
Array of content of dns record, change base on type of dns record
