이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: CreatePublicDomainRequest
- 2: CreatePublicDomainResponse
- 3: HostedZone
- 4: HostedZoneCreateRequest
- 5: HostedZoneCreateRequestV1Dot2
- 6: HostedZoneCreateRequestV1Dot3
- 7: HostedZoneCreateResponse
- 8: HostedZoneDeleteResponse
- 9: HostedZoneListResponseV1Dot1
- 10: HostedZoneListResponseV1Dot2
- 11: HostedZoneListResponseV1Dot3
- 12: HostedZoneSetRequest
- 13: HostedZoneSetRequestV1Dot3
- 14: HostedZoneSetResponse
- 15: HostedZoneShowResponse
- 16: HostedZoneShowResponseV1Dot2
- 17: HostedZoneShowResponseV1Dot3
- 18: HostedZoneV1Dot2
- 19: HostedZoneV1Dot3
- 20: PrivateDns
- 21: PrivateDnsActivateRequest
- 22: PrivateDnsCreateRequest
- 23: PrivateDnsListResponse
- 24: PrivateDnsSetRequest
- 25: PrivateDnsShowResponse
- 26: PubblicDomainWhoisInfoUpdateRequest
- 27: PublicDomainDetail
- 28: PublicDomainDetailResponse
- 29: PublicDomainListItem
- 30: PublicDomainListResponse
- 31: PublicDomainPartialUpdateRequest
- 32: PublicDomainPartialUpdateResponse
- 33: PublicDomainTransferRequest
- 34: PublicDomainTransferResponse
- 35: PublicDomainWhoisInfoUpdateResponse
- 36: Record
- 37: RecordCreateRequest
- 38: RecordCreateRequestV1Dot1To1Dot2
- 39: RecordCreateResponse
- 40: RecordListResponse
- 41: RecordSetRequest
- 42: RecordSetResponse
- 43: RecordShowResponse
- 44: Tag
1 - CreatePublicDomainRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| address_type required | 주소 유형 Example : DOMESTIC | string | |
| auto_extension optional | 자동 연장 플래그 Example : True | any of [boolean, null] | True |
| description optional | 설명 Example : This is description | any of [string, null] | |
| domestic_first_address_en required | 국내 주소 1 (EN) Example : 125 Olympic-ro 35-gil, Songpa-gu, Seoul | any of [string, null] | |
| domestic_first_address_ko required | 국내 주소 1 (KO) Example : 서울특별시 송파구 올림픽로35길 125 (신천동) | any of [string, null] | |
| domestic_second_address_en required | 국내 주소 2 (EN) Example : West Campus 1F | any of [string, null] | |
| domestic_second_address_ko required | 국내 주소 2 (KO) Example : 서관 1층Maximum length : 16 | string | |
| name required | 퍼블릭 도메인 이름 Example : example.com | string | |
| overseas_first_address required | 해외 주소 - 주소 Example : 123 Main St | any of [string, null] | |
| overseas_second_address required | 해외 주소 - 도시 Example : New York | any of [string, null] | |
| overseas_third_address required | 해외 주소 - 주 및 국가 Example : NY 10001 | any of [string, null] | |
| postal_code required | 우편번호 Example : 12345Maximum length : 6 | string | |
| register_email required | 등록 이메일 Example : admin@example.com | string | |
| register_name_en required | 해외 등록 이름 Example : Hong GildongMaximum length : 30 | string | |
| register_name_ko required | 국내 등록 이름 Example : 홍길동Maximum length : 30 | string | |
| register_telno required | 등록 전화번호 Example : 010-1234-5678 | string | |
| tags optional | 태그 목록 | array[Tag] |
2 - CreatePublicDomainResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| public_domain_name required | PublicDomainDetail |
3 - HostedZone
| Name | Description | Schema | Default |
|---|---|---|---|
| action required | 진행 중인 작업 Example : | string | |
| attributes optional | 이 존에 대한 키:값 정보 Example : | any of [object, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | any of [string, null] | |
| id required | 아이디 Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| masters optional | DNS 정보를 가져올 슬레이브 서버 Example : | any of [array[string], null] | |
| name required | 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| project_id required | 프로젝트 ID Example : | string | |
| serial required | 시리얼 번호 Example : | integer | |
| shared optional | 존이 다른 프로젝트와 공유된 경우 True Example : | any of [boolean, null] | |
| status required | 상태 Example : ACTIVE | string | |
| transferred_at optional | 마스터 서버에서 마지막 업데이트를 가져온 시간 Example : | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 존 유형 Example : | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : | any of [string, null] | |
| version optional | 버전 Example : | any of [integer, null] |
4 - HostedZoneCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| name required | 이름 Example : my-zone.com | string | |
| tags optional | 태그 목록 | array[Tag] | |
| type optional | 존 유형 Example : publicPattern : ^(public|private)$ | any of [string, null] |
5 - HostedZoneCreateRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| name required | 이름 Example : my-zone.com | string | |
| private_dns_id optional | 프라이빗 DNS ID Example : | any of [string, null] | |
| tags optional | 태그 목록 | array[Tag] | |
| type optional | 존 유형 Example : publicPattern : ^(public|private)$ | any of [string, null] |
6 - HostedZoneCreateRequestV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] | |
| name required | 이름 Example : my-zone.com | string | |
| private_dns_id optional | 프라이빗 DNS ID Example : 10fjkewefprivatedns3193rud543 | any of [string, null] | |
| tags optional | 태그 목록 | array[Tag] | |
| type required | 존 유형 Example : private | enum (public, private) |
7 - HostedZoneCreateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| action required | 진행 중인 작업 Example : | string | |
| attributes optional | 이 존에 대한 키:값 정보 Example : | any of [object, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | any of [string, null] | |
| id required | 아이디 Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| masters optional | DNS 정보를 가져올 슬레이브 서버 Example : | any of [array[string], null] | |
| name required | 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| project_id required | 프로젝트 ID Example : | string | |
| serial required | 시리얼 번호 Example : | integer | |
| shared optional | 존이 다른 프로젝트와 공유된 경우 True Example : | any of [boolean, null] | |
| status required | 상태 Example : ACTIVE | string | |
| transferred_at optional | 마스터 서버에서 마지막 업데이트를 가져온 시간 Example : | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 존 유형 Example : | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : | any of [string, null] | |
| version optional | 버전 Example : | any of [integer, null] |
8 - HostedZoneDeleteResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| action required | 진행 중인 작업 Example : | string | |
| attributes optional | 이 존에 대한 키:값 정보 Example : | any of [object, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | any of [string, null] | |
| id required | 아이디 Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| masters optional | DNS 정보를 가져올 슬레이브 서버 Example : | any of [array[string], null] | |
| name required | 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| project_id required | 프로젝트 ID Example : | string | |
| serial required | 시리얼 번호 Example : | integer | |
| shared optional | 존이 다른 프로젝트와 공유된 경우 True Example : | any of [boolean, null] | |
| status required | 상태 Example : ACTIVE | string | |
| transferred_at optional | 마스터 서버에서 마지막 업데이트를 가져온 시간 Example : | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 존 유형 Example : | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : | any of [string, null] | |
| version optional | 버전 Example : | any of [integer, null] |
9 - HostedZoneListResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | 개수 Example : | integer | |
| hosted_zones required | 호스티드 존 목록 | array[HostedZone] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| page required | Page Example : | integer | |
| size required | Size Example : | integer | |
| sort required | Sort Example : | string |
10 - HostedZoneListResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | 개수 Example : | integer | |
| hosted_zones required | 호스티드 존 목록 | array[HostedZoneV1Dot2] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| page required | Page Example : | integer | |
| size required | Size Example : | integer | |
| sort required | Sort Example : | string |
11 - HostedZoneListResponseV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| hosted_zones required | 호스티드 존 목록 | array[HostedZoneV1Dot3] | |
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
12 - HostedZoneSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] | |
| email optional | 이메일 Example : test@samsung.com | any of [string, null] |
13 - HostedZoneSetRequestV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] |
14 - HostedZoneSetResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| action required | 진행 중인 작업 Example : | string | |
| attributes optional | 이 존에 대한 키:값 정보 Example : | any of [object, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | any of [string, null] | |
| id required | 아이디 Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| masters optional | DNS 정보를 가져올 슬레이브 서버 Example : | any of [array[string], null] | |
| name required | 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| project_id required | 프로젝트 ID Example : | string | |
| serial required | 시리얼 번호 Example : | integer | |
| shared optional | 존이 다른 프로젝트와 공유된 경우 True Example : | any of [boolean, null] | |
| status required | 상태 Example : ACTIVE | string | |
| transferred_at optional | 마스터 서버에서 마지막 업데이트를 가져온 시간 Example : | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 존 유형 Example : | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : | any of [string, null] | |
| version optional | 버전 Example : | any of [integer, null] |
15 - HostedZoneShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| action required | 진행 중인 작업 Example : | string | |
| attributes optional | 이 존에 대한 키:값 정보 Example : | any of [object, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | any of [string, null] | |
| id required | 아이디 Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| masters optional | DNS 정보를 가져올 슬레이브 서버 Example : | any of [array[string], null] | |
| name required | 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| project_id required | 프로젝트 ID Example : | string | |
| serial required | 시리얼 번호 Example : | integer | |
| shared optional | 존이 다른 프로젝트와 공유된 경우 True Example : | any of [boolean, null] | |
| status required | 상태 Example : ACTIVE | string | |
| transferred_at optional | 마스터 서버에서 마지막 업데이트를 가져온 시간 Example : | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 존 유형 Example : | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : | any of [string, null] | |
| version optional | 버전 Example : | any of [integer, null] |
16 - HostedZoneShowResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| action required | 진행 중인 작업 Example : | string | |
| attributes optional | 이 존에 대한 키:값 정보 Example : | any of [object, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | any of [string, null] | |
| id required | 아이디 Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| masters optional | DNS 정보를 가져올 슬레이브 서버 Example : | any of [array[string], null] | |
| name required | 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| private_dns_id optional | 프라이빗 DNS ID Example : 10fjkewefprivatedns3193rud543 | any of [string, null] | |
| private_dns_name optional | 프라이빗 DNS 이름 Example : private-dns01 | any of [string, null] | |
| project_id required | 프로젝트 ID Example : | string | |
| serial required | 시리얼 번호 Example : | integer | |
| shared optional | 존이 다른 프로젝트와 공유된 경우 True Example : | any of [boolean, null] | |
| status required | 상태 Example : ACTIVE | string | |
| transferred_at optional | 마스터 서버에서 마지막 업데이트를 가져온 시간 Example : | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 존 유형 Example : | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : | any of [string, null] | |
| version optional | 버전 Example : | any of [integer, null] |
17 - HostedZoneShowResponseV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : This is description | any of [string, null] | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | enum (public, private) | |
| id required | 호스티드 존 ID Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 호스티드 존 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| private_dns_id optional | 프라이빗 DNS ID Example : 10fjkewefprivatedns3193rud543 | any of [string, null] | |
| private_dns_name optional | 프라이빗 DNS 이름 Example : private-dns01 | any of [string, null] | |
| status required | 상태 Example : CREATING | enum (CREATING, EDITING, ACTIVE, DELETING, DELETED, ERROR, PENDING, UNKNOWN) | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] |
18 - HostedZoneV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| action required | 진행 중인 작업 Example : | string | |
| attributes optional | 이 존에 대한 키:값 정보 Example : | any of [object, null] | |
| created_at optional | 생성 날짜 Example : 2025-09-08T03:43:57Z | any of [string, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| email required | 이메일 Example : test@samsung.com | string | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | any of [string, null] | |
| id required | 아이디 Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| masters optional | DNS 정보를 가져올 슬레이브 서버 Example : | any of [array[string], null] | |
| name required | 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| private_dns_id optional | 프라이빗 DNS ID Example : 10fjkewefprivatedns3193rud543 | any of [string, null] | |
| private_dns_name optional | 프라이빗 DNS 이름 Example : private-dns01 | any of [string, null] | |
| project_id required | 프로젝트 ID Example : | string | |
| serial required | 시리얼 번호 Example : | integer | |
| shared optional | 존이 다른 프로젝트와 공유된 경우 True Example : | any of [boolean, null] | |
| status required | 상태 Example : ACTIVE | string | |
| transferred_at optional | 마스터 서버에서 마지막 업데이트를 가져온 시간 Example : | any of [string, null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type optional | 존 유형 Example : | any of [string, null] | |
| updated_at optional | 수정 날짜 Example : | any of [string, null] | |
| version optional | 버전 Example : | any of [integer, null] |
19 - HostedZoneV1Dot3
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : This is description | any of [string, null] | |
| hosted_zone_type optional | 호스티드 존 유형 Example : public | enum (public, private) | |
| id required | 호스티드 존 ID Example : 3432012nfdksdf03ktrld9234lgfg | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 호스티드 존 이름 Example : my-zone.com | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | string | |
| private_dns_id optional | 프라이빗 DNS ID Example : 10fjkewefprivatedns3193rud543 | any of [string, null] | |
| private_dns_name optional | 프라이빗 DNS 이름 Example : private-dns01 | any of [string, null] | |
| status required | 상태 Example : CREATING | enum (CREATING, EDITING, ACTIVE, DELETING, DELETED, ERROR, PENDING, UNKNOWN) | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] |
20 - PrivateDns
| Name | Description | Schema | Default |
|---|---|---|---|
| auth_dns_name required | 권한 DNS 이름 Example : | any of [string, null] | |
| connected_vpc_ids optional | 연결된 VPC ID | array[string] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : This is description | any of [string, null] | |
| id required | 프라이빗 DNS ID Example : 10fjkewefprivatedns3193rud543 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 프라이빗 DNS 이름 Example : private-dns01 | string | |
| pool_id required | 풀 ID 지정 Example : 10fjksdpooliddfsi12389esfdslkdsr32 | any of [string, null] | |
| pool_name required | 풀 이름 Example : | any of [string, null] | |
| registered_region required | 등록된 리전 Example : KR-WEST1 | any of [string, null] | |
| resolver_ip required | 프라이빗 DNS 리졸버 IP Example : 198.19.0.101 | any of [string, null] | |
| resolver_name required | 프라이빗 DNS 리졸버 이름 Example : | any of [string, null] | |
| state required | 상태 Example : CREATING | enum (CREATING, EDITING, ACTIVE, ACTIVATING, INACTIVE, DELETING, DELETED, ERROR, PENDING) |
21 - PrivateDnsActivateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | 프라이빗 DNS 이름 Example : private-dns01Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string |
22 - PrivateDnsCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| connected_vpc_ids optional | 연결된 VPC ID | array[string] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| name required | 프라이빗 DNS 이름 Example : private-dns01Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| tags optional | any of [array[Tag], null] |
23 - PrivateDnsListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| private_dns required | array[PrivateDns] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
24 - PrivateDnsSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| connected_vpc_ids optional | 연결된 VPC ID Example : | any of [array[string], null] | |
| description optional | 설명 Example : This is description | any of [string, null] |
25 - PrivateDnsShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| private_dns required | PrivateDns |
26 - PubblicDomainWhoisInfoUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| address_type required | 주소 유형 Example : DOMESTIC | string | |
| domestic_first_address_en required | 국내 주소 1 (EN) Example : 125 Olympic-ro 35-gil, Songpa-gu, Seoul | string | |
| domestic_first_address_ko required | 국내 주소 1 (KO) Example : 서울특별시 송파구 올림픽로35길 125 (신천동) | string | |
| domestic_second_address_en required | 국내 주소 2 (EN) Example : West Campus 1F | any of [string, null] | |
| domestic_second_address_ko required | 국내 주소 2 (KO) Example : 서관 1층Maximum length : 16 | string | |
| overseas_first_address required | 해외 주소 - 주소 Example : 123 Main St | any of [string, null] | |
| overseas_second_address required | 해외 주소 - 도시 Example : New York | any of [string, null] | |
| overseas_third_address required | 해외 주소 - 주 및 국가 Example : NY 10001 | any of [string, null] | |
| postal_code required | 우편번호 Example : 12345Maximum length : 6 | string | |
| register_email required | 등록 이메일 Example : admin@example.com | string | |
| register_telno required | 등록 전화번호 Example : 010-1234-5678 | string |
27 - PublicDomainDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| address_type required | 주소 유형 Example : DOMESTIC | string | |
| auto_extension required | 자동 연장 플래그 Example : True | boolean | |
| created_at required | 생성 날짜 Example : 2025-09-08T03:43:57Z | string | |
| created_by required | 생성자 Example : 504f24f8111e42e0578f367acd2a149f | string | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| domestic_address_en required | 국내 주소 (EN) Example : West Campus 1F, 125 Olympic-ro 35-gil, Songpa-gu, Seoul | string | |
| domestic_address_ko required | 국내 주소 (KO) Example : 서울특별시 송파구 올림픽로35길 125 (신천동), 서관 1층 | string | |
| domestic_first_address_en required | 국내 주소 1 (EN) Example : 125 Olympic-ro 35-gil, Songpa-gu, Seoul | string | |
| domestic_first_address_ko required | 국내 주소 1 (KO) Example : 서울특별시 송파구 올림픽로35길 125 (신천동) | string | |
| domestic_second_address_en required | 국내 주소 2 (EN) Example : West Campus 1F | string | |
| domestic_second_address_ko required | 국내 주소 2 (KO) Example : 서관 1층 | string | |
| expired_date required | 만료 날짜 Example : 2026-09-09T00:00:00Z | string | |
| id required | ID Example : 10fjkeweffpublicdomain3193rud543 | string | |
| modified_at required | 수정 날짜 Example : 2026-02-09T08:00:40Z | string | |
| modified_by required | 수정자 Example : 504f24f8111e42e0578f367acd2a149f | string | |
| name required | 퍼블릭 도메인 이름 Example : example.com | string | |
| overseas_address optional | 해외 주소 Example : 123 Main St, New York, NY 10001 | string | |
| overseas_first_address required | 해외 주소 - 주소 Example : 123 Main St | string | |
| overseas_second_address required | 해외 주소 - 도시 Example : New York | string | |
| overseas_third_address required | 해외 주소 - 주 및 국가 Example : NY 10001 | string | |
| postal_code required | 우편번호 Example : 12345 | string | |
| register_email required | 등록 이메일 Example : admin@example.com | string | |
| register_name_en required | 해외 등록 이름 Example : Hong Gildong | string | |
| register_name_ko required | 국내 등록 이름 Example : 홍길동 | string | |
| register_telno required | 등록 전화번호 Example : 010-1234-5678 | string | |
| start_date required | 시작 날짜 Example : 2025-09-09T00:00:00Z | string | |
| status required | 상태 Example : REGISTERED | string |
28 - PublicDomainDetailResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| public_domain_name required | PublicDomainDetail |
29 - PublicDomainListItem
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 날짜 Example : 2025-09-08T03:43:57Z | string | |
| created_by required | 시작 날짜 Example : 504f24f8111e42e0578f367acd2a149f | string | |
| expired_date required | 만료 날짜 Example : 2026-09-09T00:00:00Z | string | |
| id required | ID Example : 10fjkeweffpublicdomain3193rud543 | string | |
| modified_at required | 수정 날짜 Example : 2026-02-09T08:00:40Z | string | |
| modified_by required | 수정자 Example : 504f24f8111e42e0578f367acd2a149f | string | |
| name required | 퍼블릭 도메인 이름 Example : example.com | string | |
| register_email required | 등록 이메일 Example : admin@example.com | string | |
| start_date required | 시작 날짜 Example : 2025-09-09T00:00:00Z | string | |
| status required | 상태 Example : REGISTERED | string |
30 - PublicDomainListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| public_domain_names required | array[PublicDomainListItem] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
31 - PublicDomainPartialUpdateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_extension optional | 자동 연장 플래그 Example : True | any of [boolean, null] | |
| description optional | 설명 Example : This is description | any of [string, null] |
32 - PublicDomainPartialUpdateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_extension optional | 자동 연장 플래그 Example : True | any of [boolean, null] | |
| description optional | 설명 Example : This is description | any of [string, null] | |
| id required | ID Example : 10fjkeweffpublicdomain3193rud543 | string |
33 - PublicDomainTransferRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| target_account_id optional | 대상 프로젝트 ID (type=REQUEST일 때 필수) Example : 003dffc50eb123a1cbf4f2e5c71d4f15 | any of [string, null] | |
| type required | 이전 작업 유형 Example : REQUEST | enum (REQUEST, CANCEL, APPROVE, REJECT) |
34 - PublicDomainTransferResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_extension required | 자동 연장 플래그 Example : True | boolean | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : This is description | any of [string, null] | |
| expired_date required | 만료 날짜 Example : 2026-09-09T00:00:00Z | string (date-time) | |
| id required | ID Example : 10fjkeweffpublicdomain3193rud543 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 퍼블릭 도메인 이름 Example : example.com | string | |
| start_date required | 시작 날짜 Example : 2025-09-09T00:00:00Z | string (date-time) | |
| state required | 상태 Example : TRANSFER_REQUESTED | enum (ACTIVE, CREATING, REGISTERED, EXPIRED, DELETED, TRANSFER_REQUESTING, TRANSFER_REQUESTED, DELETING) |
35 - PublicDomainWhoisInfoUpdateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| address_type required | 주소 유형 Example : DOMESTIC | string | |
| domestic_first_address_en required | 국내 주소 1 (EN) Example : 125 Olympic-ro 35-gil, Songpa-gu, Seoul | string | |
| domestic_first_address_ko required | 국내 주소 1 (KO) Example : 서울특별시 송파구 올림픽로35길 125 (신천동) | string | |
| domestic_second_address_en required | 국내 주소 2 (EN) Example : West Campus 1F | any of [string, null] | |
| domestic_second_address_ko required | 국내 주소 2 (KO) Example : 서관 1층Maximum length : 16 | string | |
| name required | 퍼블릭 도메인 이름 Example : example.com | string | |
| overseas_first_address required | 해외 주소 - 주소 Example : 123 Main St | any of [string, null] | |
| overseas_second_address required | 해외 주소 - 도시 Example : New York | any of [string, null] | |
| overseas_third_address required | 해외 주소 - 주 및 국가 Example : NY 10001 | any of [string, null] | |
| postal_code required | 우편번호 Example : 12345Maximum length : 6 | string | |
| register_email required | 등록 이메일 Example : admin@example.com | string | |
| register_name_en required | 해외 등록 이름 Example : Hong Gildong | string | |
| register_name_ko required | 국내 등록 이름 Example : 홍길동 | string | |
| register_telno required | 등록 전화번호 Example : 010-1234-5678 | string |
36 - Record
| 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] |
37 - RecordCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] | |
| name required | 이름 Example : test.app | string | |
| records required | 이 레코드의 데이터 목록 Example : ['12345.ns.private.kr-west1.dev2.samsungsdscloud.com'] | array[object] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type required | 레코드 유형 Example : A | string |
38 - RecordCreateRequestV1Dot1To1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : This is description | any of [string, null] | |
| name required | 이름 Example : test.app | string | |
| records required | 이 레코드의 데이터 목록 Example : ['12345.ns.private.kr-west1.dev2.samsungsdscloud.com'] | array[object] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] | |
| type required | 레코드 유형 Example : A | string |
39 - RecordCreateResponse
| 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] |
40 - RecordListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | 리소스 링크 Example : | any of [object, null] | |
| metadata optional | 전체 개수 Example : | any of [object, null] | |
| records required | 레코드 목록 | array[Record] |
41 - RecordSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| records optional | 이 레코드의 데이터 목록 Example : ['12345.ns.private.kr-west1.dev2.samsungsdscloud.com'] | any of [array[object], null] | |
| ttl optional | 존의 TTL. Example : 3600 | any of [integer, null] |
42 - RecordSetResponse
| 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] |
43 - 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] |
44 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | tag key Example : | string | |
| value required | tag value Example : | string |