DNS
Overview
SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.
본 가이드는 DNS 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.
Version
| Version | Status | Supported Until |
|---|
| 1.0 | DEPRECATED | 20251231 |
| 1.1 | DEPRECATED | 20260331 |
| 1.2 | DEPRECATED | 20260331 |
| 1.3 | CURRENT | - |
1 - CLIs
1.1 - Activate Private DNS
1.1.1 - 1.3
scpcli dns private-dns activate
--name <value>
Description
Activate Private DNS
상태
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.1.2 - 1.2
scpcli dns private-dns activate
--name <value>
Description
Activate Private DNS
상태
ACTIVE (DEPRECATED)
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.1.3 - 1.1
scpcli dns private-dns activate
--name <value>
Description
Activate Private DNS
상태
ACTIVE (DEPRECATED)
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.1.4 - 1.0
scpcli dns private-dns activate
--name <value>
Description
Activate Private DNS
상태
ACTIVE (DEPRECATED)
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
scpcli dns hosted-zone create
--type <value>
--name <value>
[--description <value>]
[--private_dns_id <value>]
[--tags <value>]
Description
Create a new hosted zone.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
type required | string | Type of zone | - |
name required | string | name | my-zone.com |
description optional | string | description | This is description |
private_dns_id optional | string | Private DNS ID | - |
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.2.2 - 1.2
scpcli dns hosted-zone create
--name <value>
--email <value>
[--description <value>]
[--private_dns_id <value>]
[--tags <value>]
[--type <value>]
Description
Create a new hosted zone.
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | name | - |
email required | string | email | - |
description optional | string | description | - |
private_dns_id optional | string | Private DNS ID | - |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
type optional | string | Type of zone | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| private_dns_id | Private DNS ID | |
| private_dns_name | Private DNS Name | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.2.3 - 1.1
scpcli dns hosted-zone create
--name <value>
--email <value>
[--description <value>]
[--tags <value>]
[--type <value>]
Description
Create a new hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | name | - |
email required | string | email | - |
description optional | string | description | - |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
type optional | string | Type of zone | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.2.4 - 1.0
scpcli dns hosted-zone create
--name <value>
--email <value>
[--description <value>]
[--tags <value>]
[--type <value>]
Description
Create a new hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | name | - |
email required | string | email | - |
description optional | string | description | - |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
type optional | string | Type of zone | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.3 - Create Hosted Zone Record
1.3.1 - 1.3
scpcli 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
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
type required | string | Type of the record | - |
records required | array | A list of data for this record | - |
name required | string | name | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.4 - Create Private DNS
1.4.1 - 1.3
scpcli dns private-dns create
--name <value>
[--connected_vpc_ids <value>]
[--description <value>]
[--tags <value>]
Description
Create Private DNS
상태
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.4.2 - 1.2
scpcli dns private-dns create
--name <value>
[--connected_vpc_ids <value>]
[--description <value>]
[--tags <value>]
Description
Create Private DNS
상태
ACTIVE (DEPRECATED)
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.4.3 - 1.1
scpcli dns private-dns create
--name <value>
[--connected_vpc_ids <value>]
[--description <value>]
[--tags <value>]
Description
Create Private DNS
상태
ACTIVE (DEPRECATED)
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.4.4 - 1.0
scpcli dns private-dns create
--name <value>
[--connected_vpc_ids <value>]
[--description <value>]
[--tags <value>]
Description
Create Private DNS
상태
ACTIVE (DEPRECATED)
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
1.5.1 - 1.2
scpcli 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 record
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
register_telno required | string | Register telephone number | - |
register_name_ko required | string | Register Name Domestic | - |
register_name_en required | string | Register Name Overseas | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
name required | string | name | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.5.2 - 1.1
scpcli 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 record
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
register_telno required | string | Register telephone number | - |
register_name_ko required | string | Register Name Domestic | - |
register_name_en required | string | Register Name Overseas | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
name required | string | name | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.5.3 - 1.0
scpcli 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 record
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
register_telno required | string | Register telephone number | - |
register_name_ko required | string | Register Name Domestic | - |
register_name_en required | string | Register Name Overseas | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
name required | string | name | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.6 - Create Public Domain Name
1.6.1 - 1.3
scpcli 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
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
register_telno required | string | Register telephone number | - |
register_name_ko required | string | Register Name Domestic | - |
register_name_en required | string | Register Name Overseas | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
name required | string | name | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.7 - Create Record
1.7.1 - 1.2
scpcli dns 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
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
type required | string | Type of the record | - |
records required | array | A list of data for this record | - |
name required | string | name | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.7.2 - 1.1
scpcli dns 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
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
type required | string | Type of the record | - |
records required | array | A list of data for this record | - |
name required | string | name | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.7.3 - 1.0
scpcli dns 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
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
type required | string | Type of the record | - |
records required | array | A list of data for this record | - |
name required | string | name | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.8 - Delete Hosted Zone
1.8.1 - 1.3
scpcli dns hosted-zone delete
--hosted_zone_id <value>
Description
Delete a hosted zone
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
1.8.2 - 1.2
scpcli dns hosted-zone delete
--hosted_zone_id <value>
Description
Delete a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
1.8.3 - 1.1
scpcli dns hosted-zone delete
--hosted_zone_id <value>
Description
Delete a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
1.8.4 - 1.0
scpcli dns hosted-zone delete
--hosted_zone_id <value>
Description
Delete a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
1.9 - Delete Hosted Zone Record
1.9.1 - 1.3
scpcli dns hosted-zone-record delete
--record_id <value>
--hosted_zone_id <value>
Description
Delete hosted zone record
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
1.10 - Delete Private DNS
1.10.1 - 1.3
scpcli dns private-dns delete
--private_dns_id <value>
Description
Delete Private DNS
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_dns_id required | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
1.10.2 - 1.2
scpcli dns private-dns delete
--private_dns_id <value>
Description
Delete Private DNS
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
private_dns_id required | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
1.10.3 - 1.1
scpcli dns private-dns delete
--private_dns_id <value>
Description
Delete Private DNS
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
private_dns_id required | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
1.10.4 - 1.0
scpcli dns private-dns delete
--private_dns_id <value>
Description
Delete Private DNS
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
private_dns_id required | string | Private DNS ID | 10fjkewefprivatedns3193rud543 |
1.11 - Delete Record
1.11.1 - 1.2
scpcli dns record delete
--record_id <value>
--hosted_zone_id <value>
Description
Delete a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
1.11.2 - 1.1
scpcli dns record delete
--record_id <value>
--hosted_zone_id <value>
Description
Delete a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
1.11.3 - 1.0
scpcli dns record delete
--record_id <value>
--hosted_zone_id <value>
Description
Delete a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
1.12 - Get Public Domain Detail
1.12.1 - 1.2
scpcli dns public-domain-name show
--public_domain_id <value>
Description
Retrieve detailed information for a specific public domain by ID
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.12.2 - 1.1
scpcli dns public-domain-name show
--public_domain_id <value>
Description
Retrieve detailed information for a specific public domain by ID
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.12.3 - 1.0
scpcli dns public-domain-name show
--public_domain_id <value>
Description
Retrieve detailed information for a specific public domain by ID
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.13 - List Hosted Zone Records
1.13.1 - 1.3
scpcli 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
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
limit optional | integer | limit | - |
marker optional | string | marker | - |
sort_dir optional | string | sort direction | - |
sort_key optional | string | sort key | - |
name optional | string | name | - |
exact_name optional | string | name | - |
type optional | string | Type of the record | - |
data optional | string | Record data | - |
status optional | string | The status | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | A list of data for this record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.14 - List Hosted Zones
1.14.1 - 1.3
scpcli dns hosted-zone list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--type <value>]
[--status <value>]
Description
Return list of hosted zones
상태
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.14.2 - 1.2
scpcli dns hosted-zone list
[--name <value>]
[--exact_name <value>]
[--type <value>]
[--email <value>]
[--status <value>]
[--description <value>]
[--ttl <value>]
[--page <value>]
[--size <value>]
[--sort <value>]
Description
Return list of hosted zones
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
name optional | string | name | - |
exact_name optional | string | name | - |
type optional | string | Type of zone | - |
email optional | string | email | - |
status optional | string | The status | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
page optional | integer | Page | - |
size optional | integer | Size | - |
sort optional | string | Sort | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| private_dns_id | Private DNS ID | |
| private_dns_name | Private DNS Name | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.14.3 - 1.1
scpcli dns hosted-zone list
[--name <value>]
[--exact_name <value>]
[--type <value>]
[--email <value>]
[--status <value>]
[--description <value>]
[--ttl <value>]
[--page <value>]
[--size <value>]
[--sort <value>]
Description
Return list of hosted zones
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
name optional | string | name | - |
exact_name optional | string | name | - |
type optional | string | Type of zone | - |
email optional | string | email | - |
status optional | string | The status | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
page optional | integer | Page | - |
size optional | integer | Size | - |
sort optional | string | Sort | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.14.4 - 1.0
scpcli dns hosted-zone list
[--limit <value>]
[--marker <value>]
[--sort_dir <value>]
[--sort_key <value>]
[--name <value>]
[--exact_name <value>]
[--type <value>]
[--email <value>]
[--status <value>]
[--description <value>]
[--ttl <value>]
Description
Return list of hosted zones
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
limit optional | integer | limit | - |
marker optional | string | marker | - |
sort_dir optional | string | sort direction | - |
sort_key optional | string | sort key | - |
name optional | string | name | - |
exact_name optional | string | name | - |
type optional | string | Type of zone | - |
email optional | string | email | - |
status optional | string | The status | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.15 - List Private DNS
1.15.1 - 1.3
scpcli dns private-dns list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--state <value>]
Description
List all Private DNS
상태
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.15.2 - 1.2
scpcli dns private-dns list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--state <value>]
Description
List all Private DNS
상태
ACTIVE (DEPRECATED)
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.15.3 - 1.1
scpcli dns private-dns list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--state <value>]
Description
List all Private DNS
상태
ACTIVE (DEPRECATED)
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.15.4 - 1.0
scpcli dns private-dns list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--state <value>]
Description
List all Private DNS
상태
ACTIVE (DEPRECATED)
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.16 - List Public Domain Names
1.16.1 - 1.3
scpcli dns public-domain-name list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--created_by <value>]
Description
Return list of Public Domain Names
상태
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 | - |
created_by optional | string | Created By_ | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| created_at | Start date | |
| created_by | Start date | |
| expired_date | Expired date | |
| modified_at | Start date | |
| modified_by | Start date | |
| name | name | |
| register_email | Register email | |
| start_date | Start date | |
| status | The status | |
1.17 - List Public Domains
1.17.1 - 1.2
scpcli dns public-domain-name list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--created_by <value>]
Description
List all Public Domains
상태
ACTIVE (DEPRECATED)
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 | - |
created_by optional | string | Created By_ | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| created_at | Start date | |
| created_by | Start date | |
| expired_date | Expired date | |
| modified_at | Start date | |
| modified_by | Start date | |
| name | name | |
| register_email | Register email | |
| start_date | Start date | |
| status | The status | |
1.17.2 - 1.1
scpcli dns public-domain-name list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--created_by <value>]
Description
List all Public Domains
상태
ACTIVE (DEPRECATED)
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 | - |
created_by optional | string | Created By_ | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| created_at | Start date | |
| created_by | Start date | |
| expired_date | Expired date | |
| modified_at | Start date | |
| modified_by | Start date | |
| name | name | |
| register_email | Register email | |
| start_date | Start date | |
| status | The status | |
1.17.3 - 1.0
scpcli dns public-domain-name list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--created_by <value>]
Description
List all Public Domains
상태
ACTIVE (DEPRECATED)
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 | - |
created_by optional | string | Created By_ | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| created_at | Start date | |
| created_by | Start date | |
| expired_date | Expired date | |
| modified_at | Start date | |
| modified_by | Start date | |
| name | name | |
| register_email | Register email | |
| start_date | Start date | |
| status | The status | |
1.18 - List Records
1.18.1 - 1.2
scpcli dns 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 recordset list in a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
limit optional | integer | limit | - |
marker optional | string | marker | - |
sort_dir optional | string | sort direction | - |
sort_key optional | string | sort key | - |
name optional | string | name | - |
exact_name optional | string | name | - |
type optional | string | Type of the record | - |
data optional | string | Record data | - |
status optional | string | The status | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | A list of data for this record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.18.2 - 1.1
scpcli dns 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 recordset list in a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
limit optional | integer | limit | - |
marker optional | string | marker | - |
sort_dir optional | string | sort direction | - |
sort_key optional | string | sort key | - |
name optional | string | name | - |
exact_name optional | string | name | - |
type optional | string | Type of the record | - |
data optional | string | Record data | - |
status optional | string | The status | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | A list of data for this record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.18.3 - 1.0
scpcli dns 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 recordset list in a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
limit optional | integer | limit | - |
marker optional | string | marker | - |
sort_dir optional | string | sort direction | - |
sort_key optional | string | sort key | - |
name optional | string | name | - |
exact_name optional | string | name | - |
type optional | string | Type of the record | - |
data optional | string | Record data | - |
status optional | string | The status | - |
description optional | string | description | - |
ttl optional | integer | TTL for the zone. | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | A list of data for this record | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.19 - Set Hosted Zone Record
1.19.1 - 1.3
scpcli dns hosted-zone-record set
--record_id <value>
--hosted_zone_id <value>
[--records <value>]
[--ttl <value>]
Description
Update Hosted Zone record
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
records optional | array | A list of data for this record | - |
ttl optional | integer | TTL for the record | - |
1.20 - Set Private DNS
1.20.1 - 1.3
scpcli dns private-dns set
--private_dns_id <value>
[--connected_vpc_ids <value>]
[--description <value>]
Description
Update Private DNS
상태
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.20.2 - 1.2
scpcli dns private-dns set
--private_dns_id <value>
[--connected_vpc_ids <value>]
[--description <value>]
Description
Update Private DNS
상태
ACTIVE (DEPRECATED)
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.20.3 - 1.1
scpcli dns private-dns set
--private_dns_id <value>
[--connected_vpc_ids <value>]
[--description <value>]
Description
Update Private DNS
상태
ACTIVE (DEPRECATED)
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.20.4 - 1.0
scpcli dns private-dns set
--private_dns_id <value>
[--connected_vpc_ids <value>]
[--description <value>]
Description
Update Private DNS
상태
ACTIVE (DEPRECATED)
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.21 - Set Public Domain Name
1.21.1 - 1.3
scpcli dns public-domain-name update
--public_domain_id <value>
[--auto_extension <value>]
[--description <value>]
Description
Update Public Domain Name
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
1.22 - Set Public Domain Name Whois Info
1.22.1 - 1.3
scpcli 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
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
register_telno required | string | Register telephone number | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |
1.23 - Show Hosted Zone
1.23.1 - 1.3
scpcli dns hosted-zone show
--hosted_zone_id <value>
Description
Return details of a hosted zone.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
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.23.2 - 1.2
scpcli dns hosted-zone show
--hosted_zone_id <value>
Description
Return details of a hosted zone.
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| private_dns_id | Private DNS ID | |
| private_dns_name | Private DNS Name | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.23.3 - 1.1
scpcli dns hosted-zone show
--hosted_zone_id <value>
Description
Return details of a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.23.4 - 1.0
scpcli dns hosted-zone show
--hosted_zone_id <value>
Description
Return details of a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| attributes | Key:Value pairs of information about this zone | |
| created_at | Created Date | |
| description | description | |
| email | email | |
| hosted_zone_type | Hosted Zone type | |
| links | Links to resource | |
| masters | The servers to slave from to get DNS information | |
| name | name | |
| pool_id | Designate Pool ID | |
| project_id | ProjectID | |
| serial | serial number | |
| shared | True if the zone is shared with another account | |
| status | The status | |
| transferred_at | The last time an update was retrieved from the master servers | |
| ttl | TTL for the zone. | |
| type | Type of zone | |
| updated_at | Updated Date | |
| version | Version | |
1.24 - Show Hosted Zone Record
1.24.1 - 1.3
scpcli dns hosted-zone-record show
--record_id <value>
--hosted_zone_id <value>
Description
Get details of a hosted zone record
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record. | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.25 - Show Private DNS
1.25.1 - 1.3
scpcli dns private-dns show
--private_dns_id <value>
Description
Show Private DNS
상태
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.25.2 - 1.2
scpcli dns private-dns show
--private_dns_id <value>
Description
Show Private DNS
상태
ACTIVE (DEPRECATED)
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.25.3 - 1.1
scpcli dns private-dns show
--private_dns_id <value>
Description
Show Private DNS
상태
ACTIVE (DEPRECATED)
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.25.4 - 1.0
scpcli dns private-dns show
--private_dns_id <value>
Description
Show Private DNS
상태
ACTIVE (DEPRECATED)
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.26 - Show Public Domain Name
1.26.1 - 1.3
scpcli dns public-domain-name show
--public_domain_id <value>
Description
Return details of a public domain name
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| address_type | Address type | |
| auto_extension | Auto extension flag | |
| created_at | Created Date | |
| created_by | Created By_ | |
| description | description | |
| domestic_address_en | Domestic Address (EN) | |
| domestic_address_ko | Domestic Address (KO) | |
| domestic_first_address_en | Domestic first address (EN) | |
| domestic_first_address_ko | Domestic first address (KO) | |
| domestic_second_address_en | Domestic second address (EN) | |
| domestic_second_address_ko | Domestic second address (KO) | |
| expired_date | Expired date | |
| modified_at | Modified Date | |
| modified_by | Modified By_ | |
| name | Public Domain Name | |
| overseas_address | Overseas Address | |
| overseas_first_address | Overseas address - Address | |
| overseas_second_address | Overseas address - City | |
| overseas_third_address | Overseas address - State & Country | |
| postal_code | Postal code | |
| register_email | Register email | |
| register_name_en | Register Name Overseas | |
| register_name_ko | Register Name Domestic | |
| register_telno | Register telephone number | |
| start_date | Start date | |
| status | The status | |
1.27 - Show Record
1.27.1 - 1.2
scpcli dns record show
--record_id <value>
--hosted_zone_id <value>
Description
Get details of a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record. | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.27.2 - 1.1
scpcli dns record show
--record_id <value>
--hosted_zone_id <value>
Description
Get details of a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record. | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.27.3 - 1.0
scpcli dns record show
--record_id <value>
--hosted_zone_id <value>
Description
Get details of a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
Responses
| Name | Description | Example |
|---|
| id | Id | |
| action | current action in progress | |
| created_at | Created Date | |
| description | description | |
| links | Links to resource | |
| name | name | |
| project_id | ProjectID | |
| records | records for the record. | |
| status | The status | |
| ttl | TTL for the zone. | |
| type | Type of the record | |
| updated_at | Updated Date | |
| version | Version | |
| zone_id | ID for the zone that contains this record | |
| zone_name | The name of the zone that contains this record | |
1.28 - Transfer Public Domain Name
1.28.1 - 1.3
scpcli dns public-domain-name-transfer update
--public_domain_id <value>
--type <value>
[--target_account_id <value>]
Description
Transfer Public Domain Name
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
type required | string | Transfer operation type | - |
target_account_id optional | string | Target account id (required when type=REQUEST) | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| auto_extension | Auto extension flag | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | description | |
| expired_date | Expired date | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Public Domain Name | |
| start_date | Start date | |
| state | State | |
1.29 - Update auto_extension or description
1.29.1 - 1.2
scpcli dns public-domain-name update
--public_domain_id <value>
[--auto_extension <value>]
[--description <value>]
Description
Update auto_extension or description of a Public Domain
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
1.29.2 - 1.1
scpcli dns public-domain-name update
--public_domain_id <value>
[--auto_extension <value>]
[--description <value>]
Description
Update auto_extension or description of a Public Domain
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
1.29.3 - 1.0
scpcli dns public-domain-name update
--public_domain_id <value>
[--auto_extension <value>]
[--description <value>]
Description
Update auto_extension or description of a Public Domain
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
auto_extension optional | boolean | Auto extension flag | - |
description optional | string | description | - |
1.30 - Update Hosted Zone
1.30.1 - 1.3
scpcli dns hosted-zone set
--hosted_zone_id <value>
[--description <value>]
Description
Update a hosted zone.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
description optional | string | description | This is description |
1.30.2 - 1.2
scpcli dns hosted-zone update
--hosted_zone_id <value>
[--description <value>]
[--email <value>]
Description
Update a hosted zone.
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
description optional | string | description | - |
email optional | string | email | - |
1.30.3 - 1.1
scpcli dns hosted-zone update
--hosted_zone_id <value>
[--description <value>]
[--email <value>]
Description
Update a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
description optional | string | description | - |
email optional | string | email | - |
1.30.4 - 1.0
scpcli dns hosted-zone update
--hosted_zone_id <value>
[--description <value>]
[--email <value>]
Description
Update a hosted zone
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
hosted_zone_id required | string | Id | - |
description optional | string | description | - |
email optional | string | email | - |
1.31 - Update Record
1.31.1 - 1.2
scpcli dns record update
--record_id <value>
--hosted_zone_id <value>
[--records <value>]
[--ttl <value>]
Description
Update a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
records optional | array | A list of data for this record | - |
ttl optional | integer | TTL for the record | - |
1.31.2 - 1.1
scpcli dns record update
--record_id <value>
--hosted_zone_id <value>
[--records <value>]
[--ttl <value>]
Description
Update a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
records optional | array | A list of data for this record | - |
ttl optional | integer | TTL for the record | - |
1.31.3 - 1.0
scpcli dns record update
--record_id <value>
--hosted_zone_id <value>
[--records <value>]
[--ttl <value>]
Description
Update a recordset
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
record_id required | string | Record ID | - |
hosted_zone_id required | string | Zone ID | - |
records optional | array | A list of data for this record | - |
ttl optional | integer | TTL for the record | - |
1.32 - Update WHOIS info for Public Domain
1.32.1 - 1.2
scpcli 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 WHOIS information and sync with DB for a public domain
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
register_telno required | string | Register telephone number | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |
1.32.2 - 1.1
scpcli 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 WHOIS information and sync with DB for a public domain
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
register_telno required | string | Register telephone number | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |
1.32.3 - 1.0
scpcli 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 WHOIS information and sync with DB for a public domain
상태
ACTIVE (DEPRECATED)
Parameters
| Name | Type | Description | Example |
|---|
public_domain_id required | string | Id | - |
register_telno required | string | Register telephone number | - |
register_email required | string | Register email | - |
postal_code required | string | Postal code | - |
overseas_third_address required | string | Overseas address - State & Country | - |
overseas_second_address required | string | Overseas address - City | - |
overseas_first_address required | string | Overseas address - Address | - |
domestic_second_address_ko required | string | Domestic second address (KO) | - |
domestic_second_address_en required | string | Domestic second address (EN) | - |
domestic_first_address_ko required | string | Domestic first address (KO) | - |
domestic_first_address_en required | string | Domestic first address (EN) | - |
address_type required | string | Address type | - |