Record
Record
| Name | Description | Schema | Default |
|---|---|---|---|
| action optional | DNS 레코드에 수행된 작업 Example : CREATE | any of [string, null] | |
| created_at optional | 리소스가 생성된 타임스탬프 (ISO 8601 형식) Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| id optional | DNS 레코드의 고유 식별자 Example : 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 | any of [string, null] | |
| links optional | Record 관련 링크 Example : | any of [object, null] | |
| name optional | Record 이름 Example : test.app | any of [string, null] | |
| project_id optional | DNS 레코드에 연결된 프로젝트 ID Example : 003dffc50eb123a1cbf4f2e5c71d4f15 | any of [string, null] | |
| records optional | 이 레코드의 데이터 목록 Example : ['12345.ns.private.kr-west1.dev2.samsungsdscloud.com'] | any of [array[string], null] | |
| status optional | DNS 레코드의 현재 상태 Example : ACTIVE | any of [string, null] | |
| ttl optional | DNS 레코드의 TTL(초 단위) 값 Example : 3600 | any of [integer, null] | |
| type optional | DNS 레코드 유형(예: A, AAAA, CNAME, MX, TXT, SPF) Example : A | any of [string, null] | |
| updated_at optional | 리소스가 마지막으로 업데이트된 타임스탬프 (ISO 8601 형식) Example : 2026-02-09T08:00:40Z | any of [string, null] | |
| version optional | Record 버전 Example : 1 | any of [integer, null] | |
| zone_id optional | 이 레코드를 포함하는 존의 ID Example : 3432012nfdksdf03ktrld9234lgfg | any of [string, null] | |
| zone_name optional | 이 레코드를 포함하는 존의 이름 Example : my-zone.com | any of [string, null] |