This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

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.

VersionStatusNot Before
1.3CURRENT-

CLI Version History

1.3

  • DNS CLI has been updated to version 1.3.
  • DNS CLI versions 1.0 to 1.2 have been deprecated.

Changes

  • [Changed] dns hosted-zone create - Command has been changed.
    • The --email option has been removed.
  • [Changed] dns hosted-zone show - Command has been changed.
    • The email field has been removed from the output.
  • [Changed] dns hosted-zone updatedns hosted-zone set - Command has been changed.
    • The --email option has been removed.
  • [Changed] dns hosted-zone-record list - Command has been changed.
    • Zone apex record name is displayed as-is (without @. notation).
  • [Changed] dns record createdns hosted-zone-record create - Command has been changed.
  • [Changed] dns record deletedns hosted-zone-record delete - Command has been changed.
  • [Changed] dns record listdns hosted-zone-record list - Command has been changed.
  • [Changed] dns record showdns hosted-zone-record show - Command has been changed.
  • [Changed] dns record updatedns hosted-zone-record set - Command has been changed.
  • [New] dns public-domain-name-transfer update - Command has been added.

1.2

DNS CLI has been updated to version 1.2.

Changes

  • [Changed] dns hosted-zone list - Command has been changed.
    • The following field has been added to the output:
      • private_dns_name (Private DNS name lookup)
  • [Changed] dns hosted-zone show - Command has been changed.
    • The following field has been added to the output:
      • private_dns_name (Private DNS name lookup)

1.1

DNS CLI has been updated to version 1.1.

Changes

  • [Changed] dns hosted_zone createdns hosted-zone create - Command has been changed.
  • [Changed] dns hosted_zone deletedns hosted-zone delete - Command has been changed.
  • [Changed] dns hosted_zone listdns hosted-zone list - Command has been changed.
  • [Changed] dns hosted_zone showdns hosted-zone show - Command has been changed.
  • [Changed] dns hosted_zone updatedns hosted-zone update - Command has been changed.
  • [Changed] dns private_dns createdns private-dns create - Command has been changed.
    • The following options have been added:
      • --registered-region
      • --private-dns-cr-id
  • [Changed] dns private_dns deletedns private-dns delete - Command has been changed.
  • [Changed] dns private_dns listdns private-dns list - Command has been changed.
  • [Changed] dns private_dns setdns private-dns set - Command has been changed.
  • [Changed] dns private_dns showdns private-dns show - Command has been changed.
  • [Changed] dns recordset createdns record create - Command has been changed.
  • [Changed] dns recordset deletedns record delete - Command has been changed.
  • [Changed] dns recordset listdns record list - Command has been changed.
    • Zone apex record name is displayed using @. notation.
  • [Changed] dns recordset showdns record show - Command has been changed.
  • [Changed] dns recordset updatedns record update - Command has been changed.
  • [New] dns private-dns activate - Command has been added.
  • [New] dns public-domain-name create - Command has been added.
  • [New] dns public-domain-name list - Command has been added.
  • [New] dns public-domain-name show - Command has been added.
  • [New] dns public-domain-name update - Command has been added.
  • [New] dns public-domain-name-info update - Command has been added.

1.0

DNS CLI has been released.

Changes

  • [New] dns hosted_zone create - Command has been added.
  • [New] dns hosted_zone delete - Command has been added.
  • [New] dns hosted_zone list - Command has been added.
  • [New] dns hosted_zone show - Command has been added.
  • [New] dns hosted_zone update - Command has been added.
  • [New] dns private_dns create - Command has been added.
  • [New] dns private_dns delete - Command has been added.
  • [New] dns private_dns list - Command has been added.
  • [New] dns private_dns set - Command has been added.
  • [New] dns private_dns show - Command has been added.
  • [New] dns recordset create - Command has been added.
  • [New] dns recordset delete - Command has been added.
  • [New] dns recordset list - Command has been added.
  • [New] dns recordset show - Command has been added.
  • [New] dns recordset update - Command has been added.

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)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
name
required
stringThe name of the private DNS.private-dns01

Responses

NameDescriptionExample
idThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210
auth_dns_nameThe authoritative DNS name of the private DNS.authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_idsThe list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe name of the private DNS.private-dns01
pool_idThe resource pool identifier associated with the private DNS.12345678-90ab-cdef-1234-567890abcdef
pool_nameThe name of the resource pool.private01-a1b2c3d4e5f6789012345678abcdef90
registered_regionThe region where the private DNS is registered.KR-WEST1
resolver_ipThe IP address of the DNS resolver.198.19.0.101
resolver_nameThe name of the DNS resolver.resolver-a1b2c3d4e5f6789012345678abcdef90
stateStateACTIVE

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 hosted zone that contains DNS records for managing domain name resolution.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
type
required
stringThe type of the hosted zone (e.g., public or private).private
name
required
stringThe domain name that a DNS service manages. all DNS records for that domain and its sub‑domains are stored and served within this hosted zone.my-zone.com
description
optional
stringDescriptionThis is description
private_dns_id
optional
stringThe DNS server ID for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value.fedcba9876543210fedcba9876543210
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idThe unique identifier of the hosted zone.3432012nfdksdf03ktrld9234lgfg
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
hosted_zone_typeThe type of the hosted zone (e.g., public or private).
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe domain name that a DNS service manages. all DNS records for that domain and its sub‑domains are stored and served within this hosted zone.my-zone.com
pool_idThe resource pool identifier associated with the hosted zone.12345678-90ab-cdef-1234-567890abcdef
private_dns_idThe DNS server ID for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value.fedcba9876543210fedcba9876543210
private_dns_nameThe DNS server name for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value.private-dns01
statusState
ttlThe Time-To-Live (TTL) value in seconds for DNS records in this 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 DNS record resource for managing domain name resolution.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringThe unique identifier of the hosted zone.3432012nfdksdf03ktrld9234lgfg
type
required
stringThe type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF).-
records
required
arrayA list of data for this record12345.ns.private.kr-west1.dev2.samsungsdscloud.com
name
required
stringThe name of the DNS record.test.app
description
optional
stringDescriptionThis is description
ttl
optional
integerThe Time-To-Live (TTL) value in seconds for the DNS record.3600

Responses

NameDescriptionExample
idThe unique identifier of the DNS record.6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
actionThe action performed on the DNS record.CREATE
created_atThe timestamp when the resource was created, in ISO 8601 format.2025-09-08T03:43:57Z
descriptionDescriptionThis is description
linksThe links related to the DNS record.
nameThe name of the DNS record.test.app
project_idThe project identifier associated with the DNS record.003dffc50eb123a1cbf4f2e5c71d4f15
recordsA list of data for this record[‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’]
statusThe current status of the DNS record.ACTIVE
ttlThe Time-To-Live (TTL) value in seconds for the DNS record.3600
typeThe type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF).A
updated_atThe timestamp when the resource was last updated, in ISO 8601 format.2026-02-09T08:00:40Z
versionThe version of the DNS record.1
zone_idID for the zone that contains this record3432012nfdksdf03ktrld9234lgfg
zone_nameThe name of the zone that contains this recordmy-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 a private DNS instance for managing internal DNS resolution.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
name
required
stringThe name of the private DNS.private-dns01
connected_vpc_ids
optional
arrayThe list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it.1234567890abcdef1234567890abcdef
description
optional
stringDescriptionThis is description
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210
auth_dns_nameThe authoritative DNS name of the private DNS.authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_idsThe list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe name of the private DNS.private-dns01
pool_idThe resource pool identifier associated with the private DNS.12345678-90ab-cdef-1234-567890abcdef
pool_nameThe name of the resource pool.private01-a1b2c3d4e5f6789012345678abcdef90
registered_regionThe region where the private DNS is registered.KR-WEST1
resolver_ipThe IP address of the DNS resolver.198.19.0.101
resolver_nameThe name of the DNS resolver.resolver-a1b2c3d4e5f6789012345678abcdef90
stateStateACTIVE

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 public domain name registration resource.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
register_telno
required
stringThe telephone number of the domain registrant.-
register_name_ko
required
stringThe name of the domain registrant in Korean.홍길동
register_name_en
required
stringThe name of the domain registrant in English.Hong Gildong
register_email
required
stringThe email address of the domain registrant.admin@example.com
postal_code
required
stringThe postal code for the domain registration.12345
overseas_third_address
required
stringThe third line of overseas address.NY 10001
overseas_second_address
required
stringThe second line of overseas address.New York
overseas_first_address
required
stringThe first line of overseas address.123 Main St
name
required
stringThe name of the public domain name.example.com
domestic_second_address_ko
required
stringThe second line of domestic address in Korean.서관 1층
domestic_second_address_en
required
stringThe second line of domestic address in English.West Campus 1F
domestic_first_address_ko
required
stringThe first line of domestic address in Korean.서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_first_address_en
required
stringThe first line of domestic address in English.125 Olympic-ro 35-gil, Songpa-gu, Seoul
address_type
required
stringThe type of address for the domain registration.-
auto_extension
optional
booleanIndicates whether automatic extension is enabled for the domain.True
description
optional
stringDescriptionThis is description
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543
address_typeThe type of address for the domain registration.DOMESTIC
auto_extensionIndicates whether automatic extension is enabled for the domain.True
created_atThe timestamp when the resource was created, in ISO 8601 format.2025-09-08T03:43:57Z
created_byThe user id that created the resource.504f24f8111e42e0578f367acd2a149f
descriptionDescriptionThis is description
domestic_address_enThe domestic address in English for the domain registration.West Campus 1F, 125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_address_koThe domestic address in Korean for the domain registration.서울특별시 송파구 올림픽로35길 125 (신천동), 서관 1층
domestic_first_address_enThe first line of domestic address in English.125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_first_address_koThe first line of domestic address in Korean.서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_second_address_enThe second line of domestic address in English.West Campus 1F
domestic_second_address_koThe second line of domestic address in Korean.서관 1층
expired_dateThe expiration date of the domain registration.2026-09-09T00:00:00Z
modified_atThe timestamp when the resource was last modified, in ISO 8601 format.2026-02-09T08:00:40Z
modified_byThe user id that last modified the resource.504f24f8111e42e0578f367acd2a149f
nameThe name of the public domain name.example.com
overseas_addressThe overseas address for the domain registration.123 Main St, New York, NY 10001
overseas_first_addressThe first line of overseas address.123 Main St
overseas_second_addressThe second line of overseas address.New York
overseas_third_addressThe third line of overseas address.NY 10001
postal_codeThe postal code for the domain registration.12345
register_emailThe email address of the domain registrant.admin@example.com
register_name_enThe name of the domain registrant in English.Hong Gildong
register_name_koThe name of the domain registrant in Korean.홍길동
register_telnoThe telephone number of the domain registrant.
start_dateThe start date of the domain registration.2025-09-09T00:00:00Z
statusThe current status of the public domain name.REGISTERED

1.6 - Delete Hosted Zone

1.6.1 - 1.3

scp-cli dns hosted-zone delete
--hosted_zone_id <value>

Description

Delete the hosted zone.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringThe unique identifier of the hosted zone.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 the DNS record resource.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
record_id
required
stringThe unique identifier of the DNS record.6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
hosted_zone_id
required
stringThe identifier of the hosted zone that contains this DNS record.3432012nfdksdf03ktrld9234lgfg

1.8 - Delete Private DNS

1.8.1 - 1.3

scp-cli dns private-dns delete
--private_dns_id <value>

Description

Delete the private DNS instance.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
private_dns_id
required
stringThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210

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

Provides a list of DNS records.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringThe unique identifier of the hosted zone.3432012nfdksdf03ktrld9234lgfg
limit
optional
integerThe maximum number of items to return.-
marker
optional
stringThe last record ID of the previous page.-
sort_dir
optional
stringThe sort direction for the list (ASC or DESC).-
sort_key
optional
stringThe field to sort by.-
name
optional
stringThe name of the DNS record.test.app
exact_name
optional
stringThe name of the DNS record.test.app
type
optional
stringThe type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF).A
data
optional
stringThe data to filter DNS records by.12345.ns.private.kr-west1.dev2.samsungsdscloud.com
status
optional
stringThe current status of the DNS record.ACTIVE
description
optional
stringDescriptionThis is description
ttl
optional
integerThe Time-To-Live (TTL) value in seconds for the DNS record.3600

Responses

NameDescriptionExample
idThe unique identifier of the DNS record.6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
actionThe action performed on the DNS record.CREATE
created_atThe timestamp when the resource was created, in ISO 8601 format.2025-09-08T03:43:57Z
descriptionDescriptionThis is description
linksThe links related to the DNS record.
nameThe name of the DNS record.test.app
project_idThe project identifier associated with the DNS record.003dffc50eb123a1cbf4f2e5c71d4f15
recordsA list of data for this record[‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’]
statusThe current status of the DNS record.ACTIVE
ttlThe Time-To-Live (TTL) value in seconds for the DNS record.3600
typeThe type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF).A
updated_atThe timestamp when the resource was last updated, in ISO 8601 format.2026-02-09T08:00:40Z
versionThe version of the DNS record.1
zone_idID for the zone that contains this record3432012nfdksdf03ktrld9234lgfg
zone_nameThe name of the zone that contains this recordmy-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

Provides a list of hosted zones.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringThe domain name that a DNS service manages. all DNS records for that domain and its sub‑domains are stored and served within this hosted zone.my-zone.com
type
optional
****The type of the hosted zone (e.g., public or private).-
status
optional
****The current status of the hosted zone (e.g., ACTIVE, CREATING, DELETING).-

Responses

NameDescriptionExample
idThe unique identifier of the hosted zone.3432012nfdksdf03ktrld9234lgfg
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
hosted_zone_typeThe type of the hosted zone (e.g., public or private).
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe domain name that a DNS service manages. all DNS records for that domain and its sub‑domains are stored and served within this hosted zone.my-zone.com
pool_idThe resource pool identifier associated with the hosted zone.12345678-90ab-cdef-1234-567890abcdef
private_dns_idThe DNS server ID for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value.fedcba9876543210fedcba9876543210
private_dns_nameThe DNS server name for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value.private-dns01
statusState
ttlThe Time-To-Live (TTL) value in seconds for DNS records in this 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

Provides a list of private DNS instances.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210
name
optional
stringThe name of the private DNS.private-dns01
vpc_id
optional
stringThe list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it.7df8abb4912e4709b1cb237daccca7a8
state
optional
****StateACTIVE

Responses

NameDescriptionExample
idThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210
auth_dns_nameThe authoritative DNS name of the private DNS.authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_idsThe list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe name of the private DNS.private-dns01
pool_idThe resource pool identifier associated with the private DNS.12345678-90ab-cdef-1234-567890abcdef
pool_nameThe name of the resource pool.private01-a1b2c3d4e5f6789012345678abcdef90
registered_regionThe region where the private DNS is registered.KR-WEST1
resolver_ipThe IP address of the DNS resolver.198.19.0.101
resolver_nameThe name of the DNS resolver.resolver-a1b2c3d4e5f6789012345678abcdef90
stateStateACTIVE

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

Provides a list of public domain names.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringThe name of the public domain name.example.com
created_by
optional
stringThe user id that created the resource.504f24f8111e42e0578f367acd2a149f

Responses

NameDescriptionExample
idThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543
created_atThe timestamp when the resource was created, in ISO 8601 format.2025-09-08T03:43:57Z
created_byThe user id that created the resource.504f24f8111e42e0578f367acd2a149f
expired_dateThe expiration date of the domain registration.2026-09-09T00:00:00Z
modified_atThe timestamp when the resource was last modified, in ISO 8601 format.2026-02-09T08:00:40Z
modified_byThe user id that last modified the resource.504f24f8111e42e0578f367acd2a149f
nameThe name of the public domain name.example.com
register_emailThe email address of the domain registrant.admin@example.com
start_dateThe start date of the domain registration.2025-09-09T00:00:00Z
statusThe current status of the public domain name.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 the hosted zone.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringThe unique identifier of the hosted zone.3432012nfdksdf03ktrld9234lgfg
description
optional
stringDescriptionThis 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 the DNS record values.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
record_id
required
stringThe unique identifier of the DNS record.6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
hosted_zone_id
required
stringThe identifier of the hosted zone that contains this DNS record.3432012nfdksdf03ktrld9234lgfg
records
optional
arrayA list of data for this record12345.ns.private.kr-west1.dev2.samsungsdscloud.com
ttl
optional
integerThe Time-To-Live (TTL) value in seconds for the DNS record.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 the private DNS connected VPC List.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
private_dns_id
required
stringThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210
connected_vpc_ids
optional
arrayThe list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it.1234567890abcdef1234567890abcdef
description
optional
stringDescriptionThis 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 the public domain name.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543
auto_extension
optional
booleanIndicates whether automatic extension is enabled for the domain.True
description
optional
stringDescriptionThis 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)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543
register_telno
required
stringThe telephone number of the domain registrant.-
register_email
required
stringThe email address of the domain registrant.admin@example.com
postal_code
required
stringThe postal code for the domain registration.12345
overseas_third_address
required
stringThe third line of overseas address.NY 10001
overseas_second_address
required
stringThe second line of overseas address.New York
overseas_first_address
required
stringThe first line of overseas address.123 Main St
domestic_second_address_ko
required
stringThe second line of domestic address in Korean.서관 1층
domestic_second_address_en
required
stringThe second line of domestic address in English.West Campus 1F
domestic_first_address_ko
required
stringThe first line of domestic address in Korean.서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_first_address_en
required
stringThe first line of domestic address in English.125 Olympic-ro 35-gil, Songpa-gu, Seoul
address_type
required
stringThe type of address for the domain registration.-

1.18 - Show Hosted Zone

1.18.1 - 1.3

scp-cli dns hosted-zone show
--hosted_zone_id <value>

Description

Provides details about a specific hosted zone.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringThe unique identifier of the hosted zone.3432012nfdksdf03ktrld9234lgfg

Responses

NameDescriptionExample
idThe unique identifier of the hosted zone.3432012nfdksdf03ktrld9234lgfg
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
hosted_zone_typeThe type of the hosted zone (e.g., public or private).
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe domain name that a DNS service manages. all DNS records for that domain and its sub‑domains are stored and served within this hosted zone.my-zone.com
pool_idThe resource pool identifier associated with the hosted zone.12345678-90ab-cdef-1234-567890abcdef
private_dns_idThe DNS server ID for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value.fedcba9876543210fedcba9876543210
private_dns_nameThe DNS server name for registering a Hosted Zone.For a Public‑type Hosted Zone, display it as an empty value.private-dns01
statusState
ttlThe Time-To-Live (TTL) value in seconds for DNS records in this 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

Provides details about a specific DNS record.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
record_id
required
stringThe unique identifier of the DNS record.6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
hosted_zone_id
required
stringThe identifier of the hosted zone that contains this DNS record.3432012nfdksdf03ktrld9234lgfg

Responses

NameDescriptionExample
idThe unique identifier of the DNS record.6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
actionThe action performed on the DNS record.CREATE
created_atThe timestamp when the resource was created, in ISO 8601 format.2025-09-08T03:43:57Z
descriptionDescriptionThis is description
linksThe links related to the DNS record.
nameThe name of the DNS record.test.app
project_idThe project identifier associated with the DNS record.003dffc50eb123a1cbf4f2e5c71d4f15
recordsA list of data for this record[‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’]
statusThe current status of the DNS record.ACTIVE
ttlThe Time-To-Live (TTL) value in seconds for the DNS record.3600
typeThe type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF).A
updated_atThe timestamp when the resource was last updated, in ISO 8601 format.2026-02-09T08:00:40Z
versionThe version of the DNS record.1
zone_idID for the zone that contains this record3432012nfdksdf03ktrld9234lgfg
zone_nameThe name of the zone that contains this recordmy-zone.com

1.20 - Show Private DNS

1.20.1 - 1.3

scp-cli dns private-dns show
--private_dns_id <value>

Description

Provides details about a specific private DNS.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
private_dns_id
required
stringThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210

Responses

NameDescriptionExample
idThe unique identifier of the private DNS.fedcba9876543210fedcba9876543210
auth_dns_nameThe authoritative DNS name of the private DNS.authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_idsThe list of VPC identifiers connected to this private DNS.Only VPCs that are connected to the DNS can query the domain information registered in it.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe name of the private DNS.private-dns01
pool_idThe resource pool identifier associated with the private DNS.12345678-90ab-cdef-1234-567890abcdef
pool_nameThe name of the resource pool.private01-a1b2c3d4e5f6789012345678abcdef90
registered_regionThe region where the private DNS is registered.KR-WEST1
resolver_ipThe IP address of the DNS resolver.198.19.0.101
resolver_nameThe name of the DNS resolver.resolver-a1b2c3d4e5f6789012345678abcdef90
stateStateACTIVE

1.21 - Show Public Domain Name

1.21.1 - 1.3

scp-cli dns public-domain-name show
--public_domain_id <value>

Description

Provides details about a specific public domain name.

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543

Responses

NameDescriptionExample
idThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543
address_typeThe type of address for the domain registration.DOMESTIC
auto_extensionIndicates whether automatic extension is enabled for the domain.True
created_atThe timestamp when the resource was created, in ISO 8601 format.2025-09-08T03:43:57Z
created_byThe user id that created the resource.504f24f8111e42e0578f367acd2a149f
descriptionDescriptionThis is description
domestic_address_enThe domestic address in English for the domain registration.West Campus 1F, 125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_address_koThe domestic address in Korean for the domain registration.서울특별시 송파구 올림픽로35길 125 (신천동), 서관 1층
domestic_first_address_enThe first line of domestic address in English.125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_first_address_koThe first line of domestic address in Korean.서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_second_address_enThe second line of domestic address in English.West Campus 1F
domestic_second_address_koThe second line of domestic address in Korean.서관 1층
expired_dateThe expiration date of the domain registration.2026-09-09T00:00:00Z
modified_atThe timestamp when the resource was last modified, in ISO 8601 format.2026-02-09T08:00:40Z
modified_byThe user id that last modified the resource.504f24f8111e42e0578f367acd2a149f
nameThe name of the public domain name.example.com
overseas_addressThe overseas address for the domain registration.123 Main St, New York, NY 10001
overseas_first_addressThe first line of overseas address.123 Main St
overseas_second_addressThe second line of overseas address.New York
overseas_third_addressThe third line of overseas address.NY 10001
postal_codeThe postal code for the domain registration.12345
register_emailThe email address of the domain registrant.admin@example.com
register_name_enThe name of the domain registrant in English.Hong Gildong
register_name_koThe name of the domain registrant in Korean.홍길동
register_telnoThe telephone number of the domain registrant.
start_dateThe start date of the domain registration.2025-09-09T00:00:00Z
statusThe current status of the public domain name.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 The Public Domain Name to other Account

State ACTIVE (CURRENT)

VersionNot Before
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543
type
required
stringTransfer operation typeREQUEST
target_account_id
optional
stringTarget account id (required when type=REQUEST)003dffc50eb123a1cbf4f2e5c71d4f15

Responses

NameDescriptionExample
idThe unique identifier of the public domain name.10fjkeweffpublicdomain3193rud543
auto_extensionIndicates whether automatic extension is enabled for the domain.True
created_atCreated At2024-05-17T00:23:17Z
created_byCreated By90dddfc2b1e04edba54ba2b41539a9ac
descriptionDescriptionThis is description
expired_dateThe expiration date of the domain registration.2026-09-09T00:00:00Z
modified_atModified At2024-05-17T00:23:17Z
modified_byModified By90dddfc2b1e04edba54ba2b41539a9ac
nameThe name of the public domain name.example.com
start_dateThe start date of the domain registration.2025-09-09T00:00:00Z
stateStateTRANSFER_REQUESTED