RecordShowResponse
RecordShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| action optional | 진행 중인 작업 Example : CREATE | any of [string, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| id optional | 레코드 ID Example : 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 | any of [string, null] | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| name optional | 이름 Example : test.app | any of [string, null] | |
| project_id optional | 프로젝트 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 | 상태 Example : ACTIVE | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 레코드 유형 Example : A | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : 2026-02-09T08:00:40Z | any of [string, null] | |
| version optional | 버전 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] |