CreatePublicDomainRequest

CreatePublicDomainRequest

NameDescriptionSchemaDefault
address_type
required
도메인 등록 주소 유형
Example :
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
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
Public Domain Name 이름
Example : example.com
Minimum length : 2
Maximum length : 63
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 : 12345
Maximum length : 6
string
register_email
required
도메인 등록자 이메일 주소
Example : admin@example.com
Pattern : ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
Minimum length : 6
Maximum length : 64
string
register_name_en
required
도메인 등록자 이름(영문)
Example : Hong Gildong
Minimum length : 1
Maximum length : 30
string
register_name_ko
required
도메인 등록자 이름(국문)
Example : 홍길동
Minimum length : 1
Maximum length : 30
string
register_telno
required
도메인 등록자 전화번호
Example :
string
tags
optional
태그 목록
Example : [{'key': 'env', 'value': 'prod'}]
array[Tag]