DNS
Overview
Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of DNS service and how to call CLI. The output is formatted as a JSON string
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|
| 1.3 | CURRENT | - |
1 - CLIs
1.1 - Activate Private DNS
1.1.1 - 1.3
scp-cli dns private-dns activate
--name <value>
Description
Activate Private DNS
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Private DNS Name | private-dns01 |
Responses
| Name | Description | Example |
|---|
| id | Private DNS ID | 10fjkewefprivatedns3193rud543 |
| auth_dns_name | Auth DNS Name | |
| connected_vpc_ids | Connected VPC ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private DNS Name | private-dns01 |
| pool_id | Designate Pool ID | 10fjksdpooliddfsi12389esfdslkdsr32 |
| pool_name | Pool Name | |
| registered_region | Registered Region | KR-WEST1 |
| resolver_ip | Private DNS Resolver IP | 198.19.0.101 |
| resolver_name | Private DNS Resolver Name | |
| state | State | |
1.2 - Create Hosted Zone
1.2.1 - 1.3
scp-cli dns hosted-zone create
--type <value>
--name <value>
[--description <value>]
[--private_dns_id <value>]
[--tags <value>]
Description
Create a new hosted zone.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
type required | string | Type of zone | private |
name required | string | name | my-zone.com |
description optional | string | description | This is description |
private_dns_id optional | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Hosted Zone ID | 3432012nfdksdf03ktrld9234lgfg |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| hosted_zone_type | Hosted Zone type | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Hosted Zone Name | my-zone.com |
| pool_id | Designate Pool ID | 10fjksdpooliddfsi12389esfdslkdsr32 |
| private_dns_id | Private DNS ID | 10fjkewefprivatedns3193rud543 |
| private_dns_name | Private DNS Name | private-dns01 |
| status | State | |
| ttl | TTL for the zone. | 3600 |
1.3 - Create Hosted Zone Record
1.3.1 - 1.3
scp-cli dns hosted-zone-record create
--hosted_zone_id <value>
--type <value>
--records <value>
--name <value>
[--description <value>]
[--ttl <value>]
Description
Create a new recordset in the hosted zone
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | 3432012nfdksdf03ktrld9234lgfg |
type required | string | Type of the record | A |
records required | array | A list of data for this record | 12345.ns.private.kr-west1.dev2.samsungsdscloud.com |
name required | string | name | test.app |
description optional | string | description | This is description |
ttl optional | integer | TTL for the zone. | 3600 |
Responses
| Name | Description | Example |
|---|
| id | Record ID | 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 |
| action | current action in progress | CREATE |
| created_at | Created Date | 2025-09-08T03:43:57Z |
| description | description | This is description |
| links | Links to resource | |
| name | name | test.app |
| project_id | ProjectID | 003dffc50eb123a1cbf4f2e5c71d4f15 |
| records | A list of data for this record | [‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’] |
| status | The status | ACTIVE |
| ttl | TTL for the zone. | 3600 |
| type | Type of the record | A |
| updated_at | Updated Date | 2026-02-09T08:00:40Z |
| version | Version | 1 |
| zone_id | ID for the zone that contains this record | 3432012nfdksdf03ktrld9234lgfg |
| zone_name | The name of the zone that contains this record | my-zone.com |
1.4 - Create Private DNS
1.4.1 - 1.3
scp-cli dns private-dns create
--name <value>
[--connected_vpc_ids <value>]
[--description <value>]
[--tags <value>]
Description
Create Private DNS
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Private DNS Name | private-dns01 |
connected_vpc_ids optional | array | Connected VPC ID | - |
description optional | string | description | This is description |
tags optional | array | | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Private DNS ID | 10fjkewefprivatedns3193rud543 |
| auth_dns_name | Auth DNS Name | |
| connected_vpc_ids | Connected VPC ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private DNS Name | private-dns01 |
| pool_id | Designate Pool ID | 10fjksdpooliddfsi12389esfdslkdsr32 |
| pool_name | Pool Name | |
| registered_region | Registered Region | KR-WEST1 |
| resolver_ip | Private DNS Resolver IP | 198.19.0.101 |
| resolver_name | Private DNS Resolver Name | |
| state | State | |
1.5 - Create Public Domain Name
1.5.1 - 1.3
scp-cli dns public-domain-name create
--register_telno <value>
--register_name_ko <value>
--register_name_en <value>
--register_email <value>
--postal_code <value>
--overseas_third_address <value>
--overseas_second_address <value>
--overseas_first_address <value>
--name <value>
--domestic_second_address_ko <value>
--domestic_second_address_en <value>
--domestic_first_address_ko <value>
--domestic_first_address_en <value>
--address_type <value>
[--auto_extension <value>]
[--description <value>]
[--tags <value>]
Description
Create a new Public Domain Name
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
register_telno required | string | Register telephone number | 010-1234-5678 |
register_name_ko required | string | Register Name Domestic | 홍길동 |
register_name_en required | string | Register Name Overseas | Hong Gildong |
register_email required | string | Register email | admin@example.com |
postal_code required | string | Postal code | 12345 |
overseas_third_address required | string | Overseas address - State & Country | NY 10001 |
overseas_second_address required | string | Overseas address - City | New York |
overseas_first_address required | string | Overseas address - Address | 123 Main St |
name required | string | Public Domain Name | example.com |
domestic_second_address_ko required | string | Domestic second address (KO) | 서관 1층 |
domestic_second_address_en required | string | Domestic second address (EN) | West Campus 1F |
domestic_first_address_ko required | string | Domestic first address (KO) | 서울특별시 송파구 올림픽로35길 125 (신천동) |
domestic_first_address_en required | string | Domestic first address (EN) | 125 Olympic-ro 35-gil, Songpa-gu, Seoul |
address_type required | string | Address type | DOMESTIC |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | This is description |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | ID | 10fjkeweffpublicdomain3193rud543 |
| address_type | Address type | DOMESTIC |
| auto_extension | Auto extension flag | True |
| created_at | Created Date | 2025-09-08T03:43:57Z |
| created_by | Created By_ | 504f24f8111e42e0578f367acd2a149f |
| description | description | This is description |
| domestic_address_en | Domestic Address (EN) | West Campus 1F, 125 Olympic-ro 35-gil, Songpa-gu, Seoul |
| domestic_address_ko | Domestic Address (KO) | 서울특별시 송파구 올림픽로35길 125 (신천동), 서관 1층 |
| domestic_first_address_en | Domestic first address (EN) | 125 Olympic-ro 35-gil, Songpa-gu, Seoul |
| domestic_first_address_ko | Domestic first address (KO) | 서울특별시 송파구 올림픽로35길 125 (신천동) |
| domestic_second_address_en | Domestic second address (EN) | West Campus 1F |
| domestic_second_address_ko | Domestic second address (KO) | 서관 1층 |
| expired_date | Expired date | 2026-09-09T00:00:00Z |
| modified_at | Modified Date | 2026-02-09T08:00:40Z |
| modified_by | Modified By_ | 504f24f8111e42e0578f367acd2a149f |
| name | Public Domain Name | example.com |
| overseas_address | Overseas Address | 123 Main St, New York, NY 10001 |
| overseas_first_address | Overseas address - Address | 123 Main St |
| overseas_second_address | Overseas address - City | New York |
| overseas_third_address | Overseas address - State & Country | NY 10001 |
| postal_code | Postal code | 12345 |
| register_email | Register email | admin@example.com |
| register_name_en | Register Name Overseas | Hong Gildong |
| register_name_ko | Register Name Domestic | 홍길동 |
| register_telno | Register telephone number | 010-1234-5678 |
| start_date | Start date | 2025-09-09T00:00:00Z |
| status | The status | REGISTERED |
1.6 - Delete Hosted Zone
1.6.1 - 1.3
scp-cli dns hosted-zone delete
--hosted_zone_id <value>
Description
Delete a hosted zone
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | 3432012nfdksdf03ktrld9234lgfg |
1.7 - Delete Hosted Zone Record
1.7.1 - 1.3
scp-cli dns hosted-zone-record delete
--record_id <value>
--hosted_zone_id <value>
Description
Delete hosted zone record
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 |
hosted_zone_id required | string | Hosted Zone ID | 3432012nfdksdf03ktrld9234lgfg |
1.8 - Delete Private DNS
1.8.1 - 1.3
scp-cli dns private-dns delete
--private_dns_id <value>
Description
Delete Private DNS
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_dns_id required | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
1.9 - List Hosted Zone Records
1.9.1 - 1.3
scp-cli dns hosted-zone-record list
--hosted_zone_id <value>
[--limit <value>]
[--marker <value>]
[--sort_dir <value>]
[--sort_key <value>]
[--name <value>]
[--exact_name <value>]
[--type <value>]
[--data <value>]
[--status <value>]
[--description <value>]
[--ttl <value>]
Description
Get record list in a hosted zone
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | 3432012nfdksdf03ktrld9234lgfg |
limit optional | integer | limit | - |
marker optional | string | marker | - |
sort_dir optional | string | sort direction | - |
sort_key optional | string | sort key | - |
name optional | string | name | test.app |
exact_name optional | string | name | test.app |
type optional | string | Type of the record | A |
data optional | string | Record data | 12345.ns.private.kr-west1.dev2.samsungsdscloud.com |
status optional | string | The status | ACTIVE |
description optional | string | description | This is description |
ttl optional | integer | TTL for the zone. | 3600 |
Responses
| Name | Description | Example |
|---|
| id | Record ID | 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 |
| action | current action in progress | CREATE |
| created_at | Created Date | 2025-09-08T03:43:57Z |
| description | description | This is description |
| links | Links to resource | |
| name | name | test.app |
| project_id | ProjectID | 003dffc50eb123a1cbf4f2e5c71d4f15 |
| records | A list of data for this record | [‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’] |
| status | The status | ACTIVE |
| ttl | TTL for the zone. | 3600 |
| type | Type of the record | A |
| updated_at | Updated Date | 2026-02-09T08:00:40Z |
| version | Version | 1 |
| zone_id | ID for the zone that contains this record | 3432012nfdksdf03ktrld9234lgfg |
| zone_name | The name of the zone that contains this record | my-zone.com |
1.10 - List Hosted Zones
1.10.1 - 1.3
scp-cli dns hosted-zone list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--type <value>]
[--status <value>]
Description
Return list of hosted zones
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | name | my-zone.com |
type optional | **** | Type of zone | - |
status optional | **** | The status | - |
Responses
| Name | Description | Example |
|---|
| id | Hosted Zone ID | 3432012nfdksdf03ktrld9234lgfg |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| hosted_zone_type | Hosted Zone type | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Hosted Zone Name | my-zone.com |
| pool_id | Designate Pool ID | 10fjksdpooliddfsi12389esfdslkdsr32 |
| private_dns_id | Private DNS ID | 10fjkewefprivatedns3193rud543 |
| private_dns_name | Private DNS Name | private-dns01 |
| status | State | |
| ttl | TTL for the zone. | 3600 |
1.11 - List Private DNS
1.11.1 - 1.3
scp-cli dns private-dns list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--state <value>]
Description
List all Private DNS
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
name optional | string | Private DNS Name | - |
vpc_id optional | string | Connected VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
state optional | **** | State | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Private DNS ID | 10fjkewefprivatedns3193rud543 |
| auth_dns_name | Auth DNS Name | |
| connected_vpc_ids | Connected VPC ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private DNS Name | private-dns01 |
| pool_id | Designate Pool ID | 10fjksdpooliddfsi12389esfdslkdsr32 |
| pool_name | Pool Name | |
| registered_region | Registered Region | KR-WEST1 |
| resolver_ip | Private DNS Resolver IP | 198.19.0.101 |
| resolver_name | Private DNS Resolver Name | |
| state | State | |
1.12 - List Public Domain Names
1.12.1 - 1.3
scp-cli dns public-domain-name list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--created_by <value>]
Description
Return list of Public Domain Names
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Public Domain Name | example.com |
created_by optional | string | Created By_ | 504f24f8111e42e0578f367acd2a149f |
Responses
| Name | Description | Example |
|---|
| id | ID | 10fjkeweffpublicdomain3193rud543 |
| created_at | Created Date | 2025-09-08T03:43:57Z |
| created_by | Start date | 504f24f8111e42e0578f367acd2a149f |
| expired_date | Expired date | 2026-09-09T00:00:00Z |
| modified_at | Modified Date | 2026-02-09T08:00:40Z |
| modified_by | Modified By_ | 504f24f8111e42e0578f367acd2a149f |
| name | Public Domain Name | example.com |
| register_email | Register email | admin@example.com |
| start_date | Start date | 2025-09-09T00:00:00Z |
| status | The status | REGISTERED |
1.13 - Set Hosted Zone
1.13.1 - 1.3
scp-cli dns hosted-zone set
--hosted_zone_id <value>
[--description <value>]
Description
Update Hosted Zone
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | 3432012nfdksdf03ktrld9234lgfg |
description optional | string | description | This is description |
1.14 - Set Hosted Zone Record
1.14.1 - 1.3
scp-cli dns hosted-zone-record set
--record_id <value>
--hosted_zone_id <value>
[--records <value>]
[--ttl <value>]
Description
Update Hosted Zone record
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 |
hosted_zone_id required | string | Hosted Zone ID | 3432012nfdksdf03ktrld9234lgfg |
records optional | array | A list of data for this record | 12345.ns.private.kr-west1.dev2.samsungsdscloud.com |
ttl optional | integer | TTL for the zone. | 3600 |
1.15 - Set Private DNS
1.15.1 - 1.3
scp-cli dns private-dns set
--private_dns_id <value>
[--connected_vpc_ids <value>]
[--description <value>]
Description
Update Private DNS
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_dns_id required | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
connected_vpc_ids optional | array | Connected VPC ID | - |
description optional | string | description | This is description |
1.16 - Set Public Domain Name
1.16.1 - 1.3
scp-cli dns public-domain-name update
--public_domain_id <value>
[--auto_extension <value>]
[--description <value>]
Description
Update Public Domain Name
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | ID | 10fjkeweffpublicdomain3193rud543 |
auto_extension optional | boolean | Auto extension flag | True |
description optional | string | description | This is description |
1.17 - Set Public Domain Name Whois Info
1.17.1 - 1.3
scp-cli dns public-domain-name-info update
--public_domain_id <value>
--register_telno <value>
--register_email <value>
--postal_code <value>
--overseas_third_address <value>
--overseas_second_address <value>
--overseas_first_address <value>
--domestic_second_address_ko <value>
--domestic_second_address_en <value>
--domestic_first_address_ko <value>
--domestic_first_address_en <value>
--address_type <value>
Description
Update Public Domain Name Whois Info
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | ID | 10fjkeweffpublicdomain3193rud543 |
register_telno required | string | Register telephone number | 010-1234-5678 |
register_email required | string | Register email | admin@example.com |
postal_code required | string | Postal code | 12345 |
overseas_third_address required | string | Overseas address - State & Country | NY 10001 |
overseas_second_address required | string | Overseas address - City | New York |
overseas_first_address required | string | Overseas address - Address | 123 Main St |
domestic_second_address_ko required | string | Domestic second address (KO) | 서관 1층 |
domestic_second_address_en required | string | Domestic second address (EN) | West Campus 1F |
domestic_first_address_ko required | string | Domestic first address (KO) | 서울특별시 송파구 올림픽로35길 125 (신천동) |
domestic_first_address_en required | string | Domestic first address (EN) | 125 Olympic-ro 35-gil, Songpa-gu, Seoul |
address_type required | string | Address type | DOMESTIC |
1.18 - Show Hosted Zone
1.18.1 - 1.3
scp-cli dns hosted-zone show
--hosted_zone_id <value>
Description
Return details of a hosted zone.
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | 3432012nfdksdf03ktrld9234lgfg |
Responses
| Name | Description | Example |
|---|
| id | Hosted Zone ID | 3432012nfdksdf03ktrld9234lgfg |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| hosted_zone_type | Hosted Zone type | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Hosted Zone Name | my-zone.com |
| pool_id | Designate Pool ID | 10fjksdpooliddfsi12389esfdslkdsr32 |
| private_dns_id | Private DNS ID | 10fjkewefprivatedns3193rud543 |
| private_dns_name | Private DNS Name | private-dns01 |
| status | State | |
| ttl | TTL for the zone. | 3600 |
1.19 - Show Hosted Zone Record
1.19.1 - 1.3
scp-cli dns hosted-zone-record show
--record_id <value>
--hosted_zone_id <value>
Description
Get details of a hosted zone record
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 |
hosted_zone_id required | string | Hosted Zone ID | 3432012nfdksdf03ktrld9234lgfg |
Responses
| Name | Description | Example |
|---|
| id | Record ID | 6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7 |
| action | current action in progress | CREATE |
| created_at | Created Date | 2025-09-08T03:43:57Z |
| description | description | This is description |
| links | Links to resource | |
| name | name | test.app |
| project_id | ProjectID | 003dffc50eb123a1cbf4f2e5c71d4f15 |
| records | A list of data for this record | [‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’] |
| status | The status | ACTIVE |
| ttl | TTL for the zone. | 3600 |
| type | Type of the record | A |
| updated_at | Updated Date | 2026-02-09T08:00:40Z |
| version | Version | 1 |
| zone_id | ID for the zone that contains this record | 3432012nfdksdf03ktrld9234lgfg |
| zone_name | The name of the zone that contains this record | my-zone.com |
1.20 - Show Private DNS
1.20.1 - 1.3
scp-cli dns private-dns show
--private_dns_id <value>
Description
Show Private DNS
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_dns_id required | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
Responses
| Name | Description | Example |
|---|
| id | Private DNS ID | 10fjkewefprivatedns3193rud543 |
| auth_dns_name | Auth DNS Name | |
| connected_vpc_ids | Connected VPC ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private DNS Name | private-dns01 |
| pool_id | Designate Pool ID | 10fjksdpooliddfsi12389esfdslkdsr32 |
| pool_name | Pool Name | |
| registered_region | Registered Region | KR-WEST1 |
| resolver_ip | Private DNS Resolver IP | 198.19.0.101 |
| resolver_name | Private DNS Resolver Name | |
| state | State | |
1.21 - Show Public Domain Name
1.21.1 - 1.3
scp-cli dns public-domain-name show
--public_domain_id <value>
Description
Return details of a public domain name
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | ID | 10fjkeweffpublicdomain3193rud543 |
Responses
| Name | Description | Example |
|---|
| id | ID | 10fjkeweffpublicdomain3193rud543 |
| address_type | Address type | DOMESTIC |
| auto_extension | Auto extension flag | True |
| created_at | Created Date | 2025-09-08T03:43:57Z |
| created_by | Created By_ | 504f24f8111e42e0578f367acd2a149f |
| description | description | This is description |
| domestic_address_en | Domestic Address (EN) | West Campus 1F, 125 Olympic-ro 35-gil, Songpa-gu, Seoul |
| domestic_address_ko | Domestic Address (KO) | 서울특별시 송파구 올림픽로35길 125 (신천동), 서관 1층 |
| domestic_first_address_en | Domestic first address (EN) | 125 Olympic-ro 35-gil, Songpa-gu, Seoul |
| domestic_first_address_ko | Domestic first address (KO) | 서울특별시 송파구 올림픽로35길 125 (신천동) |
| domestic_second_address_en | Domestic second address (EN) | West Campus 1F |
| domestic_second_address_ko | Domestic second address (KO) | 서관 1층 |
| expired_date | Expired date | 2026-09-09T00:00:00Z |
| modified_at | Modified Date | 2026-02-09T08:00:40Z |
| modified_by | Modified By_ | 504f24f8111e42e0578f367acd2a149f |
| name | Public Domain Name | example.com |
| overseas_address | Overseas Address | 123 Main St, New York, NY 10001 |
| overseas_first_address | Overseas address - Address | 123 Main St |
| overseas_second_address | Overseas address - City | New York |
| overseas_third_address | Overseas address - State & Country | NY 10001 |
| postal_code | Postal code | 12345 |
| register_email | Register email | admin@example.com |
| register_name_en | Register Name Overseas | Hong Gildong |
| register_name_ko | Register Name Domestic | 홍길동 |
| register_telno | Register telephone number | 010-1234-5678 |
| start_date | Start date | 2025-09-09T00:00:00Z |
| status | The status | REGISTERED |
1.22 - Transfer Public Domain Name
1.22.1 - 1.3
scp-cli dns public-domain-name-transfer update
--public_domain_id <value>
--type <value>
[--target_account_id <value>]
Description
Transfer Public Domain Name
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | ID | 10fjkeweffpublicdomain3193rud543 |
type required | string | Transfer operation type | REQUEST |
target_account_id optional | string | Target account id (required when type=REQUEST) | 003dffc50eb123a1cbf4f2e5c71d4f15 |
Responses
| Name | Description | Example |
|---|
| id | ID | 10fjkeweffpublicdomain3193rud543 |
| auto_extension | Auto extension flag | True |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | This is description |
| expired_date | Expired date | 2026-09-09T00:00:00Z |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Public Domain Name | example.com |
| start_date | Start date | 2025-09-09T00:00:00Z |
| state | State | TRANSFER_REQUESTED |