RecordShowResponse
RecordShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| action optional | current action in progress Example : CREATE | any of [string, null] | |
| created_at optional | Created Date Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | description Example : This is description | any of [string, null] | |
| id optional | Record ID Example : 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 | any of [string, null] | |
| links optional | Links to resource Example : | any of [object, null] | |
| name optional | name Example : test.app | any of [string, null] | |
| project_id optional | ProjectID Example : 003dffc50eb123a1cbf4f2e5c71d4f15 | any of [string, null] | |
| records optional | A list of data for this record Example : ['12345.ns.private.kr-west1.dev2.samsungsdscloud.com'] | any of [array[string], null] | |
| status optional | The status Example : ACTIVE | any of [string, null] | |
| ttl optional | TTL for the zone. Example : 3600 | any of [integer, null] | |
| type optional | Type of the record Example : A | any of [string, null] | |
| updated_at optional | Updated Date Example : 2026-02-09T08:00:40Z | any of [string, null] | |
| version optional | Version Example : 1 | any of [integer, null] | |
| zone_id optional | ID for the zone that contains this record Example : 3432012nfdksdf03ktrld9234lgfg | any of [string, null] | |
| zone_name optional | The name of the zone that contains this record Example : my-zone.com | any of [string, null] |