RecordCreateRequest

RecordCreateRequest

NameDescriptionSchemaDefault
description
optional
Description
Example : This is description
any of [string, null]
name
required
The name of the DNS record.
Example : test.app
Minimum length : 1
Maximum length : 253
string
records
required
A list of data for this record
Example : ['12345.ns.private.kr-west1.dev2.samsungsdscloud.com']
array[object]
ttl
optional
The Time-To-Live (TTL) value in seconds for the DNS record.
Example : 3600
any of [integer, null]
type
required
The type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF).
Example : A
enum (A, AAAA, CNAME, TXT, SPF, MX)