RecordCreateRequest
RecordCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] | |
| name required | Record 이름 Example : test.appMinimum length : 1Maximum length : 253 | string | |
| records required | 이 레코드의 데이터 목록 Example : ['12345.ns.private.kr-west1.dev2.samsungsdscloud.com'] | array[object] | |
| ttl optional | DNS 레코드의 TTL(초 단위) 값 Example : 3600 | any of [integer, null] | |
| type required | DNS 레코드 유형(예: A, AAAA, CNAME, MX, TXT, SPF) Example : A | enum (A, AAAA, CNAME, TXT, SPF, MX) |