Record
Record
| Name | Description | Schema | Default |
|---|---|---|---|
| action optional | The action performed on the DNS record. Example : CREATE | any of [string, null] | |
| created_at optional | The timestamp when the resource was created, in ISO 8601 format. Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | Description Example : This is description | any of [string, null] | |
| id optional | The unique identifier of the DNS record. Example : 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 | any of [string, null] | |
| links optional | The links related to the DNS record. Example : | any of [object, null] | |
| name optional | The name of the DNS record. Example : test.app | any of [string, null] | |
| project_id optional | The project identifier associated with the DNS record. 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 current status of the DNS record. Example : ACTIVE | any of [string, null] | |
| ttl optional | The Time-To-Live (TTL) value in seconds for the DNS record. Example : 3600 | any of [integer, null] | |
| type optional | The type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF). Example : A | any of [string, null] | |
| updated_at optional | The timestamp when the resource was last updated, in ISO 8601 format. Example : 2026-02-09T08:00:40Z | any of [string, null] | |
| version optional | The version of the DNS record. 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] |