Networking

1 - Direct Connect

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 Direct Connect 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.2CURRENT-
1.1SUPPORTED20270131
1.0SUPPORTED20261130

CLI Version History

1.2

Multi AZ 기능이 추가됩니다.

변경사항

  • [변경] direct-connect direct-connect create - 요청 및 응답 시, 아래와 같은 필드가 추가됩니다.
    • uplink_active_zone
    • uplink_standby_zone
  • [변경] direct-connect direct-connect show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • uplink_active_zone
    • uplink_standby_zone
  • [변경] direct-connect direct-connect set - 호환성 대비를 위해 응답을 축소합니다.(요청한 값만 포함되도록 변경).

1.1

목록 API 페이징방식이 변경되었습니다.

변경사항

  • [변경] direct-connect direct-connect list - 요청 및 응답 시, 아래와 같은 필드가 변경 됩니다.
    • 삭제 : limit, marker
    • 추가 : size, page
  • [변경] direct-connect routing-rule list - 요청 및 응답 시, 아래와 같은 필드가 변경 됩니다.
    • 삭제 : limit, marker
    • 추가 : size, page

1.0

Direct Connect CLI가 출시되었습니다.

변경사항

  • [신규] direct-connect direct-connect create - 명령어가 추가되었습니다.
  • [신규] direct-connect direct-connect delete - 명령어가 추가되었습니다.
  • [신규] direct-connect direct-connect list - 명령어가 추가되었습니다.
  • [신규] direct-connect direct-connect set - 명령어가 추가되었습니다.
  • [신규] direct-connect direct-connect show - 명령어가 추가되었습니다.
  • [신규] direct-connect routing-rule create - 명령어가 추가되었습니다.
  • [신규] direct-connect routing-rule delete - 명령어가 추가되었습니다.
  • [신규] direct-connect routing-rule list - 명령어가 추가되었습니다.

1.1 - CLIs

1.1.1 - Create Direct Connect

1.1.1.1 - 1.2

scp-cli direct-connect direct-connect create
--vpc_id <value>
--name <value>
--bandwidth <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]
[--uplink_active_zone <value>]
[--uplink_standby_zone <value>]

Description

Direct Connect를 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
name
required
stringDirect Connect명DirectConnectName
bandwidth
required
integer포트용량1
description
optional
stringDirect Connect 설명Direct-connect Description
firewall_enabled
optional
booleanFirewall 사용True
firewall_loggable
optional
boolean방화벽 로깅 가능True
tags
optional
array태그 목록'{"key": "", "value": ""}'
uplink_active_zone
optional
stringUplink Active Zonekr-west1-a
uplink_standby_zone
optional
stringUplink Standby Zonekr-west1-b

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
uplink_active_zoneUplink Active Zonekr-west1-a
uplink_standby_zoneUplink Standby Zonekr-west1-b
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.1.2 - 1.1

scp-cli direct-connect direct-connect create
--vpc_id <value>
--name <value>
--bandwidth <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]

Description

Direct Connect를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
name
required
stringDirect Connect명DirectConnectName
bandwidth
required
integer포트용량1
description
optional
stringDirect Connect 설명Direct-connect Description
firewall_enabled
optional
booleanFirewall 사용True
firewall_loggable
optional
boolean방화벽 로깅 가능True
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.1.3 - 1.0

scp-cli direct-connect direct-connect create
--vpc_id <value>
--name <value>
--bandwidth <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]

Description

Direct Connect를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
name
required
stringDirect Connect명DirectConnectName
bandwidth
required
integer포트용량1
description
optional
stringDirect Connect 설명Direct-connect Description
firewall_enabled
optional
booleanFirewall 사용True
firewall_loggable
optional
boolean방화벽 로깅 가능True
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.2 - Create Routing Rule

1.1.2.1 - 1.2

scp-cli direct-connect routing-rule create
--direct_connect_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
[--destination_resource_id <value>]

Description

Routing Rule을 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
destination_type
required
string목적지 타입ON_PREMISE
destination_cidr
required
string목적지 CIDR11.11.11.0/24
description
optional
string설명TransitGateway Description
destination_resource_id
optional
string목적지 자원 IDbe3c84238562488e81e4e0675f86be62

Responses

NameDescriptionExample
idRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명TransitGateway Description
destination_cidr목적지 CIDR11.11.11.0/24
destination_resource_id목적지 자원 IDbe3c84238562488e81e4e0675f86be62
destination_resource_name목적지 자원명ResourceName
destination_type목적지 타입ON_PREMISE
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
owner_idRouting Rule 소유자 IDcd1610830b9046418e4bc67831c533e6
owner_typeRouting Rule 소유자 타입DIRECT_CONNECT
state상태ACTIVE

1.1.2.2 - 1.1

scp-cli direct-connect routing-rule create
--direct_connect_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
[--destination_resource_id <value>]

Description

Routing Rule을 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
destination_type
required
string목적지 타입ON_PREMISE
destination_cidr
required
string목적지 CIDR11.11.11.0/24
description
optional
string설명TransitGateway Description
destination_resource_id
optional
string목적지 자원 IDbe3c84238562488e81e4e0675f86be62

Responses

NameDescriptionExample
idRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명TransitGateway Description
destination_cidr목적지 CIDR11.11.11.0/24
destination_resource_id목적지 자원 IDbe3c84238562488e81e4e0675f86be62
destination_resource_name목적지 자원명ResourceName
destination_type목적지 타입ON_PREMISE
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
owner_idRouting Rule 소유자 IDcd1610830b9046418e4bc67831c533e6
owner_typeRouting Rule 소유자 타입DIRECT_CONNECT
state상태ACTIVE

1.1.2.3 - 1.0

scp-cli direct-connect routing-rule create
--direct_connect_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
[--destination_resource_id <value>]

Description

Routing Rule을 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
destination_type
required
string목적지 타입ON_PREMISE
destination_cidr
required
string목적지 CIDR11.11.11.0/24
description
optional
string설명TransitGateway Description
destination_resource_id
optional
string목적지 자원 IDbe3c84238562488e81e4e0675f86be62

Responses

NameDescriptionExample
idRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명TransitGateway Description
destination_cidr목적지 CIDR11.11.11.0/24
destination_resource_id목적지 자원 IDbe3c84238562488e81e4e0675f86be62
destination_resource_name목적지 자원명ResourceName
destination_type목적지 타입ON_PREMISE
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
owner_idRouting Rule 소유자 IDcd1610830b9046418e4bc67831c533e6
owner_typeRouting Rule 소유자 타입DIRECT_CONNECT
state상태ACTIVE

1.1.3 - Delete Direct Connect

1.1.3.1 - 1.2

scp-cli direct-connect direct-connect delete
--direct_connect_id <value>

Description

Direct Connect를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

1.1.3.2 - 1.1

scp-cli direct-connect direct-connect delete
--direct_connect_id <value>

Description

Direct Connect를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

1.1.3.3 - 1.0

scp-cli direct-connect direct-connect delete
--direct_connect_id <value>

Description

Direct Connect를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

1.1.4 - Delete Routing Rule

1.1.4.1 - 1.2

scp-cli direct-connect routing-rule delete
--routing_rule_id <value>
--direct_connect_id <value>

Description

Routing Rule을 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

1.1.4.2 - 1.1

scp-cli direct-connect routing-rule delete
--routing_rule_id <value>
--direct_connect_id <value>

Description

Routing Rule을 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

1.1.4.3 - 1.0

scp-cli direct-connect routing-rule delete
--routing_rule_id <value>
--direct_connect_id <value>

Description

Routing Rule을 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

1.1.5 - List Direct Connects

1.1.5.1 - 1.2

scp-cli direct-connect direct-connect list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Direct Connect 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
name
optional
stringDirect Connect명DirectConnectName
state
optional
****상태ACTIVE
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.5.2 - 1.1

scp-cli direct-connect direct-connect list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Direct Connect 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
name
optional
stringDirect Connect명DirectConnectName
state
optional
****상태ACTIVE
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.5.3 - 1.0

scp-cli direct-connect direct-connect list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Direct Connect 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
name
optional
stringDirect Connect명DirectConnectName
state
optional
****상태ACTIVE
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.6 - List Routing Rules

1.1.6.1 - 1.2

scp-cli direct-connect routing-rule list
--direct_connect_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]

Description

Routing Rule 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
destination_type
optional
****목적지 타입ON_PREMISE
destination_cidr
optional
string목적지 CIDR11.11.11.0/24
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명TransitGateway Description
destination_cidr목적지 CIDR11.11.11.0/24
destination_resource_id목적지 자원 IDbe3c84238562488e81e4e0675f86be62
destination_resource_name목적지 자원명ResourceName
destination_type목적지 타입ON_PREMISE
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
owner_idRouting Rule 소유자 IDcd1610830b9046418e4bc67831c533e6
owner_typeRouting Rule 소유자 타입DIRECT_CONNECT
state상태ACTIVE

1.1.6.2 - 1.1

scp-cli direct-connect routing-rule list
--direct_connect_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]

Description

Routing Rule 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
destination_type
optional
****목적지 타입ON_PREMISE
destination_cidr
optional
string목적지 CIDR11.11.11.0/24
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명TransitGateway Description
destination_cidr목적지 CIDR11.11.11.0/24
destination_resource_id목적지 자원 IDbe3c84238562488e81e4e0675f86be62
destination_resource_name목적지 자원명ResourceName
destination_type목적지 타입ON_PREMISE
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
owner_idRouting Rule 소유자 IDcd1610830b9046418e4bc67831c533e6
owner_typeRouting Rule 소유자 타입DIRECT_CONNECT
state상태ACTIVE

1.1.6.3 - 1.0

scp-cli direct-connect routing-rule list
--direct_connect_id <value>
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]

Description

Routing Rule 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
destination_type
optional
****목적지 타입ON_PREMISE
destination_cidr
optional
string목적지 CIDR11.11.11.0/24
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idRouting Rule IDc8980aa2bf1e43c9998682f7baaf1c46
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명TransitGateway Description
destination_cidr목적지 CIDR11.11.11.0/24
destination_resource_id목적지 자원 IDbe3c84238562488e81e4e0675f86be62
destination_resource_name목적지 자원명ResourceName
destination_type목적지 타입ON_PREMISE
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
owner_idRouting Rule 소유자 IDcd1610830b9046418e4bc67831c533e6
owner_typeRouting Rule 소유자 타입DIRECT_CONNECT
state상태ACTIVE

1.1.7 - Set Direct Connect

1.1.7.1 - 1.2

scp-cli direct-connect direct-connect set
--direct_connect_id <value>
--description <value>

Description

Direct Connect를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
description
required
stringDirect Connect 설명Direct-connect Description

1.1.7.2 - 1.1

scp-cli direct-connect direct-connect set
--direct_connect_id <value>
--description <value>

Description

Direct Connect를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
description
required
stringDirect Connect 설명Direct-connect Description

1.1.7.3 - 1.0

scp-cli direct-connect direct-connect set
--direct_connect_id <value>
--description <value>

Description

Direct Connect를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
description
required
stringDirect Connect 설명Direct-connect Description

1.1.8 - Show Direct Connect

1.1.8.1 - 1.2

scp-cli direct-connect direct-connect show
--direct_connect_id <value>

Description

Direct Connect를 상세조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
uplink_active_zoneUplink Active Zonekr-west1-a
uplink_standby_zoneUplink Standby Zonekr-west1-b
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.8.2 - 1.1

scp-cli direct-connect direct-connect show
--direct_connect_id <value>

Description

Direct Connect를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120270131

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

1.1.8.3 - 1.0

scp-cli direct-connect direct-connect show
--direct_connect_id <value>

Description

Direct Connect를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261130

Parameters

NameTypeDescriptionExample
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidth포트용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDirect Connect 설명fe860e0af0c04dcd8182b84f907f31f4
firewall_idFirewall IDdffc455f1bd14e0594e4faa638aac3a1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDirect Connect명DirectConnectName
state상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

2 - DNS

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 DNS 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.3CURRENT-

CLI Version History

1.3

  • DNS CLI가 1.3 버전으로 업데이트 되었습니다.
  • DNS CLI 1.0-1.2 버전은 DEPRECATED 되었습니다.

변경사항

  • [변경] dns hosted-zone create - 명령어가 변경되었습니다.
    • 실행 시, --email 옵션이 삭제되었습니다.
  • [변경] dns hosted-zone show - 명령어가 변경되었습니다.
    • 출력 시, email 필드가 삭제되었습니다.
  • [변경] dns hosted-zone updatedns hosted-zone set - 명령어가 변경되었습니다.
    • 실행 시, --email 옵션이 삭제되었습니다.
  • [변경] dns hosted-zone-record list - 명령어가 변경되었습니다.
    • Zone apex 레코드 이름이 원본 그대로 표시됩니다 (@. 표기법 미사용).
  • [변경] dns record createdns hosted-zone-record create - 명령어가 변경되었습니다.
  • [변경] dns record deletedns hosted-zone-record delete - 명령어가 변경되었습니다.
  • [변경] dns record listdns hosted-zone-record list - 명령어가 변경되었습니다.
  • [변경] dns record showdns hosted-zone-record show - 명령어가 변경되었습니다.
  • [변경] dns record updatedns hosted-zone-record set - 명령어가 변경되었습니다.
  • [신규] dns public-domain-name-transfer update - 명령어가 추가되었습니다.

1.2

DNS CLI가 1.2 버전으로 업데이트 되었습니다.

변경사항

  • [변경] dns hosted-zone list - 명령어가 변경되었습니다.
    • 출력 시, 아래와 같은 필드가 추가됩니다.:
      • private_dns_name (Private DNS 이름 조회)
  • [변경] dns hosted-zone show - 명령어가 변경되었습니다.
    • 출력 시, 아래와 같은 필드가 추가됩니다.:
      • private_dns_name (Private DNS 이름 조회)

1.1

DNS CLI가 1.1 버전으로 업데이트 되었습니다.

변경사항

  • [변경] dns hosted_zone createdns hosted-zone create - 명령어가 변경되었습니다.
  • [변경] dns hosted_zone deletedns hosted-zone delete - 명령어가 변경되었습니다.
  • [변경] dns hosted_zone listdns hosted-zone list - 명령어가 변경되었습니다.
  • [변경] dns hosted_zone showdns hosted-zone show - 명령어가 변경되었습니다.
  • [변경] dns hosted_zone updatedns hosted-zone update - 명령어가 변경되었습니다.
  • [변경] dns private_dns createdns private-dns create - 명령어가 변경되었습니다.
    • 실행 시, 아래와 같은 옵션이 추가되었습니다.:
      • --registered-region
      • --private-dns-cr-id
  • [변경] dns private_dns deletedns private-dns delete - 명령어가 변경되었습니다.
  • [변경] dns private_dns listdns private-dns list - 명령어가 변경되었습니다.
  • [변경] dns private_dns setdns private-dns set - 명령어가 변경되었습니다.
  • [변경] dns private_dns showdns private-dns show - 명령어가 변경되었습니다.
  • [변경] dns recordset createdns record create - 명령어가 변경되었습니다.
  • [변경] dns recordset deletedns record delete - 명령어가 변경되었습니다.
  • [변경] dns recordset listdns record list - 명령어가 변경되었습니다.
    • Zone apex 레코드 이름이 @. 표기법으로 표시됩니다.
  • [변경] dns recordset showdns record show - 명령어가 변경되었습니다.
  • [변경] dns recordset updatedns record update - 명령어가 변경되었습니다.
  • [신규] dns private-dns activate - 명령어가 추가되었습니다.
  • [신규] dns public-domain-name create - 명령어가 추가되었습니다.
  • [신규] dns public-domain-name list - 명령어가 추가되었습니다.
  • [신규] dns public-domain-name show - 명령어가 추가되었습니다.
  • [신규] dns public-domain-name update - 명령어가 추가되었습니다.
  • [신규] dns public-domain-name-info update - 명령어가 추가되었습니다.

1.0

DNS CLI가 출시되었습니다.

변경사항

  • [신규] dns hosted_zone create - 명령어가 추가되었습니다.
  • [신규] dns hosted_zone delete - 명령어가 추가되었습니다.
  • [신규] dns hosted_zone list - 명령어가 추가되었습니다.
  • [신규] dns hosted_zone show - 명령어가 추가되었습니다.
  • [신규] dns hosted_zone update - 명령어가 추가되었습니다.
  • [신규] dns private_dns create - 명령어가 추가되었습니다.
  • [신규] dns private_dns delete - 명령어가 추가되었습니다.
  • [신규] dns private_dns list - 명령어가 추가되었습니다.
  • [신규] dns private_dns set - 명령어가 추가되었습니다.
  • [신규] dns private_dns show - 명령어가 추가되었습니다.
  • [신규] dns recordset create - 명령어가 추가되었습니다.
  • [신규] dns recordset delete - 명령어가 추가되었습니다.
  • [신규] dns recordset list - 명령어가 추가되었습니다.
  • [신규] dns recordset show - 명령어가 추가되었습니다.
  • [신규] dns recordset update - 명령어가 추가되었습니다.

2.1 - CLIs

2.1.1 - Activate Private DNS

2.1.1.1 - 1.3

scp-cli dns private-dns activate
--name <value>

Description

Private DNS 활성화

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
name
required
stringPrivate DNS 이름private-dns01

Responses

NameDescriptionExample
id프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210
auth_dns_namePrivate DNS의 권한 있는(authoritative) DNS 이름authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_ids이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate DNS 이름private-dns01
pool_idPrivate DNS에 연결된 리소스 풀 식별자12345678-90ab-cdef-1234-567890abcdef
pool_name리소스 풀 이름private01-a1b2c3d4e5f6789012345678abcdef90
registered_region프라이빗 DNS가 등록된 리전KR-WEST1
resolver_ipDNS resolver IP 주소198.19.0.101
resolver_nameDNS resolver 이름resolver-a1b2c3d4e5f6789012345678abcdef90
state상태ACTIVE

2.1.2 - Create Hosted Zone

2.1.2.1 - 1.3

scp-cli dns hosted-zone create
--type <value>
--name <value>
[--description <value>]
[--private_dns_id <value>]
[--tags <value>]

Description

도메인 이름 해석을 관리하는 DNS 레코드를 포함하는 Hosted Zone을 생성합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
type
required
stringThe type of the hosted zone (e.g., public or private).private
name
required
stringDNS 서비스가 관리하는 도메인 이름입니다. 해당 도메인 및 하위 도메인의 모든 DNS 레코드가 이 Hosted Zone에 저장되고 제공됩니다.my-zone.com
description
optional
string설명This 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
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
hosted_zone_typeHosted Zone 유형(예: 퍼블릭 또는 프라이빗)
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDNS 서비스가 관리하는 도메인 이름입니다. 해당 도메인 및 하위 도메인의 모든 DNS 레코드가 이 Hosted Zone에 저장되고 제공됩니다.my-zone.com
pool_idHosted Zone에 연결된 리소스 풀 ID12345678-90ab-cdef-1234-567890abcdef
private_dns_idHosted Zone 등록을 위한 DNS 서버 ID입니다. 퍼블릭 유형의 Hosted Zone인 경우 빈 값으로 표시됩니다.fedcba9876543210fedcba9876543210
private_dns_nameHosted Zone 등록을 위한 DNS 서버 이름입니다. 퍼블릭 유형의 Hosted Zone인 경우 빈 값으로 표시됩니다.private-dns01
status상태
ttl이 존의 DNS 레코드에 대한 TTL(초 단위) 값3600

2.1.3 - Create Hosted Zone Record

2.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

도메인 이름 해석을 관리하는 DNS 레코드 리소스를 생성합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg
type
required
stringThe type of the DNS record (e.g., A, AAAA, CNAME, MX, TXT, SPF).-
records
required
array이 레코드의 데이터 목록12345.ns.private.kr-west1.dev2.samsungsdscloud.com
name
required
stringRecord 이름test.app
description
optional
string설명This is description
ttl
optional
integerThe Time-To-Live (TTL) value in seconds for the DNS record.3600

Responses

NameDescriptionExample
idDNS 레코드의 고유 식별자6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
actionDNS 레코드에 수행된 작업CREATE
created_at리소스가 생성된 타임스탬프 (ISO 8601 형식)2025-09-08T03:43:57Z
description설명This is description
linksRecord 관련 링크
nameRecord 이름test.app
project_idDNS 레코드에 연결된 프로젝트 ID003dffc50eb123a1cbf4f2e5c71d4f15
records이 레코드의 데이터 목록[‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’]
statusDNS 레코드의 현재 상태ACTIVE
ttlDNS 레코드의 TTL(초 단위) 값3600
typeDNS 레코드 유형(예: A, AAAA, CNAME, MX, TXT, SPF)A
updated_at리소스가 마지막으로 업데이트된 타임스탬프 (ISO 8601 형식)2026-02-09T08:00:40Z
versionRecord 버전1
zone_id이 레코드를 포함하는 존의 ID3432012nfdksdf03ktrld9234lgfg
zone_name이 레코드를 포함하는 존의 이름my-zone.com

2.1.4 - Create Private DNS

2.1.4.1 - 1.3

scp-cli dns private-dns create
--name <value>
[--connected_vpc_ids <value>]
[--description <value>]
[--tags <value>]

Description

내부 DNS 해석을 관리하는 프라이빗 DNS 인스턴스를 생성합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
name
required
stringPrivate DNS 이름private-dns01
connected_vpc_ids
optional
array이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다.1234567890abcdef1234567890abcdef
description
optional
string설명This is description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
id프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210
auth_dns_namePrivate DNS의 권한 있는(authoritative) DNS 이름authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_ids이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate DNS 이름private-dns01
pool_idPrivate DNS에 연결된 리소스 풀 식별자12345678-90ab-cdef-1234-567890abcdef
pool_name리소스 풀 이름private01-a1b2c3d4e5f6789012345678abcdef90
registered_region프라이빗 DNS가 등록된 리전KR-WEST1
resolver_ipDNS resolver IP 주소198.19.0.101
resolver_nameDNS resolver 이름resolver-a1b2c3d4e5f6789012345678abcdef90
state상태ACTIVE

2.1.5 - Create Public Domain Name

2.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

Public Domain Name 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
register_telno
required
string도메인 등록자 전화번호-
register_name_ko
required
string도메인 등록자 이름(국문)홍길동
register_name_en
required
string도메인 등록자 이름(영문)Hong Gildong
register_email
required
string도메인 등록자 이메일 주소admin@example.com
postal_code
required
string도메인 등록 우편번호12345
overseas_third_address
required
string해외 주소 세 번째 줄NY 10001
overseas_second_address
required
string해외 주소 두 번째 줄New York
overseas_first_address
required
string해외 주소 첫 번째 줄123 Main St
name
required
stringPublic Domain Name 이름example.com
domestic_second_address_ko
required
string국내 주소 2 (KO)서관 1층
domestic_second_address_en
required
string국내 주소 2 (EN)West Campus 1F
domestic_first_address_ko
required
string국내 주소 1 (KO)서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_first_address_en
required
string국내 주소 1 (EN)125 Olympic-ro 35-gil, Songpa-gu, Seoul
address_type
required
string도메인 등록 주소 유형-
auto_extension
optional
boolean도메인 자동 연장 활성화 여부True
description
optional
string설명This is description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543
address_type도메인 등록 주소 유형DOMESTIC
auto_extension도메인 자동 연장 활성화 여부True
created_at리소스가 생성된 타임스탬프 (ISO 8601 형식)2025-09-08T03:43:57Z
created_by리소스를 생성한 사용자 ID504f24f8111e42e0578f367acd2a149f
description설명This is description
domestic_address_en도메인 등록 국내 주소(영문)West Campus 1F, 125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_address_ko도메인 등록 국내 주소(국문)서울특별시 송파구 올림픽로35길 125 (신천동), 서관 1층
domestic_first_address_en국내 주소 1 (EN)125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_first_address_ko국내 주소 1 (KO)서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_second_address_en국내 주소 2 (EN)West Campus 1F
domestic_second_address_ko국내 주소 2 (KO)서관 1층
expired_date도메인 등록 만료일2026-09-09T00:00:00Z
modified_at리소스가 마지막으로 수정된 타임스탬프 (ISO 8601 형식)2026-02-09T08:00:40Z
modified_by리소스를 마지막으로 수정한 사용자 ID504f24f8111e42e0578f367acd2a149f
namePublic Domain Name 이름example.com
overseas_address도메인 등록 해외 주소123 Main St, New York, NY 10001
overseas_first_address해외 주소 첫 번째 줄123 Main St
overseas_second_address해외 주소 두 번째 줄New York
overseas_third_address해외 주소 세 번째 줄NY 10001
postal_code도메인 등록 우편번호12345
register_email도메인 등록자 이메일 주소admin@example.com
register_name_en도메인 등록자 이름(영문)Hong Gildong
register_name_ko도메인 등록자 이름(국문)홍길동
register_telno도메인 등록자 전화번호
start_date도메인 등록 시작일2025-09-09T00:00:00Z
statusPublic Domain Name의 현재 상태REGISTERED

2.1.6 - Delete Hosted Zone

2.1.6.1 - 1.3

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

Description

Hosted Zone 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg

2.1.7 - Delete Hosted Zone Record

2.1.7.1 - 1.3

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

Description

Hosted zone record 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
record_id
required
stringDNS 레코드의 고유 식별자6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
hosted_zone_id
required
string이 Record를 포함하는 Hosted Zone의 식별자3432012nfdksdf03ktrld9234lgfg

2.1.8 - Delete Private DNS

2.1.8.1 - 1.3

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

Description

Private DNS 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_dns_id
required
string프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210

2.1.9 - List Hosted Zone Records

2.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

Record 목록을 제공합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg
limit
optional
integer반환할 최대 항목 수-
marker
optional
string이전 페이지의 마지막 레코드 ID-
sort_dir
optional
string목록의 정렬 방향(ASC 또는 DESC)-
sort_key
optional
string정렬 기준 필드-
name
optional
stringRecord 이름test.app
exact_name
optional
stringRecord 이름test.app
type
optional
stringDNS 레코드 유형(예: A, AAAA, CNAME, MX, TXT, SPF)A
data
optional
stringDNS 레코드 필터링 데이터12345.ns.private.kr-west1.dev2.samsungsdscloud.com
status
optional
stringDNS 레코드의 현재 상태ACTIVE
description
optional
string설명This is description
ttl
optional
integerDNS 레코드의 TTL(초 단위) 값3600

Responses

NameDescriptionExample
idDNS 레코드의 고유 식별자6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
actionDNS 레코드에 수행된 작업CREATE
created_at리소스가 생성된 타임스탬프 (ISO 8601 형식)2025-09-08T03:43:57Z
description설명This is description
linksRecord 관련 링크
nameRecord 이름test.app
project_idDNS 레코드에 연결된 프로젝트 ID003dffc50eb123a1cbf4f2e5c71d4f15
records이 레코드의 데이터 목록[‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’]
statusDNS 레코드의 현재 상태ACTIVE
ttlDNS 레코드의 TTL(초 단위) 값3600
typeDNS 레코드 유형(예: A, AAAA, CNAME, MX, TXT, SPF)A
updated_at리소스가 마지막으로 업데이트된 타임스탬프 (ISO 8601 형식)2026-02-09T08:00:40Z
versionRecord 버전1
zone_id이 레코드를 포함하는 존의 ID3432012nfdksdf03ktrld9234lgfg
zone_name이 레코드를 포함하는 존의 이름my-zone.com

2.1.10 - List Hosted Zones

2.1.10.1 - 1.3

scp-cli dns hosted-zone list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--type <value>]
[--status <value>]

Description

Hosted zone 목록

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringDNS 서비스가 관리하는 도메인 이름입니다. 해당 도메인 및 하위 도메인의 모든 DNS 레코드가 이 Hosted Zone에 저장되고 제공됩니다.my-zone.com
type
optional
****Hosted Zone 유형(예: 퍼블릭 또는 프라이빗)-
status
optional
****Hosted Zone의 현재 상태(예: ACTIVE, CREATING, DELETING)-

Responses

NameDescriptionExample
idHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
hosted_zone_typeHosted Zone 유형(예: 퍼블릭 또는 프라이빗)
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDNS 서비스가 관리하는 도메인 이름입니다. 해당 도메인 및 하위 도메인의 모든 DNS 레코드가 이 Hosted Zone에 저장되고 제공됩니다.my-zone.com
pool_idHosted Zone에 연결된 리소스 풀 ID12345678-90ab-cdef-1234-567890abcdef
private_dns_idHosted Zone 등록을 위한 DNS 서버 ID입니다. 퍼블릭 유형의 Hosted Zone인 경우 빈 값으로 표시됩니다.fedcba9876543210fedcba9876543210
private_dns_nameHosted Zone 등록을 위한 DNS 서버 이름입니다. 퍼블릭 유형의 Hosted Zone인 경우 빈 값으로 표시됩니다.private-dns01
status상태
ttl이 존의 DNS 레코드에 대한 TTL(초 단위) 값3600

2.1.11 - List Private DNS

2.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

프라이빗 DNS 목록

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
string프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210
name
optional
stringPrivate DNS 이름private-dns01
vpc_id
optional
string이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다.7df8abb4912e4709b1cb237daccca7a8
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
id프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210
auth_dns_namePrivate DNS의 권한 있는(authoritative) DNS 이름authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_ids이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate DNS 이름private-dns01
pool_idPrivate DNS에 연결된 리소스 풀 식별자12345678-90ab-cdef-1234-567890abcdef
pool_name리소스 풀 이름private01-a1b2c3d4e5f6789012345678abcdef90
registered_region프라이빗 DNS가 등록된 리전KR-WEST1
resolver_ipDNS resolver IP 주소198.19.0.101
resolver_nameDNS resolver 이름resolver-a1b2c3d4e5f6789012345678abcdef90
state상태ACTIVE

2.1.12 - List Public Domain Names

2.1.12.1 - 1.3

scp-cli dns public-domain-name list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--created_by <value>]

Description

Public Domain Name 목록

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringPublic Domain Name 이름example.com
created_by
optional
string리소스를 생성한 사용자 ID504f24f8111e42e0578f367acd2a149f

Responses

NameDescriptionExample
idPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543
created_at리소스가 생성된 타임스탬프 (ISO 8601 형식)2025-09-08T03:43:57Z
created_by리소스를 생성한 사용자 ID504f24f8111e42e0578f367acd2a149f
expired_date도메인 등록 만료일2026-09-09T00:00:00Z
modified_at리소스가 마지막으로 수정된 타임스탬프 (ISO 8601 형식)2026-02-09T08:00:40Z
modified_by리소스를 마지막으로 수정한 사용자 ID504f24f8111e42e0578f367acd2a149f
namePublic Domain Name 이름example.com
register_email도메인 등록자 이메일 주소admin@example.com
start_date도메인 등록 시작일2025-09-09T00:00:00Z
statusPublic Domain Name의 현재 상태REGISTERED

2.1.13 - Set Hosted Zone

2.1.13.1 - 1.3

scp-cli dns hosted-zone set
--hosted_zone_id <value>
[--description <value>]

Description

Hosted zone 업데이트

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg
description
optional
string설명This is description

2.1.14 - Set Hosted Zone Record

2.1.14.1 - 1.3

scp-cli dns hosted-zone-record set
--record_id <value>
--hosted_zone_id <value>
[--records <value>]
[--ttl <value>]

Description

Hosted zone record 값 업데이트

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
record_id
required
stringDNS 레코드의 고유 식별자6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
hosted_zone_id
required
string이 Record를 포함하는 Hosted Zone의 식별자3432012nfdksdf03ktrld9234lgfg
records
optional
array이 레코드의 데이터 목록12345.ns.private.kr-west1.dev2.samsungsdscloud.com
ttl
optional
integerThe Time-To-Live (TTL) value in seconds for the DNS record.3600

2.1.15 - Set Private DNS

2.1.15.1 - 1.3

scp-cli dns private-dns set
--private_dns_id <value>
[--connected_vpc_ids <value>]
[--description <value>]

Description

Private DNS에 연결된 VPC 목록을 업데이트합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_dns_id
required
string프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210
connected_vpc_ids
optional
array이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다.1234567890abcdef1234567890abcdef
description
optional
string설명This is description

2.1.16 - Set Public Domain Name

2.1.16.1 - 1.3

scp-cli dns public-domain-name update
--public_domain_id <value>
[--auto_extension <value>]
[--description <value>]

Description

Public Domain Name 업데이트

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543
auto_extension
optional
boolean도메인 자동 연장 활성화 여부True
description
optional
string설명This is description

2.1.17 - Set Public Domain Name Whois Info

2.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

Public Domain Name Whois 정보 업데이트

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543
register_telno
required
string도메인 등록자 전화번호-
register_email
required
string도메인 등록자 이메일 주소admin@example.com
postal_code
required
string도메인 등록 우편번호12345
overseas_third_address
required
string해외 주소 세 번째 줄NY 10001
overseas_second_address
required
string해외 주소 두 번째 줄New York
overseas_first_address
required
string해외 주소 첫 번째 줄123 Main St
domestic_second_address_ko
required
string국내 주소 2 (KO)서관 1층
domestic_second_address_en
required
string국내 주소 2 (EN)West Campus 1F
domestic_first_address_ko
required
string국내 주소 1 (KO)서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_first_address_en
required
string국내 주소 1 (EN)125 Olympic-ro 35-gil, Songpa-gu, Seoul
address_type
required
string도메인 등록 주소 유형-

2.1.18 - Show Hosted Zone

2.1.18.1 - 1.3

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

Description

Hosted zone 상세

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
hosted_zone_id
required
stringHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg

Responses

NameDescriptionExample
idHosted Zone의 고유 식별자3432012nfdksdf03ktrld9234lgfg
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
hosted_zone_typeHosted Zone 유형(예: 퍼블릭 또는 프라이빗)
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameDNS 서비스가 관리하는 도메인 이름입니다. 해당 도메인 및 하위 도메인의 모든 DNS 레코드가 이 Hosted Zone에 저장되고 제공됩니다.my-zone.com
pool_idHosted Zone에 연결된 리소스 풀 ID12345678-90ab-cdef-1234-567890abcdef
private_dns_idHosted Zone 등록을 위한 DNS 서버 ID입니다. 퍼블릭 유형의 Hosted Zone인 경우 빈 값으로 표시됩니다.fedcba9876543210fedcba9876543210
private_dns_nameHosted Zone 등록을 위한 DNS 서버 이름입니다. 퍼블릭 유형의 Hosted Zone인 경우 빈 값으로 표시됩니다.private-dns01
status상태
ttl이 존의 DNS 레코드에 대한 TTL(초 단위) 값3600

2.1.19 - Show Hosted Zone Record

2.1.19.1 - 1.3

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

Description

Hosted zone record 상세

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
record_id
required
stringDNS 레코드의 고유 식별자6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
hosted_zone_id
required
string이 Record를 포함하는 Hosted Zone의 식별자3432012nfdksdf03ktrld9234lgfg

Responses

NameDescriptionExample
idDNS 레코드의 고유 식별자6ed7bc1-4b05-3cc7-7105-c1b71f7f30a7
actionDNS 레코드에 수행된 작업CREATE
created_at리소스가 생성된 타임스탬프 (ISO 8601 형식)2025-09-08T03:43:57Z
description설명This is description
linksRecord 관련 링크
nameRecord 이름test.app
project_idDNS 레코드에 연결된 프로젝트 ID003dffc50eb123a1cbf4f2e5c71d4f15
records이 레코드의 데이터 목록[‘12345.ns.private.kr-west1.dev2.samsungsdscloud.com’]
statusDNS 레코드의 현재 상태ACTIVE
ttlDNS 레코드의 TTL(초 단위) 값3600
typeDNS 레코드 유형(예: A, AAAA, CNAME, MX, TXT, SPF)A
updated_at리소스가 마지막으로 업데이트된 타임스탬프 (ISO 8601 형식)2026-02-09T08:00:40Z
versionRecord 버전1
zone_id이 레코드를 포함하는 존의 ID3432012nfdksdf03ktrld9234lgfg
zone_name이 레코드를 포함하는 존의 이름my-zone.com

2.1.20 - Show Private DNS

2.1.20.1 - 1.3

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

Description

프라이빗 DNS 상세

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_dns_id
required
string프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210

Responses

NameDescriptionExample
id프라이빗 DNS의 고유 식별자fedcba9876543210fedcba9876543210
auth_dns_namePrivate DNS의 권한 있는(authoritative) DNS 이름authdns-a1b2c3d4e5f6789012345678abcdef90
connected_vpc_ids이 프라이빗 DNS에 연결된 VPC ID 목록입니다. DNS에 연결된 VPC만 등록된 도메인 정보를 조회할 수 있습니다.[‘1234567890abcdef1234567890abcdef’, ‘fedcba0987654321fedcba0987654321’]
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate DNS 이름private-dns01
pool_idPrivate DNS에 연결된 리소스 풀 식별자12345678-90ab-cdef-1234-567890abcdef
pool_name리소스 풀 이름private01-a1b2c3d4e5f6789012345678abcdef90
registered_region프라이빗 DNS가 등록된 리전KR-WEST1
resolver_ipDNS resolver IP 주소198.19.0.101
resolver_nameDNS resolver 이름resolver-a1b2c3d4e5f6789012345678abcdef90
state상태ACTIVE

2.1.21 - Show Public Domain Name

2.1.21.1 - 1.3

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

Description

Public Domain Name 상세

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543

Responses

NameDescriptionExample
idPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543
address_type도메인 등록 주소 유형DOMESTIC
auto_extension도메인 자동 연장 활성화 여부True
created_at리소스가 생성된 타임스탬프 (ISO 8601 형식)2025-09-08T03:43:57Z
created_by리소스를 생성한 사용자 ID504f24f8111e42e0578f367acd2a149f
description설명This is description
domestic_address_en도메인 등록 국내 주소(영문)West Campus 1F, 125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_address_ko도메인 등록 국내 주소(국문)서울특별시 송파구 올림픽로35길 125 (신천동), 서관 1층
domestic_first_address_en국내 주소 1 (EN)125 Olympic-ro 35-gil, Songpa-gu, Seoul
domestic_first_address_ko국내 주소 1 (KO)서울특별시 송파구 올림픽로35길 125 (신천동)
domestic_second_address_en국내 주소 2 (EN)West Campus 1F
domestic_second_address_ko국내 주소 2 (KO)서관 1층
expired_date도메인 등록 만료일2026-09-09T00:00:00Z
modified_at리소스가 마지막으로 수정된 타임스탬프 (ISO 8601 형식)2026-02-09T08:00:40Z
modified_by리소스를 마지막으로 수정한 사용자 ID504f24f8111e42e0578f367acd2a149f
namePublic Domain Name 이름example.com
overseas_address도메인 등록 해외 주소123 Main St, New York, NY 10001
overseas_first_address해외 주소 첫 번째 줄123 Main St
overseas_second_address해외 주소 두 번째 줄New York
overseas_third_address해외 주소 세 번째 줄NY 10001
postal_code도메인 등록 우편번호12345
register_email도메인 등록자 이메일 주소admin@example.com
register_name_en도메인 등록자 이름(영문)Hong Gildong
register_name_ko도메인 등록자 이름(국문)홍길동
register_telno도메인 등록자 전화번호
start_date도메인 등록 시작일2025-09-09T00:00:00Z
statusPublic Domain Name의 현재 상태REGISTERED

2.1.22 - Transfer Public Domain Name

2.1.22.1 - 1.3

scp-cli dns public-domain-name-transfer update
--public_domain_id <value>
--type <value>
[--target_account_id <value>]

Description

Public Domain Name을 다른 Account로 이관

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
public_domain_id
required
stringPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543
type
required
string이전 작업 유형REQUEST
target_account_id
optional
stringTarget account id (required when type=REQUEST)003dffc50eb123a1cbf4f2e5c71d4f15

Responses

NameDescriptionExample
idPublic Domain Name의 고유 식별자10fjkeweffpublicdomain3193rud543
auto_extension도메인 자동 연장 활성화 여부True
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명This is description
expired_date도메인 등록 만료일2026-09-09T00:00:00Z
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePublic Domain Name 이름example.com
start_date도메인 등록 시작일2025-09-09T00:00:00Z
state상태TRANSFER_REQUESTED

3 - Firewall

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다. 본 가이드는 Firewall 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.1CURRENT-
1.0SUPPORTED20270131

CLI Version History

1.1

Firewall CLI 버전 1.1이 출시되었습니다.

변경사항

  • [변경] firewall firewall list - List Firewalls 명령어가 변경되었습니다.
    • 응답 시, 아래와 같은 필드가 추가됩니다.
      • zone_resources
    • 응답 시, 아래와 같은 필드가 삭제됩니다.
      • fw_resource_id
  • [변경] firewall firewall show - Show Firewall 명령어가 변경되었습니다.
    • 응답 시, 아래와 같은 필드가 추가됩니다.
      • zone_resources
    • 응답 시, 아래와 같은 필드가 삭제됩니다.
      • fw_resource_id
  • [변경] firewall firewall set - Set Firewall 명령어가 변경되었습니다.
    • 응답 시, 아래와 같은 필드가 추가됩니다.
      • zone_resources
    • 응답 시, 아래와 같은 필드가 삭제됩니다.
      • fw_resource_id
  • [변경] firewall firewall-rule list - List Firewall Rules 명령어가 변경되었습니다.
    • 요청 시, 아래와 같은 필드가 삭제됩니다.
      • fetch_all
    • 응답 시, 아래와 같은 필드가 삭제됩니다.
      • destination_interface, name, source_interface, vendor_rule_id
  • [변경] firewall firewall-rule show - Show Firewall Rule 명령어가 변경되었습니다.
    • 응답 시, 아래와 같은 필드가 삭제됩니다.
      • destination_interface, name, source_interface, vendor_rule_id
  • [변경] firewall firewall-rule create - Create Firewall Rule 명령어가 변경되었습니다.
    • 비동기 처리로 변경되었습니다.
    • 명령어 실행 결과가 반환되지 않도록 변경되었습니다.
    • 요청 시, 아래와 같은 필드가 삭제됩니다.
      • destination_interface, name, source_interface
  • [변경] firewall firewall-rule set - Set Firewall Rule 명령어가 변경되었습니다.
    • 비동기 처리로 변경되었습니다.
    • 명령어 실행 결과가 반환되지 않도록 변경되었습니다.
    • 요청 시, 아래와 같은 필드가 추가됩니다.
      • order_direction, order_rule_id, status
  • [변경] firewall firewall-rule delete - Delete Firewall Rule 명령어가 변경되었습니다.
    • 비동기 처리로 변경되었습니다.

1.0

Firewall CLI가 출시되었습니다.

변경사항

  • [신규] firewall firewall list - 명령어가 추가되었습니다.
  • [신규] firewall firewall show - 명령어가 추가되었습니다.
  • [신규] firewall firewall set - 명령어가 추가되었습니다.
  • [신규] firewall firewall-rule list - 명령어가 추가되었습니다.
  • [신규] firewall firewall-rule create - 명령어가 추가되었습니다.
  • [신규] firewall firewall-rule show - 명령어가 추가되었습니다.
  • [신규] firewall firewall-rule set - 명령어가 추가되었습니다.
  • [신규] firewall firewall-rule delete - 명령어가 추가되었습니다.

3.1 - CLIs

3.1.1 - Create Firewall Rule

3.1.1.1 - 1.1

scp-cli firewall firewall-rule create
--status <value>
--source_address <value>
--service <value>
--direction <value>
--destination_address <value>
--action <value>
--firewall_id <value>
[--description <value>]
[--order_direction <value>]
[--order_rule_id <value>]

Description

firewall rule 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
status
required
stringFirewall rule 사용 여부-
source_address
required
array출발지 주소192.168.1.1
service
required
array서비스 포트'{"service_type": "TCP", "service_value": "443"}'
direction
required
stringFirewall rule 방향-
destination_address
required
array목적지 주소10.0.0.1
action
required
stringFirewall rule 동작-
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a
description
optional
stringFirewall rule 설명Firewall rule description example
order_direction
optional
string순서 방향-
order_rule_id
optional
string순서 규칙 ID043aa63459da466faad71fe4fe587031

Responses

NameDescriptionExample

3.1.1.2 - 1.0

scp-cli firewall firewall-rule create
--status <value>
--source_address <value>
--service <value>
--direction <value>
--destination_address <value>
--action <value>
--firewall_id <value>
[--description <value>]
[--order_direction <value>]
[--order_rule_id <value>]

Description

firewall rule 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
status
required
stringFirewall rule 사용 여부-
source_address
required
array출발지 주소192.168.1.1
service
required
array서비스 포트'{"service_type": "TCP", "service_value": "443"}'
direction
required
stringFirewall rule 방향-
destination_address
required
array목적지 주소10.0.0.1
action
required
stringFirewall rule 동작-
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a
description
optional
stringFirewall rule 설명Firewall rule description example
order_direction
optional
string순서 방향-
order_rule_id
optional
string순서 규칙 ID043aa63459da466faad71fe4fe587031

Responses

NameDescriptionExample
idFirewall rule IDb156740b6335468d8354eb9ef8eddf5a
actionFirewall rule 동작
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionFirewall rule 설명Firewall rule description example
destination_address목적지 주소[‘10.0.0.1’, ‘10.0.0.2’]
destination_interface목적지 인터페이스 이름IFW1-v1001dn
directionFirewall rule 방향
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameFirewall rule 이름b156740b6335468d8354eb9ef8eddf5a
sequenceFirewall rule 순서100
service서비스 포트
source_address출발지 주소[‘192.168.1.1’, ‘192.168.1.2’]
source_interface출발지 인터페이스 이름IFW1-v2501up
stateFirewall rule 상태
statusFirewall rule 사용 여부
vendor_rule_id벤더 규칙 ID72

3.1.2 - Delete Firewall Rule

3.1.2.1 - 1.1

scp-cli firewall firewall-rule delete
--firewall_rule_id <value>

Description

firewall rule 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
firewall_rule_id
required
stringFirewall rule IDb156740b6335468d8354eb9ef8eddf5a

3.1.2.2 - 1.0

scp-cli firewall firewall-rule delete
--firewall_rule_id <value>

Description

firewall rule 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
firewall_rule_id
required
stringFirewall rule IDb156740b6335468d8354eb9ef8eddf5a

3.1.3 - List Firewall Rules

3.1.3.1 - 1.1

scp-cli firewall firewall-rule list
--firewall_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--src_ip <value>]
[--dst_ip <value>]
[--description <value>]
[--state <value>]
[--status <value>]

Description

firewall rule 목록 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
src_ip
optional
string출발지 IP192.168.1.1
dst_ip
optional
string목적지 IP192.168.1.1
description
optional
stringFirewall rule 설명Firewall rule description example
state
optional
arrayFirewall rule 상태-
status
optional
****Firewall rule 사용 여부-

Responses

NameDescriptionExample
idFirewall rule IDb156740b6335468d8354eb9ef8eddf5a
actionFirewall rule 동작
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionFirewall rule 설명Firewall rule description example
destination_address목적지 주소[‘10.0.0.1’, ‘10.0.0.2’]
directionFirewall rule 방향
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
sequenceFirewall rule 순서100
service서비스 포트
source_address출발지 주소[‘192.168.1.1’, ‘192.168.1.2’]
stateFirewall rule 상태
statusFirewall rule 사용 여부

3.1.3.2 - 1.0

scp-cli firewall firewall-rule list
--firewall_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--src_ip <value>]
[--dst_ip <value>]
[--description <value>]
[--state <value>]
[--status <value>]
[--fetch_all <value>]

Description

firewall rule 목록 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
src_ip
optional
string출발지 IP192.168.1.1
dst_ip
optional
string목적지 IP192.168.1.1
description
optional
stringFirewall rule 설명Firewall rule description example
state
optional
arrayFirewall rule 상태-
status
optional
****Firewall rule 사용 여부-
fetch_all
optional
booleanFirewall rule 전체 조회-

Responses

NameDescriptionExample
idFirewall rule IDb156740b6335468d8354eb9ef8eddf5a
actionFirewall rule 동작
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionFirewall rule 설명Firewall rule description example
destination_address목적지 주소[‘10.0.0.1’, ‘10.0.0.2’]
destination_interface목적지 인터페이스 이름IFW1-v1001dn
directionFirewall rule 방향
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameFirewall rule 이름b156740b6335468d8354eb9ef8eddf5a
sequenceFirewall rule 순서100
service서비스 포트
source_address출발지 주소[‘192.168.1.1’, ‘192.168.1.2’]
source_interface출발지 인터페이스 이름IFW1-v2501up
stateFirewall rule 상태
statusFirewall rule 사용 여부
vendor_rule_id벤더 규칙 ID72

3.1.4 - List Firewalls

3.1.4.1 - 1.1

scp-cli firewall firewall list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--vpc_name <value>]
[--product_type <value>]
[--state <value>]

Description

firewall 목록 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringFirewall 이름FW_IGW_secuVPC
vpc_name
optional
stringVPC 명secuVPC
product_type
optional
arrayFirewall 상품 유형-
state
optional
arrayFirewall 상태-

Responses

NameDescriptionExample
idFirewall IDb156740b6335468d8354eb9ef8eddf5a
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
flavor_nameFirewall 사이즈 이름SMALL
flavor_rule_quotaFirewall 규칙 수 제한100
loggable로그 사용 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameFirewall 이름FW_IGW_secuVPC
pre_product_id선행 상품 ID76479b7ffee1431198d9beb4502cda08
product_typeFirewall 상품 유형
stateFirewall 상태
statusFirewall 활성 여부
total_rule_count전체 규칙 개수8
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명secuVPC
zone_resourcesFirewall Zone Resources

3.1.4.2 - 1.0

scp-cli firewall firewall list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--vpc_name <value>]
[--product_type <value>]
[--state <value>]

Description

firewall 목록 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringFirewall 이름FW_IGW_secuVPC
vpc_name
optional
stringVPC 명secuVPC
product_type
optional
arrayFirewall 상품 유형-
state
optional
arrayFirewall 상태-

Responses

NameDescriptionExample
idFirewall IDb156740b6335468d8354eb9ef8eddf5a
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
flavor_nameFirewall 사이즈 이름SMALL
flavor_rule_quotaFirewall 규칙 수 제한100
fw_resource_idFW 리소스 ID005fd1d30dea11f08a2c56773bef875b
loggable로그 사용 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameFirewall 이름FW_IGW_secuVPC
pre_product_id선행 상품 ID76479b7ffee1431198d9beb4502cda08
product_typeFirewall 상품 유형
stateFirewall 상태
statusFirewall 활성 여부
total_rule_count전체 규칙 개수8
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명secuVPC

3.1.5 - Set Firewall

3.1.5.1 - 1.1

scp-cli firewall firewall set
--firewall_id <value>
[--flavor_name <value>]
[--loggable <value>]

Description

firewall 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a
flavor_name
optional
stringFirewall 사이즈 이름-
loggable
optional
boolean로그 사용 여부False

3.1.5.2 - 1.0

scp-cli firewall firewall set
--firewall_id <value>
[--flavor_name <value>]
[--loggable <value>]

Description

firewall 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a
flavor_name
optional
stringFirewall 사이즈 이름-
loggable
optional
boolean로그 사용 여부False

3.1.6 - Set Firewall Rule

3.1.6.1 - 1.1

scp-cli firewall firewall-rule set
--firewall_rule_id <value>
--status <value>
--source_address <value>
--service <value>
--direction <value>
--destination_address <value>
--action <value>
[--description <value>]
[--order_direction <value>]
[--order_rule_id <value>]

Description

firewall rule 수정한다,

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
firewall_rule_id
required
stringFirewall rule IDb156740b6335468d8354eb9ef8eddf5a
status
required
stringFirewall rule 사용 여부-
source_address
required
array출발지 주소192.168.1.1
service
required
array서비스 포트'{"service_type": "TCP", "service_value": "443"}'
direction
required
stringFirewall rule 방향-
destination_address
required
array목적지 주소10.0.0.1
action
required
stringFirewall rule 동작-
description
optional
stringFirewall rule 설명Firewall rule description example
order_direction
optional
string순서 방향-
order_rule_id
optional
string순서 규칙 ID043aa63459da466faad71fe4fe587031

3.1.6.2 - 1.0

scp-cli firewall firewall-rule set
--firewall_rule_id <value>
--source_address <value>
--service <value>
--direction <value>
--destination_address <value>
--action <value>
[--description <value>]

Description

firewall rule 수정한다,

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
firewall_rule_id
required
stringFirewall rule IDb156740b6335468d8354eb9ef8eddf5a
source_address
required
array출발지 주소192.168.1.1
service
required
array서비스 포트'{"service_type": "TCP", "service_value": "443"}'
direction
required
stringFirewall rule 방향-
destination_address
required
array목적지 주소10.0.0.1
action
required
stringFirewall rule 동작-
description
optional
stringFirewall rule 설명Firewall rule description example

3.1.7 - Show Firewall

3.1.7.1 - 1.1

scp-cli firewall firewall show
--firewall_id <value>

Description

firewall 상세 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a

Responses

NameDescriptionExample
idFirewall IDb156740b6335468d8354eb9ef8eddf5a
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
flavor_nameFirewall 사이즈 이름SMALL
flavor_rule_quotaFirewall 규칙 수 제한100
loggable로그 사용 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameFirewall 이름FW_IGW_secuVPC
pre_product_id선행 상품 ID76479b7ffee1431198d9beb4502cda08
product_typeFirewall 상품 유형
stateFirewall 상태
statusFirewall 활성 여부
total_rule_count전체 규칙 개수8
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명secuVPC
zone_resourcesFirewall Zone Resources

3.1.7.2 - 1.0

scp-cli firewall firewall show
--firewall_id <value>

Description

firewall 상세 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDb156740b6335468d8354eb9ef8eddf5a

Responses

NameDescriptionExample
idFirewall IDb156740b6335468d8354eb9ef8eddf5a
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
flavor_nameFirewall 사이즈 이름SMALL
flavor_rule_quotaFirewall 규칙 수 제한100
fw_resource_idFW 리소스 ID005fd1d30dea11f08a2c56773bef875b
loggable로그 사용 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameFirewall 이름FW_IGW_secuVPC
pre_product_id선행 상품 ID76479b7ffee1431198d9beb4502cda08
product_typeFirewall 상품 유형
stateFirewall 상태
statusFirewall 활성 여부
total_rule_count전체 규칙 개수8
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명secuVPC

3.1.8 - Show Firewall Rule

3.1.8.1 - 1.1

scp-cli firewall firewall-rule show
--firewall_rule_id <value>

Description

firewall rule 상세 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
firewall_rule_id
required
stringFirewall rule IDb156740b6335468d8354eb9ef8eddf5a

Responses

NameDescriptionExample
idFirewall rule IDb156740b6335468d8354eb9ef8eddf5a
actionFirewall rule 동작
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionFirewall rule 설명Firewall rule description example
destination_address목적지 주소[‘10.0.0.1’, ‘10.0.0.2’]
directionFirewall rule 방향
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
sequenceFirewall rule 순서100
service서비스 포트
source_address출발지 주소[‘192.168.1.1’, ‘192.168.1.2’]
stateFirewall rule 상태
statusFirewall rule 사용 여부

3.1.8.2 - 1.0

scp-cli firewall firewall-rule show
--firewall_rule_id <value>

Description

firewall rule 상세 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
firewall_rule_id
required
stringFirewall rule IDb156740b6335468d8354eb9ef8eddf5a

Responses

NameDescriptionExample
idFirewall rule IDb156740b6335468d8354eb9ef8eddf5a
actionFirewall rule 동작
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionFirewall rule 설명Firewall rule description example
destination_address목적지 주소[‘10.0.0.1’, ‘10.0.0.2’]
destination_interface목적지 인터페이스 이름IFW1-v1001dn
directionFirewall rule 방향
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameFirewall rule 이름b156740b6335468d8354eb9ef8eddf5a
sequenceFirewall rule 순서100
service서비스 포트
source_address출발지 주소[‘192.168.1.1’, ‘192.168.1.2’]
source_interface출발지 인터페이스 이름IFW1-v2501up
stateFirewall rule 상태
statusFirewall rule 사용 여부
vendor_rule_id벤더 규칙 ID72

4 - Global CDN

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 Global CDN 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.0CURRENT-

CLI Version History

1.0

CDN CLI가 출시되었습니다.

변경사항

  • [신규] cdn cdn service list - 명령어가 추가되었습니다.
  • [신규] cdn cdn service create - 명령어가 추가되었습니다.
  • [신규] cdn cdn service detail - 명령어가 추가되었습니다.
  • [신규] cdn cdn service update - 명령어가 추가되었습니다.
  • [신규] cdn cdn service delete - 명령어가 추가되었습니다.
  • [신규] cdn cdn service start - 명령어가 추가되었습니다.
  • [신규] cdn cdn service stop - 명령어가 추가되었습니다.
  • [신규] cdn cdn service purge - 명령어가 추가되었습니다.
  • [신규] cdn description update - 명령어가 추가되었습니다.

4.1 - CLIs

4.1.1 - Create Cdn Service

4.1.1.1 - 1.0

scp-cli cdn cdn service create
--range_request_allowed <value>
--query_string_ignored <value>
--origin_hostname_type <value>
--name <value>
--forward_host_header <value>
--content_policy <value>
--cdn_service_domain_prefix <value>
--cdn_origin_protocol <value>
--cdn_origin_port <value>
--cdn_origin_hostname <value>
--caching_option <value>
--cache_key_hostname <value>
--cache_expiry_time <value>
[--cdn_service_origin_path <value>]
[--custom_forward_host_header <value>]
[--description <value>]
[--request_custom_headers <value>]
[--response_custom_headers <value>]
[--tags <value>]

Description

원본 서버의 콘텐츠를 엣지 로케이션을 통해 캐싱하고 배포하는 CDN 서비스 리소스를 생성합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
range_request_allowed
required
boolean콘텐츠 배포 시 범위 요청 허용 여부True
query_string_ignored
required
boolean콘텐츠 캐싱 시 쿼리 문자열 무시 여부True
origin_hostname_type
required
stringThe type of the origin hostname (e.g., DOMAIN, IP).-
name
required
stringCDN 서비스 이름test1
forward_host_header
required
stringThe host header forwarded to the origin server (e.g., ORIGIN_HOSTNAME, INCOMING_HOST_HEADER, CUSTOM).-
content_policy
required
stringThe content delivery policy for the CDN service (e.g., ONLY_VALIDATED_CONTENTS, ALL_CONTENTS).ONLY_VALIDATED_CONTENTS
cdn_service_domain_prefix
required
stringCDN 서비스 도메인 접두사global1
cdn_origin_protocol
required
stringThe protocol used to connect to the origin server (e.g., HTTP, HTTPS).HTTPS
cdn_origin_port
required
integer원본 서버 연결에 사용되는 포트443
cdn_origin_hostname
required
stringCDN이 콘텐츠를 가져오는 원본 서버의 호스트네임test.example.com
caching_option
required
stringThe caching option for the CDN content (e.g., CACHE, NO_CACHE, BYPASS_CACHE).CACHE
cache_key_hostname
required
stringThe hostname used as part of the cache key (e.g., ORIGIN_HOSTNAME, INCOMING_HOST_HEADER).-
cache_expiry_time
required
integer엣지 로케이션에 저장된 콘텐츠의 캐시 만료 시간(초)86400
cdn_service_origin_path
optional
stringCDN이 콘텐츠를 가져오는 원본 서버의 경로/test/global/
custom_forward_host_header
optional
string포워드 호스트 헤더가 CUSTOM으로 설정된 경우 원본으로 전달되는 커스텀 호스트 헤더-
description
optional
string설명추가 정보 입력 - 설명
request_custom_headers
optional
object원본 서버로 전달되는 요청에 추가되는 커스텀 헤더-
response_custom_headers
optional
object클라이언트로 반환되는 응답에 추가되는 커스텀 헤더-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
account_idAccount ID
resource_id리소스 ID
workflow_id요청을 처리하는 워크플로우 ID

4.1.2 - Delete Cdn Service

4.1.2.1 - 1.0

scp-cli cdn cdn service delete
--id <value>

Description

CDN 서비스 리소스 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
id
required
stringCDN 서비스의 고유 식별자-

4.1.3 - Detail Cdn Service

4.1.3.1 - 1.0

scp-cli cdn cdn service detail
--id <value>

Description

특정 CDN 서비스의 상세 정보를 조회합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
id
required
stringCDN 서비스의 고유 식별자-

Responses

NameDescriptionExample
idCDN 서비스의 고유 식별자
account_idAccount ID
cache_expiry_time엣지 로케이션에 저장된 콘텐츠의 캐시 만료 시간(초)
cache_key_hostname캐시 키의 일부로 사용되는 호스트네임(예: ORIGIN_HOSTNAME, INCOMING_HOST_HEADER)
caching_optionCDN 콘텐츠의 캐싱 옵션(예: CACHE, NO_CACHE, BYPASS_CACHE)
cdn_origin_hostnameCDN이 콘텐츠를 가져오는 원본 서버의 호스트네임
cdn_origin_port원본 서버 연결에 사용되는 포트
cdn_origin_protocol원본 서버 연결에 사용되는 프로토콜(예: HTTP, HTTPS)
cdn_service_activation_stateCDN 서비스 활성화 상태
cdn_service_config_versionCDN 서비스 설정 버전
cdn_service_domainCDN 서비스가 콘텐츠를 제공하는 도메인 이름
cdn_service_origin_pathCDN이 콘텐츠를 가져오는 원본 서버의 경로
cdn_service_stateCDN 서비스의 현재 상태(예: RUNNING, STOPPED, CREATING, DELETING)
content_policyCDN 서비스의 콘텐츠 배포 정책(예: ONLY_VALIDATED_CONTENTS, ALL_CONTENTS)
created_at리소스가 생성된 타임스탬프 (ISO 8601 형식)
created_by리소스를 생성한 사용자 ID
custom_forward_host_header포워드 호스트 헤더가 CUSTOM으로 설정된 경우 원본으로 전달되는 커스텀 호스트 헤더
description설명
forward_host_header원본 서버로 전달되는 호스트 헤더(예: ORIGIN_HOSTNAME, INCOMING_HOST_HEADER, CUSTOM)
modified_at리소스가 마지막으로 수정된 타임스탬프 (ISO 8601 형식)
modified_by리소스를 마지막으로 수정한 사용자 ID
nameCDN 서비스 이름
origin_hostname_type원본 호스트네임 유형(예: DOMAIN, IP)
query_string_ignored콘텐츠 캐싱 시 쿼리 문자열 무시 여부
range_request_allowed콘텐츠 배포 시 범위 요청 허용 여부
regionCDN 서비스가 제공되는 리전
request_custom_headers원본 서버로 전달되는 요청에 추가되는 커스텀 헤더
response_custom_headers클라이언트로 반환되는 응답에 추가되는 커스텀 헤더

4.1.4 - List Cdn Service

4.1.4.1 - 1.0

scp-cli cdn cdn service list
[--size <value>]
[--page <value>]
[--sort <value>]
[--created_by <value>]
[--name <value>]
[--cdn_service_domain <value>]
[--cdn_origin_hostname <value>]

Description

CDN 서비스 목록을 조회합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
created_by
optional
string리소스를 생성한 사용자 ID-
name
optional
stringCDN 서비스 이름-
cdn_service_domain
optional
stringCDN 서비스가 콘텐츠를 제공하는 도메인 이름-
cdn_origin_hostname
optional
stringCDN이 콘텐츠를 가져오는 원본 서버의 호스트네임-

Responses

NameDescriptionExample
idCDN 서비스의 고유 식별자
account_idAccount ID
cdn_origin_hostnameCDN이 콘텐츠를 가져오는 원본 서버의 호스트네임
cdn_service_domainCDN 서비스가 콘텐츠를 제공하는 도메인 이름
cdn_service_stateCDN 서비스의 현재 상태(예: RUNNING, STOPPED, CREATING, DELETING)
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameCDN 서비스 이름
regionCDN 서비스가 제공되는 리전

4.1.5 - Purge Cdn Service

4.1.5.1 - 1.0

scp-cli cdn cdn service purge
--id <value>
--target_url <value>
--target_content <value>
[--custom_url <value>]

Description

CDN 서비스의 캐시된 콘텐츠를 Purge합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
id
required
stringCDN 서비스의 고유 식별자-
target_url
required
stringThe target URL scope for the purge operation (e.g., ALL, CUSTOM).CUSTOM
target_content
required
stringThe target content type to purge (e.g., ALL_CONTENT, INVALIDATED_CONTENT).INVALIDATED_CONTENT
custom_url
optional
string대상 URL이 CUSTOM으로 설정된 경우 Purge할 커스텀 URL/test/

Responses

NameDescriptionExample
account_idAccount ID
resource_id리소스 ID
workflow_id요청을 처리하는 워크플로우 ID

4.1.6 - Start Cdn Service

4.1.6.1 - 1.0

scp-cli cdn cdn service start
--id <value>

Description

CDN 서비스를 시작합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
id
required
stringCDN 서비스의 고유 식별자-

Responses

NameDescriptionExample
account_idAccount ID
resource_id리소스 ID
workflow_id요청을 처리하는 워크플로우 ID

4.1.7 - Stop Cdn Service

4.1.7.1 - 1.0

scp-cli cdn cdn service stop
--id <value>

Description

CDN 서비스를 정지합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
id
required
stringCDN 서비스의 고유 식별자-

Responses

NameDescriptionExample
account_idAccount ID
resource_id리소스 ID
workflow_id요청을 처리하는 워크플로우 ID

4.1.8 - Update Cdn Service

4.1.8.1 - 1.0

scp-cli cdn cdn service update
--id <value>
--range_request_allowed <value>
--query_string_ignored <value>
--origin_hostname_type <value>
--forward_host_header <value>
--content_policy <value>
--cdn_origin_protocol <value>
--cdn_origin_port <value>
--cdn_origin_hostname <value>
--caching_option <value>
--cache_key_hostname <value>
--cache_expiry_time <value>
[--cdn_service_origin_path <value>]
[--custom_forward_host_header <value>]
[--request_custom_headers <value>]
[--response_custom_headers <value>]

Description

CDN 서비스 리소스 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
id
required
stringCDN 서비스의 고유 식별자-
range_request_allowed
required
boolean콘텐츠 배포 시 범위 요청 허용 여부True
query_string_ignored
required
boolean콘텐츠 캐싱 시 쿼리 문자열 무시 여부True
origin_hostname_type
required
stringThe type of the origin hostname (e.g., DOMAIN, IP).-
forward_host_header
required
stringThe host header forwarded to the origin server (e.g., ORIGIN_HOSTNAME, INCOMING_HOST_HEADER, CUSTOM).-
content_policy
required
stringThe content delivery policy for the CDN service (e.g., ONLY_VALIDATED_CONTENTS, ALL_CONTENTS).ONLY_VALIDATED_CONTENTS
cdn_origin_protocol
required
stringThe protocol used to connect to the origin server (e.g., HTTP, HTTPS).HTTPS
cdn_origin_port
required
integer원본 서버 연결에 사용되는 포트443
cdn_origin_hostname
required
stringCDN이 콘텐츠를 가져오는 원본 서버의 호스트네임test.example.com
caching_option
required
stringThe caching option for the CDN content (e.g., CACHE, NO_CACHE, BYPASS_CACHE).CACHE
cache_key_hostname
required
stringThe hostname used as part of the cache key (e.g., ORIGIN_HOSTNAME, INCOMING_HOST_HEADER).-
cache_expiry_time
required
integer엣지 로케이션에 저장된 콘텐츠의 캐시 만료 시간(초)86400
cdn_service_origin_path
optional
stringCDN이 콘텐츠를 가져오는 원본 서버의 경로/test/global/
custom_forward_host_header
optional
string포워드 호스트 헤더가 CUSTOM으로 설정된 경우 원본으로 전달되는 커스텀 호스트 헤더-
request_custom_headers
optional
object원본 서버로 전달되는 요청에 추가되는 커스텀 헤더-
response_custom_headers
optional
object클라이언트로 반환되는 응답에 추가되는 커스텀 헤더-

4.1.9 - Update Description of Cdn Service

4.1.9.1 - 1.0

scp-cli cdn description update
--id <value>
--description <value>

Description

CDN 서비스 설명을 업데이트합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.0-

Parameters

NameTypeDescriptionExample
id
required
stringCDN 서비스의 고유 식별자-
description
required
string설명추가 정보 입력 - 설명

5 - GSLB

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 GSLB 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.1CURRENT-
1.0DEPRECATED20260531

CLI Version History

1.1

GSLB CLI가 1.1 버전으로 업데이트 되었습니다.

변경사항

  • [변경] gslb gslb create - 명령어가 변경되었습니다.
    • 실행 시, 아래와 같은 옵션이 추가되었습니다.:
      • --routing-control-enabled
  • [신규] gslb gslb regional routing list - 명령어가 추가되었습니다.
  • [신규] gslb gslb-regional-routing-set - 명령어가 추가되었습니다.

1.0

GSLB CLI가 출시되었습니다.

변경사항

  • [신규] gslb gslb list - 명령어가 추가되었습니다.
  • [신규] gslb gslb create - 명령어가 추가되었습니다.
  • [신규] gslb gslb show - 명령어가 추가되었습니다.
  • [신규] gslb gslb update - 명령어가 추가되었습니다.
  • [신규] gslb gslb delete - 명령어가 추가되었습니다.
  • [신규] gslb gslb-health-check update - 명령어가 추가되었습니다.
  • [신규] gslb gslb-resource list - 명령어가 추가되었습니다.
  • [신규] gslb gslb-resource update - 명령어가 추가되었습니다.

5.1 - CLIs

5.1.1 - CreateGslb

5.1.1.1 - 1.1

scp-cli gslb gslb create
--protocol <value>
--resources <value>
--name <value>
--env_usage <value>
--algorithm <value>
[--description <value>]
[--tags <value>]
[--health_check_interval <value>]
[--health_check_probe_timeout <value>]
[--health_check_user_id <value>]
[--health_check_user_password <value>]
[--receive_string <value>]
[--send_string <value>]
[--service_port <value>]
[--timeout <value>]

Description

여러 리전에 트래픽을 분산하는 GSLB 리소스를 생성합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
protocol
required
stringThe protocol used for health checks (e.g., ICMP, TCP, HTTP, HTTPS).https
resources
required
arrayGSLB 리소스 목록'{"description": "", "destination": "192.168.1.100", "region": "KR-WEST-1", "weight": 10}'
name
required
stringGSLB 이름example.gslb.e.samsungsdscloud.com
env_usage
required
stringThe environment usage type for the GSLB (e.g., PUBLIC).PUBLIC
algorithm
required
stringThe load balancing algorithm for GSLB traffic distribution (e.g., ROUND_ROBIN, RATIO).ROUND_ROBIN
description
optional
string설명Example Description for GSLB
tags
optional
array태그 목록'{"key": "", "value": ""}'
health_check_interval
optional
integerGSLB 헬스 체크 주기5
health_check_probe_timeout
optional
integerGSLB 헬스 체크 Probe 타임아웃5
health_check_user_id
optional
stringGSLB 헬스 체크 사용자 이름user
health_check_user_password
optional
stringGSLB 헬스 체크 비밀번호Passw0rd!
receive_string
optional
stringGSLB 헬스 체크 수신 문자열OK
send_string
optional
stringThe GSLB Health Check Send String. If no input is provided, it operates as a “GET /” request.GET /
service_port
optional
integerGSLB 헬스 체크 서비스 포트1
timeout
optional
integerGSLB 헬스 체크 타임아웃. Interval보다 커야 합니다.6

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
algorithmGSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO)ROUND_ROBIN
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for GSLB
env_usageGSLB의 환경 사용 유형(예: PUBLIC)PUBLIC
health_checkGSLB 엔드포인트 가용성 모니터링을 위한 헬스 체크 설정
linked_resource_count이 GSLB에 연결된 리소스 수2
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameGSLB 이름example.gslb.e.samsungsdscloud.com
stateGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)ACTIVE

5.1.1.2 - 1.0

scp-cli gslb gslb create
--protocol <value>
--resources <value>
--name <value>
--env_usage <value>
--algorithm <value>
[--description <value>]
[--tags <value>]
[--health_check_interval <value>]
[--health_check_probe_timeout <value>]
[--health_check_user_id <value>]
[--health_check_user_password <value>]
[--receive_string <value>]
[--send_string <value>]
[--service_port <value>]
[--timeout <value>]

Description

여러 리전에 트래픽을 분산하는 GSLB 리소스를 생성합니다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
protocol
required
stringThe protocol used for health checks (e.g., ICMP, TCP, HTTP, HTTPS).https
resources
required
array'{"description": "", "destination": "192.168.1.100", "disabled": false, "region": "KR-WEST-1", "weight": 10}'
name
required
stringGSLB 이름-
env_usage
required
stringThe environment usage type for the GSLB (e.g., PUBLIC).-
algorithm
required
stringThe load balancing algorithm for GSLB traffic distribution (e.g., ROUND_ROBIN, RATIO).-
description
optional
string설명-
tags
optional
array태그 목록'{"key": "", "value": ""}'
health_check_interval
optional
integerGSLB 헬스 체크 주기5
health_check_probe_timeout
optional
integerGSLB 헬스 체크 Probe 타임아웃5
health_check_user_id
optional
stringGSLB 헬스 체크 사용자 이름user
health_check_user_password
optional
stringGSLB 헬스 체크 비밀번호Passw0rd!
receive_string
optional
stringGSLB 헬스 체크 수신 문자열OK
send_string
optional
stringThe GSLB Health Check Send String. If no input is provided, it operates as a “GET /” request.GET /
service_port
optional
integerGSLB 헬스 체크 서비스 포트1
timeout
optional
integerGSLB 헬스 체크 타임아웃. Interval보다 커야 합니다.6

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
algorithmGSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO)
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
env_usageGSLB의 환경 사용 유형(예: PUBLIC)
health_check
linked_resource_count이 GSLB에 연결된 리소스 수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameGSLB 이름
stateGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)

5.1.2 - DeleteGslb

5.1.2.1 - 1.1

scp-cli gslb gslb delete
--gslb_id <value>

Description

GSLB 리소스를 삭제합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-

5.1.2.2 - 1.0

scp-cli gslb gslb delete
--gslb_id <value>

Description

GSLB 리소스를 삭제합니다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-

5.1.3 - ListGslbResources

5.1.3.1 - 1.1

scp-cli gslb gslb-resource list
--gslb_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]

Description

GSLB 리소스 목록

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
destinationGSLB 리소스의 대상 엔드포인트192.168.1.100
health_check_statusGSLB 리소스의 헬스 체크 상태(예: CONNECTED, DISCONNECTED)
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
regionGSLB 리소스가 위치한 리전KR-WEST-1
statusGSLB 리소스 사용 여부(예: ENABLE, DISABLE)
weight부하 분산 배분을 위한 가중치(0-100)10

5.1.3.2 - 1.0

scp-cli gslb gslb-resource list
--gslb_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]

Description

GSLB 리소스 목록

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
destinationGSLB 리소스의 대상 엔드포인트192.168.1.100
disabledGSLB 리소스 비활성화False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
regionGSLB 리소스가 위치한 리전KR-WEST-1
weight부하 분산 배분을 위한 가중치(0-100)10

5.1.4 - ListGslbs

5.1.4.1 - 1.1

scp-cli gslb gslb list
[--size <value>]
[--page <value>]
[--sort <value>]
[--state <value>]
[--name <value>]

Description

GSLB 목록을 조회합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
state
optional
stringGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)-
name
optional
stringGSLB 이름-

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
algorithmGSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO)
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
env_usageGSLB의 환경 사용 유형(예: PUBLIC)
linked_resource_count이 GSLB에 연결된 리소스 수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameGSLB 이름
stateGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)

5.1.4.2 - 1.0

scp-cli gslb gslb list
[--size <value>]
[--page <value>]
[--sort <value>]
[--state <value>]
[--name <value>]

Description

GSLB 목록을 조회합니다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
state
optional
stringGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)-
name
optional
stringGSLB 이름-

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
algorithmGSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO)
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
env_usageGSLB의 환경 사용 유형(예: PUBLIC)
linked_resource_count이 GSLB에 연결된 리소스 수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameGSLB 이름
stateGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)

5.1.5 - ListGslbsRegionalRoutingControl

5.1.5.1 - 1.1

scp-cli gslb gslb regional routing list
[--size <value>]
[--page <value>]
[--sort <value>]
[--region <value>]
[--status <value>]
[--name <value>]

Description

GSLB 리전별 라우팅 제어 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
region
optional
stringGSLB 리소스가 위치한 리전-
status
optional
****GSLB 리소스 사용 여부(예: ENABLE, DISABLE)-
name
optional
stringGSLB 이름-

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
algorithmGSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO)
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
env_usageGSLB의 환경 사용 유형(예: PUBLIC)
linked_regional_resource_count리전 내 이 GSLB에 연결된 리소스 수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameGSLB 이름
regionGSLB 리소스가 위치한 리전
statusGSLB 리소스 사용 여부(예: ENABLE, DISABLE)

5.1.6 - SetGslb

5.1.6.1 - 1.1

scp-cli gslb gslb update
--gslb_id <value>
[--algorithm <value>]
[--description <value>]

Description

GSLB 리소스를 수정합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
algorithm
optional
stringThe load balancing algorithm for GSLB traffic distribution (e.g., ROUND_ROBIN, RATIO).ROUND_ROBIN
description
optional
string설명-

5.1.6.2 - 1.0

scp-cli gslb gslb update
--gslb_id <value>
[--algorithm <value>]
[--description <value>]

Description

GSLB 리소스를 수정합니다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
algorithm
optional
stringThe load balancing algorithm for GSLB traffic distribution (e.g., ROUND_ROBIN, RATIO).ROUND_ROBIN
description
optional
string설명-

5.1.7 - SetGslbHealthCheck

5.1.7.1 - 1.1

scp-cli gslb gslb-health-check update
--gslb_id <value>
--protocol <value>
[--health_check_interval <value>]
[--health_check_probe_timeout <value>]
[--health_check_user_id <value>]
[--health_check_user_password <value>]
[--receive_string <value>]
[--send_string <value>]
[--service_port <value>]
[--timeout <value>]

Description

GSLB 헬스 체크 설정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
protocol
required
stringThe protocol used for health checks (e.g., ICMP, TCP, HTTP, HTTPS).https
health_check_interval
optional
integerGSLB 헬스 체크 주기5
health_check_probe_timeout
optional
integerGSLB 헬스 체크 Probe 타임아웃5
health_check_user_id
optional
stringGSLB 헬스 체크 사용자 이름user
health_check_user_password
optional
stringGSLB 헬스 체크 비밀번호Passw0rd!
receive_string
optional
stringGSLB 헬스 체크 수신 문자열OK
send_string
optional
stringThe GSLB Health Check Send String. If no input is provided, it operates as a “GET /” request.GET /
service_port
optional
integerGSLB 헬스 체크 서비스 포트1
timeout
optional
integerGSLB 헬스 체크 타임아웃. Interval보다 커야 합니다.6

5.1.7.2 - 1.0

scp-cli gslb gslb-health-check update
--gslb_id <value>
--protocol <value>
[--health_check_interval <value>]
[--health_check_probe_timeout <value>]
[--health_check_user_id <value>]
[--health_check_user_password <value>]
[--receive_string <value>]
[--send_string <value>]
[--service_port <value>]
[--timeout <value>]

Description

GSLB 헬스 체크 설정

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
protocol
required
stringThe protocol used for health checks (e.g., ICMP, TCP, HTTP, HTTPS).https
health_check_interval
optional
integerGSLB 헬스 체크 주기5
health_check_probe_timeout
optional
integerGSLB 헬스 체크 Probe 타임아웃5
health_check_user_id
optional
stringGSLB 헬스 체크 사용자 이름user
health_check_user_password
optional
stringGSLB 헬스 체크 비밀번호Passw0rd!
receive_string
optional
stringGSLB 헬스 체크 수신 문자열OK
send_string
optional
stringThe GSLB Health Check Send String. If no input is provided, it operates as a “GET /” request.GET /
service_port
optional
integerGSLB 헬스 체크 서비스 포트1
timeout
optional
integerGSLB 헬스 체크 타임아웃. Interval보다 커야 합니다.6

5.1.8 - SetGslbRegionalRoutingControl

5.1.8.1 - 1.1

scp-cli gslb gslb-regional-routing-set
--gslb_id <value>
--status <value>
--region <value>

Description

GSLB 리전별 라우팅 제어 설정을 업데이트합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
status
required
stringWhether to use the GSLB resource. (e.g., ENABLE, DISABLE)ENABLE
region
required
stringGSLB 리소스가 위치한 리전KR-WEST-1

5.1.9 - SetGslbResources

5.1.9.1 - 1.1

scp-cli gslb gslb-resource update
--gslb_id <value>
--resources <value>

Description

GSLB 리소스 설정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
resources
required
arrayGSLB 리소스 목록'{"description": "", "destination": "192.168.1.100", "region": "KR-WEST-1", "weight": 10}'

5.1.9.2 - 1.0

scp-cli gslb gslb-resource update
--gslb_id <value>
--resources <value>

Description

GSLB 리소스 설정

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-
resources
required
array'{"description": "", "destination": "192.168.1.100", "disabled": false, "region": "KR-WEST-1", "weight": 10}'

5.1.10 - ShowGslb

5.1.10.1 - 1.1

scp-cli gslb gslb show
--gslb_id <value>

Description

특정 GSLB의 상세 정보를 조회합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
algorithmGSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO)
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
env_usageGSLB의 환경 사용 유형(예: PUBLIC)
health_check
linked_resource_count이 GSLB에 연결된 리소스 수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameGSLB 이름
stateGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)

5.1.10.2 - 1.0

scp-cli gslb gslb show
--gslb_id <value>

Description

특정 GSLB의 상세 정보를 조회합니다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020260531

Parameters

NameTypeDescriptionExample
gslb_id
required
stringGSLB의 고유 식별자-

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
algorithmGSLB 트래픽 분산을 위한 부하 분산 알고리즘(예: ROUND_ROBIN, RATIO)
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
env_usageGSLB의 환경 사용 유형(예: PUBLIC)
health_check
linked_resource_count이 GSLB에 연결된 리소스 수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameGSLB 이름
stateGSLB의 현재 상태(예: ACTIVE, CREATING, EDITING, ERROR, DELETING)

6 - Load Balancer

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 LOADBALANCER 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.4CURRENT-
1.3SUPPORTED20261031

6.1 - CLIs

6.1.1 - AddLbServerGroupMembers

6.1.1.1 - 1.4

scp-cli loadbalancer lb-server-group-members add
--lb_server_group_id <value>
--members <value>

Description

Member를 생성한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLb Server Group ID-
members
required
array'{"member_ip": "192.168.0.1", "member_port": 80, "member_state": "ENABLE", "member_weight": 100, "name": "virtualserver-1", "object_id": "1", "object_type": "VM"}'

Responses

NameDescriptionExample
count전체 개수20
linkslinks[{‘href’: ‘http://scp.samsungsdscloud.com/v1/notices’, ‘rel’: ‘self’}]
members[]

6.1.1.2 - 1.3

scp-cli loadbalancer lb-server-group-members add
--lb_server_group_id <value>
--members <value>

Description

Member를 생성한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLb Server Group ID-
members
required
array'{"member_ip": "192.168.0.1", "member_port": 80, "member_state": "ENABLE", "member_weight": 100, "name": "virtualserver-1", "object_id": "1", "object_type": "VM"}'

Responses

NameDescriptionExample
count전체 개수20
linkslinks[{‘href’: ‘http://scp.samsungsdscloud.com/v1/notices’, ‘rel’: ‘self’}]
members[]

6.1.2 - CreateLBHealthCheck

6.1.2.1 - 1.4

scp-cli loadbalancer lb-health-check create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--request_data <value>]
[--response_code <value>]
[--tags <value>]

Description

LB 헬스 체크를 생성한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID8acceeb6920c4fc494490d864f67f0b5
subnet_id
required
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200
protocol
required
string프로토콜TCP
name
required
stringLB 헬스 체크명ServerGroup01
description
optional
string설명this is an lb server group
health_check_count
optional
integer탐지 횟수3
health_check_interval
optional
integer헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port
optional
integer헬스 체크 포트80
health_check_timeout
optional
integer대기 시간5
health_check_url
optional
stringURL 모니터/test
http_method
optional
****LB 헬스 체크 HTTP 방식GET
request_data
optional
string요청 문자열username=admin&password=1234
response_code
optional
string응답 코드200
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
health_check_count탐지 횟수3
health_check_interval헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port헬스 체크 포트80
health_check_timeout대기 시간5
health_check_typeLB 헬스 체크 유형DEFAULT
health_check_urlURL 모니터/test
http_methodLB 헬스 체크 HTTP 방식GET
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 헬스 체크명Test-LbMonitor-01
protocol프로토콜TCP
request_data요청 문자열username=admin&password=1234
response_code응답 코드200
stateLB Health Check stateACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.2.2 - 1.3

scp-cli loadbalancer lb-health-check create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--request_data <value>]
[--response_code <value>]
[--tags <value>]

Description

LB 헬스 체크를 생성한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID8acceeb6920c4fc494490d864f67f0b5
subnet_id
required
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200
protocol
required
string프로토콜TCP
name
required
stringLB 헬스 체크명ServerGroup01
description
optional
string설명this is an lb server group
health_check_count
optional
integer탐지 횟수3
health_check_interval
optional
integer헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port
optional
integer헬스 체크 포트80
health_check_timeout
optional
integer대기 시간5
health_check_url
optional
stringURL 모니터/test
http_method
optional
****LB 헬스 체크 HTTP 방식GET
request_data
optional
string요청 문자열username=admin&password=1234
response_code
optional
string응답 코드200
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
health_check_count탐지 횟수3
health_check_interval헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port헬스 체크 포트80
health_check_timeout대기 시간5
health_check_typeLB 헬스 체크 유형DEFAULT
health_check_urlURL 모니터/test
http_methodLB 헬스 체크 HTTP 방식GET
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 헬스 체크명Test-LbMonitor-01
protocol프로토콜TCP
request_data요청 문자열username=admin&password=1234
response_code응답 코드200
stateLB Health Check stateACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.3 - CreateLbListener

6.1.3.1 - 1.4

scp-cli loadbalancer lb-listener create
--listener_protocol <value>
--service_port <value>
--routing_action <value>
--name <value>
--loadbalancer_id <value>
[--condition_type <value>]
[--description <value>]
[--idle_timeout <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--server_group_id <value>]
[--session_duration_time <value>]
[--support_http2 <value>]
[--tags <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--port <value>]
[--response_code <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]
[--listener_https_redirection_protocol <value>]

Description

Listener를 생성한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
listener_protocol
required
string프로토콜-
service_port
required
integer서비스 포트-
routing_action
required
stringThe routing action of the listener.-
name
required
stringListener 명-
loadbalancer_id
required
stringLB 아이디-
condition_type
optional
****The condition type of the listener.-
description
optional
string설명-
idle_timeout
optional
integerThe idle timeout(L7) of the listener.-
insert_client_ip
optional
booleanWhether the client IP should be inserted.-
persistence
optional
string지속성 유형-
response_timeout
optional
integer응답 시간 초과-
server_group_id
optional
stringLB 서버 그룹 아이디-
session_duration_time
optional
integerThe session duration time.-
support_http2
optional
booleanWhether the HTTP 2.0 is supported-
tags
optional
arrayTag List'{"key": "", "value": ""}'
url_handler
optional
arrayURL 처리'{"seq": "", "server_group_id": "", "url_pattern": ""}'
url_redirection
optional
stringThe URL redirect of the listener.-
x_forwarded_for
optional
booleanWhether the X-Forwarded-For should be inserted.-
x_forwarded_port
optional
booleanWhether the X-Forwarded-Port should be inserted.-
x_forwarded_proto
optional
booleanWhether the X-Forwarded-Protocol should be inserted.-
port
optional
stringport-
response_code
optional
stringresponse_code-
client_cert_id
optional
stringCertificate id for client ssl-
client_cert_level
optional
stringCertificate level for client ssl-
server_cert_level
optional
stringCertificate level for server ssl-
listener_https_redirection_protocol
optional
string프로토콜-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
condition_typeThe condition type of the listener.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
hsts_configThe hsts response header of the listener.
https_redirectionThe https redirection of the listener.
idle_timeoutThe idle timeout(L7) of the listener.
insert_client_ipWhether the client IP should be inserted.
loadbalancer_idLB 아이디
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameListener 명
persistence지속성 유형
protocol프로토콜
response_timeout응답 시간 초과
routing_actionThe routing action of the listener.
server_group_idLB 서버 그룹 아이디
server_group_nameLB 서버 그룹 명
service_port서비스 포트
session_duration_timeThe session duration time.
sni_certificateThe sni certificate of the listener.
ssl_certificateSSL 인증서
stateListener 상태
support_http2Whether the HTTP 2.0 is supported
tagsTag List
url_handlerURL handler list
url_redirectionThe URL redirect of the listener.
x_forwarded_forWhether the X-Forwarded-For should be inserted.
x_forwarded_portWhether the X-Forwarded-Port should be inserted.
x_forwarded_protoWhether the X-Forwarded-Protocol should be inserted.

6.1.3.2 - 1.3

scp-cli loadbalancer lb-listener create
--listener_protocol <value>
--service_port <value>
--routing_action <value>
--name <value>
--loadbalancer_id <value>
[--condition_type <value>]
[--description <value>]
[--hsts_max_age <value>]
[--idle_timeout <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--server_group_id <value>]
[--session_duration_time <value>]
[--sni_certificate <value>]
[--support_http2 <value>]
[--tags <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--port <value>]
[--response_code <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]
[--listener_https_redirection_protocol <value>]

Description

Listener를 생성한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
listener_protocol
required
string프로토콜-
service_port
required
integer서비스 포트-
routing_action
required
stringThe routing action of the listener.-
name
required
stringListener 명-
loadbalancer_id
required
stringLB 아이디-
condition_type
optional
****The condition type of the listener.-
description
optional
string설명-
hsts_max_age
optional
integerThe hsts max_age of the listener.-
idle_timeout
optional
integerThe idle timeout(L7) of the listener.-
insert_client_ip
optional
booleanWhether the client IP should be inserted.-
persistence
optional
string지속성 유형-
response_timeout
optional
integer응답 시간 초과-
server_group_id
optional
stringLB 서버 그룹 아이디-
session_duration_time
optional
integerThe session duration time.-
sni_certificate
optional
arrayThe sni certificate of the listener.'{"domain_name": "", "sni_cert_id": ""}'
support_http2
optional
booleanWhether the HTTP 2.0 is supported-
tags
optional
arrayTag List'{"key": "", "value": ""}'
url_handler
optional
arrayURL 처리-
url_redirection
optional
stringThe URL redirect of the listener.-
x_forwarded_for
optional
booleanWhether the X-Forwarded-For should be inserted.-
x_forwarded_port
optional
booleanWhether the X-Forwarded-Port should be inserted.-
x_forwarded_proto
optional
booleanWhether the X-Forwarded-Protocol should be inserted.-
port
optional
stringport-
response_code
optional
stringresponse_code-
client_cert_id
optional
stringCertificate id for client ssl-
client_cert_level
optional
stringCertificate level for client ssl-
server_cert_level
optional
stringCertificate level for server ssl-
listener_https_redirection_protocol
optional
string프로토콜-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
condition_typeThe condition type of the listener.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
hsts_max_ageThe hsts max_age of the listener.
https_redirectionThe https redirection of the listener.
idle_timeoutThe idle timeout(L7) of the listener.
insert_client_ipWhether the client IP should be inserted.
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameListener 명
persistence지속성 유형
protocol프로토콜
response_timeout응답 시간 초과
routing_actionThe routing action of the listener.
server_group_idLB 서버 그룹 아이디
server_group_nameLB 서버 그룹 명
service_port서비스 포트
session_duration_timeThe session duration time.
sni_certificateThe sni certificate of the listener.
ssl_certificateSSL 인증서
stateListener 상태
support_http2Whether the HTTP 2.0 is supported
url_handlerURL 처리
url_redirectionThe URL redirect of the listener.
x_forwarded_forWhether the X-Forwarded-For should be inserted.
x_forwarded_portWhether the X-Forwarded-Port should be inserted.
x_forwarded_protoWhether the X-Forwarded-Protocol should be inserted.

6.1.4 - CreateLBServerGroup

6.1.4.1 - 1.4

scp-cli loadbalancer lb-server-group create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
--lb_method <value>
[--description <value>]
[--lb_health_check_id <value>]
[--tags <value>]

Description

LB 서버 그룹을 생성한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID8acceeb6920c4fc494490d864f67f0b5
subnet_id
required
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200
protocol
required
string프로토콜TCP
name
required
stringLB 헬스 체크명ServerGroup01
lb_method
required
string부하 분산ROUND_ROBIN
description
optional
string설명this is an lb server group
lb_health_check_id
optional
stringLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
lb_health_check_idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method부하 분산ROUND_ROBIN
lb_nameLoad Balancer 명Test-LB-01
loadbalancer_idLoad Balancer ID82efa35c88834bc083020443e57faa10
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 서버 그룹 명ServerGroup01
protocol프로토콜TCP
stateLB 서버 그룹 상태ACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.4.2 - 1.3

scp-cli loadbalancer lb-server-group create
--vpc_id <value>
--subnet_id <value>
--protocol <value>
--name <value>
--lb_method <value>
[--description <value>]
[--lb_health_check_id <value>]
[--tags <value>]

Description

LB 서버 그룹을 생성한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID8acceeb6920c4fc494490d864f67f0b5
subnet_id
required
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200
protocol
required
string프로토콜TCP
name
required
stringLB 헬스 체크명ServerGroup01
lb_method
required
string부하 분산ROUND_ROBIN
description
optional
string설명this is an lb server group
lb_health_check_id
optional
stringLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
lb_health_check_idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method부하 분산ROUND_ROBIN
lb_nameLoad Balancer 명Test-LB-01
loadbalancer_idLoad Balancer ID82efa35c88834bc083020443e57faa10
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 서버 그룹 명ServerGroup01
protocol프로토콜TCP
stateLB 서버 그룹 상태ACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.5 - CreateLoadbalancer

6.1.5.1 - 1.4

scp-cli loadbalancer loadbalancer create
--vpc_id <value>
--subnet_id <value>
--name <value>
--layer_type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_logging_enabled <value>]
[--health_check_ips <value>]
[--publicip_id <value>]
[--service_ip <value>]
[--source_nat_ip <value>]
[--tags <value>]
[--zones <value>]

Description

LoadBalancer를 생성한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
subnet_id
required
stringSubnet ID-
name
required
string이름-
layer_type
required
string계층 타입-
description
optional
string설명-
firewall_enabled
optional
boolean방화벽 사용 여부-
firewall_logging_enabled
optional
boolean방화벽 로깅 여부-
health_check_ips
optional
arrayThe list of Health check IPs-
publicip_id
optional
stringPublic IP ID-
service_ip
optional
stringLoadBalancer 서비스 IP-
source_nat_ip
optional
stringSource NAT IP-
tags
optional
arrayTag List'{"key": "", "value": ""}'
zones
optional
arrayAvailability Zones-

Responses

NameDescriptionExample
id자원 ID
account_idLoadBalancer account ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
layer_type계층 타입
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name이름
stateThe state of the load balancer.
subnet_idSubnet ID
vpc_idVPC ID

6.1.5.2 - 1.3

scp-cli loadbalancer loadbalancer create
--vpc_id <value>
--subnet_id <value>
--name <value>
--layer_type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_logging_enabled <value>]
[--health_check_ip_1 <value>]
[--health_check_ip_2 <value>]
[--publicip_id <value>]
[--service_ip <value>]
[--source_nat_ip <value>]
[--tags <value>]

Description

LoadBalancer를 생성한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
subnet_id
required
stringSubnet ID-
name
required
string이름-
layer_type
required
string계층 타입-
description
optional
string설명-
firewall_enabled
optional
boolean방화벽 사용 여부-
firewall_logging_enabled
optional
boolean방화벽 로깅 여부-
health_check_ip_1
optional
stringHealth check IP-
health_check_ip_2
optional
stringHealth check IP-
publicip_id
optional
stringPublic IP ID-
service_ip
optional
stringLoadBalancer 서비스 IP-
source_nat_ip
optional
stringSource NAT IP-
tags
optional
arrayTag List'{"key": "", "value": ""}'

Responses

NameDescriptionExample
id자원 ID
account_idLoadBalancer account ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
layer_type계층 타입
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name이름
stateThe state of the load balancer.
subnet_idSubnet ID
vpc_idVPC ID

6.1.6 - CreateLoadbalancerPrivateNatIp

6.1.6.1 - 1.4

scp-cli loadbalancer loadbalancer-private-nat-ip create
--loadbalancer_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>

Description

create Load Balancer Private NAT IP

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-
private_nat_ip_id
required
stringprivate_nat_ip_id-
private_nat_id
required
stringprivate_nat_id-

Responses

NameDescriptionExample
id자원 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
external_ip_addressexternal_ip_address
internal_ip_addressinternal_ip_address
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_ip_idprivate_nat_ip_id
statestate
subnet_idsubnet_id

6.1.6.2 - 1.3

scp-cli loadbalancer loadbalancer-private-nat-ip create
--loadbalancer_id <value>
--private_nat_ip_id <value>
--private_nat_id <value>

Description

create Load Balancer Private NAT IP

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-
private_nat_ip_id
required
stringprivate_nat_ip_id-
private_nat_id
required
stringprivate_nat_id-

Responses

NameDescriptionExample
id자원 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
external_ip_addressexternal_ip_address
internal_ip_addressinternal_ip_address
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_ip_idprivate_nat_ip_id
statestate
subnet_idsubnet_id

6.1.7 - CreateLoadbalancerPublicNatIp

6.1.7.1 - 1.4

scp-cli loadbalancer loadbalancer-public-nat-ip create
--loadbalancer_id <value>
--publicip_id <value>

Description

LoadBalancer Public NAT를 생성한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-
publicip_id
required
stringpublicip_id-

Responses

NameDescriptionExample
id자원 ID
account_idaccount_id
action_typeaction_type
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
external_ip_addressexternal_ip_address
internal_ip_addressinternal_ip_address
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name이름
owner_idowner_id
owner_nameowner_name
owner_typeowner_type
publicip_idpublicip_id
service_ip_port_idservice_ip_port_id
statestate
subnet_idsubnet_id
typetype
vpc_idvpc_id

6.1.7.2 - 1.3

scp-cli loadbalancer loadbalancer-public-nat-ip create
--loadbalancer_id <value>
--publicip_id <value>

Description

LoadBalancer Public NAT를 생성한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-
publicip_id
required
stringpublicip_id-

Responses

NameDescriptionExample
id자원 ID
account_idaccount_id
action_typeaction_type
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
external_ip_addressexternal_ip_address
internal_ip_addressinternal_ip_address
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name이름
owner_idowner_id
owner_nameowner_name
owner_typeowner_type
publicip_idpublicip_id
service_ip_port_idservice_ip_port_id
statestate
subnet_idsubnet_id
typetype
vpc_idvpc_id

6.1.8 - DeleteLBHealthCheck

6.1.8.1 - 1.4

scp-cli loadbalancer lb-health-check delete
--lb_health_check_id <value>

Description

LB 헬스 체크를 삭제한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_health_check_id
required
stringLB 헬스 체크 IDe3cd678b11784734bc366148aa37580e

6.1.8.2 - 1.3

scp-cli loadbalancer lb-health-check delete
--lb_health_check_id <value>

Description

LB 헬스 체크를 삭제한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_health_check_id
required
stringLB 헬스 체크 IDe3cd678b11784734bc366148aa37580e

6.1.9 - DeleteLbListener

6.1.9.1 - 1.4

scp-cli loadbalancer lb-listener delete
--listener_id <value>

Description

Listener를 삭제한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-

6.1.9.2 - 1.3

scp-cli loadbalancer lb-listener delete
--listener_id <value>

Description

Listener를 삭제한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-

6.1.10 - DeleteLBServerGroup

6.1.10.1 - 1.4

scp-cli loadbalancer lb-server-group delete
--lb_server_group_id <value>

Description

LB 서버 그룹을 삭제한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b

6.1.10.2 - 1.3

scp-cli loadbalancer lb-server-group delete
--lb_server_group_id <value>

Description

LB 서버 그룹을 삭제한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b

6.1.11 - DeleteLoadbalancer

6.1.11.1 - 1.4

scp-cli loadbalancer loadbalancer delete
--loadbalancer_id <value>

Description

LoadBalancer를 삭제한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

6.1.11.2 - 1.3

scp-cli loadbalancer loadbalancer delete
--loadbalancer_id <value>

Description

LoadBalancer를 삭제한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

6.1.12 - DeleteLoadbalancerPrivateNatIp

6.1.12.1 - 1.4

scp-cli loadbalancer loadbalancer-private-nat-ip delete
--loadbalancer_id <value>

Description

delete Load Balancer Private NAT IP

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

6.1.12.2 - 1.3

scp-cli loadbalancer loadbalancer-private-nat-ip delete
--loadbalancer_id <value>

Description

delete Load Balancer Private NAT IP

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

6.1.13 - DeleteLoadbalancerPublicNatIp

6.1.13.1 - 1.4

scp-cli loadbalancer loadbalancer-public-nat-ip delete
--loadbalancer_id <value>

Description

LoadBalancer Public NAT를 삭제한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

6.1.13.2 - 1.3

scp-cli loadbalancer loadbalancer-public-nat-ip delete
--loadbalancer_id <value>

Description

LoadBalancer Public NAT를 삭제한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

6.1.14 - ListLBHealthChecks

6.1.14.1 - 1.4

scp-cli loadbalancer lb-health-check list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--protocol <value>]
[--subnet_id <value>]

Description

LB 헬스 체크 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringLB 헬스 체크명Test-LbMonitor-01
protocol
optional
array프로토콜'TCP'
subnet_id
optional
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200

Responses

NameDescriptionExample
idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
health_check_typeLB 헬스 체크 유형DEFAULT
lb_server_group_countLB 서버 그룹 수2
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 헬스 체크명Test-LbMonitor-01
protocol프로토콜TCP
stateLB Health Check stateACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200

6.1.14.2 - 1.3

scp-cli loadbalancer lb-health-check list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--protocol <value>]
[--subnet_id <value>]

Description

LB 헬스 체크 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringLB 헬스 체크명Test-LbMonitor-01
protocol
optional
array프로토콜'TCP'
subnet_id
optional
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200

Responses

NameDescriptionExample
idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
health_check_typeLB 헬스 체크 유형DEFAULT
lb_server_group_countLB 서버 그룹 수2
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 헬스 체크명Test-LbMonitor-01
protocol프로토콜TCP
stateLB Health Check stateACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200

6.1.15 - ListLbListeners

6.1.15.1 - 1.4

scp-cli loadbalancer lb-listener list
[--size <value>]
[--page <value>]
[--sort <value>]
[--loadbalancer_id <value>]
[--state <value>]
[--name <value>]
[--service_port <value>]
[--protocol <value>]
[--not_protocol <value>]

Description

Listener 목록을 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
loadbalancer_id
optional
stringLB 아이디-
state
optional
stringListener 상태-
name
optional
stringListener 명-
service_port
optional
integer서비스 포트-
protocol
optional
array프로토콜'TCP'
not_protocol
optional
****The protocol of the listener to exclude.TCP

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameListener 명
protocol프로토콜
service_port서비스 포트
stateListener 상태

6.1.15.2 - 1.3

scp-cli loadbalancer lb-listener list
[--size <value>]
[--page <value>]
[--sort <value>]
[--loadbalancer_id <value>]
[--state <value>]
[--name <value>]
[--service_port <value>]
[--protocol <value>]
[--not_protocol <value>]

Description

Listener 목록을 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
loadbalancer_id
optional
stringLB 아이디-
state
optional
stringListener 상태-
name
optional
stringListener 명-
service_port
optional
integer서비스 포트-
protocol
optional
array프로토콜'TCP'
not_protocol
optional
****The protocol of the listener to exclude.TCP

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameListener 명
protocol프로토콜
service_port서비스 포트
stateListener 상태

6.1.16 - ListLbServerGroupMembers

6.1.16.1 - 1.4

scp-cli loadbalancer lb-server-group-member list
--lb_server_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--member_ip <value>]
[--member_port <value>]

Description

Member 목록을 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLb Server Group ID-
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringMember 명-
member_ip
optional
stringMember ID-
member_port
optional
integerMember 포트-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
health_stateMember의 Health State
lb_server_group_idLb Server Group ID
member_ipMember ID
member_portMember 포트
member_stateMember State of Member
member_weightWeight of Member
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameMember 명
object_azObject AZ of Member
object_idMember 대상 서버의 ID
object_typeMember의 대상 서버 타입
stateState of Member

6.1.16.2 - 1.3

scp-cli loadbalancer lb-server-group-member list
--lb_server_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--member_ip <value>]
[--member_port <value>]

Description

Member 목록을 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLb Server Group ID-
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringMember 명-
member_ip
optional
stringMember ID-
member_port
optional
integerMember 포트-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
health_stateMember의 Health State
lb_server_group_idLb Server Group ID
member_ipMember ID
member_portMember 포트
member_stateMember State of Member
member_weightWeight of Member
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameMember 명
object_idMember 대상 서버의 ID
object_typeMember의 대상 서버 타입
stateState of Member

6.1.17 - ListLBServerGroups

6.1.17.1 - 1.4

scp-cli loadbalancer lb-server-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--state <value>]
[--protocol <value>]
[--subnet_id <value>]
[--vpc_id <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]

Description

LB 서버 그룹 목록을 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringLB 서버 그룹 명ServerGroup01
state
optional
stringLB 서버 그룹 상태ACTIVE
protocol
optional
array프로토콜'TCP'
subnet_id
optional
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_id
optional
stringVPC ID8acceeb6920c4fc494490d864f67f0b5
lb_health_check_id
optional
stringLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method
optional
array부하 분산'R'

Responses

NameDescriptionExample
idLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
lb_health_check_idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_nameLoad Balancer 명Test-LB-01
lb_server_group_member_count서버 멤버 수2
loadbalancer_idLoad Balancer ID82efa35c88834bc083020443e57faa10
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 서버 그룹 명ServerGroup01
protocol프로토콜TCP
stateLB 서버 그룹 상태ACTIVE
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.17.2 - 1.3

scp-cli loadbalancer lb-server-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--state <value>]
[--protocol <value>]
[--subnet_id <value>]
[--vpc_id <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]

Description

LB 서버 그룹 목록을 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringLB 서버 그룹 명ServerGroup01
state
optional
stringLB 서버 그룹 상태ACTIVE
protocol
optional
array프로토콜'TCP'
subnet_id
optional
stringService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_id
optional
stringVPC ID8acceeb6920c4fc494490d864f67f0b5
lb_health_check_id
optional
stringLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method
optional
array부하 분산'R'

Responses

NameDescriptionExample
idLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
lb_health_check_idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_nameLoad Balancer 명Test-LB-01
lb_server_group_member_count서버 멤버 수2
loadbalancer_idLoad Balancer ID82efa35c88834bc083020443e57faa10
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 서버 그룹 명ServerGroup01
protocol프로토콜TCP
stateLB 서버 그룹 상태ACTIVE
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.18 - ListLoadbalancerCertificates

6.1.18.1 - 1.4

scp-cli loadbalancer loadbalancer-certificate list

Description

인증서 목록을 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Responses

NameDescriptionExample
idID of the certificate
cert_kindKind of certificate
cnCommon Name of certificate
created_at생성 시간
created_by생성자
modified_at수정 시간
modified_by수정자
nameName of the certificate
not_after_dtExpiration date and time of the certificate
not_before_dtStart date and time when the certificate becomes valid
stateState of the certificate

6.1.18.2 - 1.3

scp-cli loadbalancer loadbalancer-certificate list

Description

인증서 목록을 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Responses

NameDescriptionExample
idID of the certificate
cert_kindKind of certificate
cnCommon Name of certificate
created_at생성 시간
created_by생성자
modified_at수정 시간
modified_by수정자
nameName of the certificate
not_after_dtExpiration date and time of the certificate
not_before_dtStart date and time when the certificate becomes valid
stateState of the certificate

6.1.19 - ListLoadbalancers

6.1.19.1 - 1.4

scp-cli loadbalancer loadbalancer list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--state <value>]
[--service_ip <value>]
[--subnet_id <value>]
[--layer_type <value>]
[--vpc_id <value>]

Description

LoadBalancer 목록을 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringLoadBalancer 명-
state
optional
****The state of the load balancer.-
service_ip
optional
stringLoadBalancer 서비스 IP-
subnet_id
optional
stringSubnet ID-
layer_type
optional
****계층 타입-
vpc_id
optional
stringVPC ID-

Responses

NameDescriptionExample
id자원 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
firewall_id방화벽 ID
layer_type계층 타입
listener_countListener 개수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLoadBalancer 명
public_nat_enabledPublic NAT Enabled Status
service_ipLoadBalancer 서비스 IP
source_nat_ipSource NAT IP
stateThe state of the load balancer.
subnet_idSubnet ID
vpc_idVPC ID
zonesAvailability Zones

6.1.19.2 - 1.3

scp-cli loadbalancer loadbalancer list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--state <value>]
[--service_ip <value>]
[--subnet_id <value>]
[--layer_type <value>]
[--vpc_id <value>]

Description

LoadBalancer 목록을 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringLoadBalancer 명-
state
optional
****The state of the load balancer.-
service_ip
optional
stringLoadBalancer 서비스 IP-
subnet_id
optional
stringSubnet ID-
layer_type
optional
****계층 타입-
vpc_id
optional
stringVPC ID-

Responses

NameDescriptionExample
id자원 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
firewall_id방화벽 ID
layer_type계층 타입
listener_countListener 개수
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLoadBalancer 명
public_nat_enabledPublic NAT Enabled Status
service_ipLoadBalancer 서비스 IP
source_nat_ipSource NAT IP
stateThe state of the load balancer.
subnet_idSubnet ID
vpc_idVPC ID

6.1.20 - RemoveLbServerGroupMember

6.1.20.1 - 1.4

scp-cli loadbalancer lb-server-group-member remove
--member_id <value>
--lb_server_group_id <value>

Description

Member를 삭제한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
member_id
required
stringID of Member-
lb_server_group_id
required
stringLb Server Group ID-

6.1.20.2 - 1.3

scp-cli loadbalancer lb-server-group-member remove
--member_id <value>
--lb_server_group_id <value>

Description

Member를 삭제한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
member_id
required
stringID of Member-
lb_server_group_id
required
stringLb Server Group ID-

6.1.21 - RemoveLbServerGroupMembers

6.1.21.1 - 1.4

scp-cli loadbalancer lb-server-group-members remove
--lb_server_group_id <value>
--member_id_list <value>

Description

Remove Lb Server Group Members

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLb Server Group ID-
member_id_list
required
arrayID list of Member-

6.1.21.2 - 1.3

scp-cli loadbalancer lb-server-group-members remove
--lb_server_group_id <value>
--member_id_list <value>

Description

Remove Lb Server Group Members

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLb Server Group ID-
member_id_list
required
arrayID list of Member-

6.1.22 - SetLBHealthCheck

6.1.22.1 - 1.4

scp-cli loadbalancer lb-health-check update
--lb_health_check_id <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--protocol <value>]
[--request_data <value>]
[--response_code <value>]

Description

LB 헬스 체크를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_health_check_id
required
stringLB 헬스 체크 IDe3cd678b11784734bc366148aa37580e
description
optional
string설명this is an lb server group
health_check_count
optional
integer탐지 횟수3
health_check_interval
optional
integer헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port
optional
integer헬스 체크 포트80
health_check_timeout
optional
integer대기 시간5
health_check_url
optional
stringURL 모니터/test
http_method
optional
****LB 헬스 체크 HTTP 방식GET
protocol
optional
****프로토콜TCP
request_data
optional
string요청 문자열username=admin&password=1234
response_code
optional
string응답 코드200

6.1.22.2 - 1.3

scp-cli loadbalancer lb-health-check update
--lb_health_check_id <value>
[--description <value>]
[--health_check_count <value>]
[--health_check_interval <value>]
[--health_check_port <value>]
[--health_check_timeout <value>]
[--health_check_url <value>]
[--http_method <value>]
[--protocol <value>]
[--request_data <value>]
[--response_code <value>]

Description

LB 헬스 체크를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_health_check_id
required
stringLB 헬스 체크 IDe3cd678b11784734bc366148aa37580e
description
optional
string설명this is an lb server group
health_check_count
optional
integer탐지 횟수3
health_check_interval
optional
integer헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port
optional
integer헬스 체크 포트80
health_check_timeout
optional
integer대기 시간5
health_check_url
optional
stringURL 모니터/test
http_method
optional
****LB 헬스 체크 HTTP 방식GET
protocol
optional
****프로토콜TCP
request_data
optional
string요청 문자열username=admin&password=1234
response_code
optional
string응답 코드200

6.1.23 - SetLbListener

6.1.23.1 - 1.3

scp-cli loadbalancer lb-listener update
--listener_id <value>
[--condition_type <value>]
[--description <value>]
[--hsts_max_age <value>]
[--idle_timeout <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--server_group_id <value>]
[--session_duration_time <value>]
[--sni_certificate <value>]
[--support_http2 <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--port <value>]
[--protocol <value>]
[--response_code <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]

Description

리스너 목록을 수정한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-
condition_type
optional
****The condition type of the listener.-
description
optional
string설명-
hsts_max_age
optional
integerThe hsts max_age of the listener.-
idle_timeout
optional
integerThe idle timeout(L7) of the listener.-
insert_client_ip
optional
booleanWhether the client IP should be inserted.-
persistence
optional
string지속성 유형-
response_timeout
optional
integer응답 시간 초과-
server_group_id
optional
stringLB 서버 그룹 아이디-
session_duration_time
optional
integerThe session duration time.-
sni_certificate
optional
arrayThe sni certificate of the listener.'{"domain_name": "", "sni_cert_id": ""}'
support_http2
optional
booleanWhether the HTTP 2.0 is supported-
url_handler
optional
arrayURL 처리-
url_redirection
optional
stringThe URL redirect of the listener.-
x_forwarded_for
optional
booleanWhether the X-Forwarded-For should be inserted.-
x_forwarded_port
optional
booleanWhether the X-Forwarded-Port should be inserted.-
x_forwarded_proto
optional
booleanWhether the X-Forwarded-Protocol should be inserted.-
port
optional
stringport-
protocol
optional
string프로토콜-
response_code
optional
stringresponse_code-
client_cert_id
optional
stringCertificate id for client ssl-
client_cert_level
optional
stringCertificate level for client ssl-
server_cert_level
optional
stringCertificate level for server ssl-

6.1.24 - SetLbListenerCertificate

6.1.24.1 - 1.4

scp-cli loadbalancer lb-listener-certificate update
--listener_id <value>
[--sni_certificate <value>]
[--client_cert_id <value>]
[--client_cert_level <value>]
[--server_cert_level <value>]

Description

set loadbalancer listener certificate

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-
sni_certificate
optional
arrayThe sni certificate of the listener.'{"domain_name": "", "sni_cert_id": ""}'
client_cert_id
optional
stringCertificate id for client ssl-
client_cert_level
optional
stringCertificate level for client ssl-
server_cert_level
optional
stringCertificate level for server ssl-

6.1.25 - SetLbListenerResource

6.1.25.1 - 1.4

scp-cli loadbalancer lb-listener-resource update
--listener_id <value>
[--description <value>]
[--idle_timeout <value>]
[--insert_client_ip <value>]
[--persistence <value>]
[--response_timeout <value>]
[--session_duration_time <value>]
[--support_http2 <value>]
[--x_forwarded_for <value>]
[--x_forwarded_port <value>]
[--x_forwarded_proto <value>]
[--include_sub_domains <value>]
[--max_age <value>]

Description

set loadbalancer listener resource

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-
description
optional
string설명-
idle_timeout
optional
integerThe idle timeout(L7) of the listener.-
insert_client_ip
optional
booleanWhether the client IP should be inserted.-
persistence
optional
string지속성 유형-
response_timeout
optional
integer응답 시간 초과-
session_duration_time
optional
integerThe session duration time.-
support_http2
optional
booleanWhether the HTTP 2.0 is supported-
x_forwarded_for
optional
booleanWhether the X-Forwarded-For should be inserted.-
x_forwarded_port
optional
booleanWhether the X-Forwarded-Port should be inserted.-
x_forwarded_proto
optional
booleanWhether the X-Forwarded-Protocol should be inserted.-
include_sub_domains
optional
booleanThe hsts include_sub_domains of the listener.-
max_age
optional
integerThe hsts max_age of the listener.-

6.1.26 - SetLbListenerRule

6.1.26.1 - 1.4

scp-cli loadbalancer lb-listener-rule update
--listener_id <value>
[--condition_type <value>]
[--server_group_id <value>]
[--url_handler <value>]
[--url_redirection <value>]
[--port <value>]
[--protocol <value>]
[--response_code <value>]

Description

set loadbalancer listener rule

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-
condition_type
optional
****The condition type of the listener.-
server_group_id
optional
stringLB 서버 그룹 아이디-
url_handler
optional
arrayURL 처리'{"seq": "", "server_group_id": "", "url_pattern": ""}'
url_redirection
optional
stringThe URL redirect of the listener.-
port
optional
stringport-
protocol
optional
string프로토콜-
response_code
optional
stringresponse_code-

6.1.27 - SetLBServerGroup

6.1.27.1 - 1.4

scp-cli loadbalancer lb-server-group update
--lb_server_group_id <value>
[--description <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]

Description

LB 서버 그룹을 수정한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
description
optional
string설명this is an lb server group
lb_health_check_id
optional
stringLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method
optional
****부하 분산ROUND_ROBIN

6.1.27.2 - 1.3

scp-cli loadbalancer lb-server-group update
--lb_server_group_id <value>
[--description <value>]
[--lb_health_check_id <value>]
[--lb_method <value>]

Description

LB 서버 그룹을 수정한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
description
optional
string설명this is an lb server group
lb_health_check_id
optional
stringLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method
optional
****부하 분산ROUND_ROBIN

6.1.28 - SetLbServerGroupMember

6.1.28.1 - 1.4

scp-cli loadbalancer lb-server-group-member set
--member_id <value>
--lb_server_group_id <value>
[--member_port <value>]
[--member_state <value>]
[--member_weight <value>]

Description

Member를 수정한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
member_id
required
stringID of Member-
lb_server_group_id
required
stringLb Server Group ID-
member_port
optional
integerMember 포트80
member_state
optional
****Member State of Member-
member_weight
optional
integerWeight of Member100

6.1.28.2 - 1.3

scp-cli loadbalancer lb-server-group-member set
--member_id <value>
--lb_server_group_id <value>
[--member_port <value>]
[--member_state <value>]
[--member_weight <value>]

Description

Member를 수정한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
member_id
required
stringID of Member-
lb_server_group_id
required
stringLb Server Group ID-
member_port
optional
integerMember 포트80
member_state
optional
****Member State of Member-
member_weight
optional
integerWeight of Member100

6.1.29 - SetLoadbalancer

6.1.29.1 - 1.4

scp-cli loadbalancer loadbalancer update
--loadbalancer_id <value>
--description <value>

Description

LoadBalancer를 수정한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-
description
required
string설명-

6.1.29.2 - 1.3

scp-cli loadbalancer loadbalancer update
--loadbalancer_id <value>
--description <value>

Description

LoadBalancer를 수정한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-
description
required
string설명-

6.1.30 - ShowLBHealthCheck

6.1.30.1 - 1.4

scp-cli loadbalancer lb-health-check read
--lb_health_check_id <value>

Description

LB 헬스 체크를 상세 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_health_check_id
required
stringLB 헬스 체크 IDe3cd678b11784734bc366148aa37580e

Responses

NameDescriptionExample
idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
health_check_count탐지 횟수3
health_check_interval헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port헬스 체크 포트80
health_check_timeout대기 시간5
health_check_typeLB 헬스 체크 유형DEFAULT
health_check_urlURL 모니터/test
http_methodLB 헬스 체크 HTTP 방식GET
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 헬스 체크명Test-LbMonitor-01
protocol프로토콜TCP
request_data요청 문자열username=admin&password=1234
response_code응답 코드200
stateLB Health Check stateACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.30.2 - 1.3

scp-cli loadbalancer lb-health-check read
--lb_health_check_id <value>

Description

LB 헬스 체크를 상세 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_health_check_id
required
stringLB 헬스 체크 IDe3cd678b11784734bc366148aa37580e

Responses

NameDescriptionExample
idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
health_check_count탐지 횟수3
health_check_interval헬스 체크 주기가 유효하지 않습니다. 입력 조건을 확인하세요.5
health_check_port헬스 체크 포트80
health_check_timeout대기 시간5
health_check_typeLB 헬스 체크 유형DEFAULT
health_check_urlURL 모니터/test
http_methodLB 헬스 체크 HTTP 방식GET
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 헬스 체크명Test-LbMonitor-01
protocol프로토콜TCP
request_data요청 문자열username=admin&password=1234
response_code응답 코드200
stateLB Health Check stateACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.31 - ShowLbListener

6.1.31.1 - 1.4

scp-cli loadbalancer lb-listener show
--listener_id <value>

Description

Listener를 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
condition_typeThe condition type of the listener.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
hsts_configThe hsts response header of the listener.
https_redirectionThe https redirection of the listener.
idle_timeoutThe idle timeout(L7) of the listener.
insert_client_ipWhether the client IP should be inserted.
loadbalancer_idLB 아이디
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameListener 명
persistence지속성 유형
protocol프로토콜
response_timeout응답 시간 초과
routing_actionThe routing action of the listener.
server_group_idLB 서버 그룹 아이디
server_group_nameLB 서버 그룹 명
service_port서비스 포트
session_duration_timeThe session duration time.
sni_certificateThe sni certificate of the listener.
ssl_certificateSSL 인증서
stateListener 상태
support_http2Whether the HTTP 2.0 is supported
tagsTag List
url_handlerURL handler list
url_redirectionThe URL redirect of the listener.
x_forwarded_forWhether the X-Forwarded-For should be inserted.
x_forwarded_portWhether the X-Forwarded-Port should be inserted.
x_forwarded_protoWhether the X-Forwarded-Protocol should be inserted.

6.1.31.2 - 1.3

scp-cli loadbalancer lb-listener show
--listener_id <value>

Description

Listener를 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
listener_id
required
stringListener 아이디-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
condition_typeThe condition type of the listener.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
hsts_max_ageThe hsts max_age of the listener.
https_redirectionThe https redirection of the listener.
idle_timeoutThe idle timeout(L7) of the listener.
insert_client_ipWhether the client IP should be inserted.
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameListener 명
persistence지속성 유형
protocol프로토콜
response_timeout응답 시간 초과
routing_actionThe routing action of the listener.
server_group_idLB 서버 그룹 아이디
server_group_nameLB 서버 그룹 명
service_port서비스 포트
session_duration_timeThe session duration time.
sni_certificateThe sni certificate of the listener.
ssl_certificateSSL 인증서
stateListener 상태
support_http2Whether the HTTP 2.0 is supported
url_handlerURL 처리
url_redirectionThe URL redirect of the listener.
x_forwarded_forWhether the X-Forwarded-For should be inserted.
x_forwarded_portWhether the X-Forwarded-Port should be inserted.
x_forwarded_protoWhether the X-Forwarded-Protocol should be inserted.

6.1.32 - ShowLBServerGroup

6.1.32.1 - 1.4

scp-cli loadbalancer lb-server-group read
--lb_server_group_id <value>

Description

LB 서버 그룹을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b

Responses

NameDescriptionExample
idLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
lb_health_check_idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method부하 분산ROUND_ROBIN
lb_nameLoad Balancer 명Test-LB-01
loadbalancer_idLoad Balancer ID82efa35c88834bc083020443e57faa10
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 서버 그룹 명ServerGroup01
protocol프로토콜TCP
stateLB 서버 그룹 상태ACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.32.2 - 1.3

scp-cli loadbalancer lb-server-group read
--lb_server_group_id <value>

Description

LB 서버 그룹을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_server_group_id
required
stringLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b

Responses

NameDescriptionExample
idLB 서버 그룹 ID3d8d8754d0d54683a29f3dcc3dd95d5b
account_idAccount IDe3cd678b11784734bc366148aa37580e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명this is an lb server group
lb_health_check_idLB 헬스 체크 ID46c681018e33453085ca7c8db54e0076
lb_method부하 분산ROUND_ROBIN
lb_nameLoad Balancer 명Test-LB-01
loadbalancer_idLoad Balancer ID82efa35c88834bc083020443e57faa10
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameLB 서버 그룹 명ServerGroup01
protocol프로토콜TCP
stateLB 서버 그룹 상태ACTIVE
subnet_idService Subnet ID60fba45cb6c811efba41ba92e4fe7200
vpc_idVPC ID8acceeb6920c4fc494490d864f67f0b5

6.1.33 - ShowLbServerGroupMember

6.1.33.1 - 1.4

scp-cli loadbalancer lb-server-group-member show
--member_id <value>
--lb_server_group_id <value>

Description

Member를 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
member_id
required
stringID of Member-
lb_server_group_id
required
stringLb Server Group ID-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
lb_server_group_idLb Server Group ID
member_ipMember ID
member_portMember 포트
member_stateMember State of Member
member_weightWeight of Member
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameMember 명
object_idMember 대상 서버의 ID
object_typeMember의 대상 서버 타입
stateState of Member
subnet_idSunbet ID
uuidUUID of Member

6.1.33.2 - 1.3

scp-cli loadbalancer lb-server-group-member show
--member_id <value>
--lb_server_group_id <value>

Description

Member를 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
member_id
required
stringID of Member-
lb_server_group_id
required
stringLb Server Group ID-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
lb_server_group_idLb Server Group ID
member_ipMember ID
member_portMember 포트
member_stateMember State of Member
member_weightWeight of Member
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameMember 명
object_idMember 대상 서버의 ID
object_typeMember의 대상 서버 타입
stateState of Member
subnet_idSunbet ID
uuidUUID of Member

6.1.34 - ShowLoadbalancer

6.1.34.1 - 1.4

scp-cli loadbalancer loadbalancer show
--loadbalancer_id <value>

Description

LoadBalancer를 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

Responses

NameDescriptionExample
id자원 ID
account_idLoadBalancer account ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
firewall_id방화벽 ID
health_check_ipsHealth check IP
layer_type계층 타입
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name이름
public_nat_enabledPublic NAT Enabled Status
service_ipLoadBalancer 서비스 IP
source_nat_ipSource NAT IP
stateThe state of the load balancer.
subnet_idSubnet ID
vpc_idVPC ID
zonesAvailability Zones

6.1.34.2 - 1.3

scp-cli loadbalancer loadbalancer show
--loadbalancer_id <value>

Description

LoadBalancer를 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

Responses

NameDescriptionExample
id자원 ID
account_idLoadBalancer account ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명
firewall_id방화벽 ID
health_check_ipHealth check IP
layer_type계층 타입
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name이름
public_nat_enabledPublic NAT Enabled Status
service_ipLoadBalancer 서비스 IP
source_nat_ipSource NAT IP
stateThe state of the load balancer.
subnet_idSubnet ID
vpc_idVPC ID

6.1.35 - ShowLoadbalancerCertificate

6.1.35.1 - 1.4

scp-cli loadbalancer loadbalancer-certificate show
--lb_certificate_id <value>

Description

인증서를 조회한다

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
lb_certificate_id
required
string인증서 아이디-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idThe project ID of the certificate
cert_bodyThe body of the certificate
cert_chainThe chain of the certificate
cert_kind
cn
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name
not_after_dt
not_before_dt
organizationThe organization of the certificate
private_key인증서 개인키
state

6.1.35.2 - 1.3

scp-cli loadbalancer loadbalancer-certificate show
--lb_certificate_id <value>

Description

인증서를 조회한다

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
lb_certificate_id
required
string인증서 아이디-

Responses

NameDescriptionExample
id자원 ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idThe project ID of the certificate
cert_bodyThe body of the certificate
cert_chainThe chain of the certificate
cert_kind
cn
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
name
not_after_dt
not_before_dt
organizationThe organization of the certificate
private_key인증서 개인키
state

6.1.36 - ShowLoadbalancerPrivateNatIp

6.1.36.1 - 1.4

scp-cli loadbalancer loadbalancer-private-nat-ip show
--loadbalancer_id <value>

Description

Show Load Balancer Private NAT IP

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

Responses

NameDescriptionExample
id자원 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
external_ip_addressexternal_ip_address
internal_ip_addressinternal_ip_address
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_ip_idprivate_nat_ip_id
statestate

6.1.36.2 - 1.3

scp-cli loadbalancer loadbalancer-private-nat-ip show
--loadbalancer_id <value>

Description

Show Load Balancer Private NAT IP

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

Responses

NameDescriptionExample
id자원 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
external_ip_addressexternal_ip_address
internal_ip_addressinternal_ip_address
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_ip_idprivate_nat_ip_id
statestate

6.1.37 - ShowLoadbalancerPublicNatIp

6.1.37.1 - 1.4

scp-cli loadbalancer loadbalancer-public-nat-ip show
--loadbalancer_id <value>

Description

Show Load Balancer Public NAT IP

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.4-

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

Responses

NameDescriptionExample
external_ip_addressStatic Nat External Ip Address
publicip_idPublicip ID
stateStatic Nat State

6.1.37.2 - 1.3

scp-cli loadbalancer loadbalancer-public-nat-ip show
--loadbalancer_id <value>

Description

Show Load Balancer Public NAT IP

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261031

Parameters

NameTypeDescriptionExample
loadbalancer_id
required
string자원 ID-

Responses

NameDescriptionExample
external_ip_addressStatic Nat External Ip Address
publicip_idPublicip ID
stateStatic Nat State

7 - Security Group

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 Security Group 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.1CURRENT-
1.0SUPPORTED20270131

CLI Version History

1.1

Security Group CLI 버전 1.1이 출시되었습니다.

변경사항

  • [변경] security-group list security group rules - 명령어가 변경되었습니다.
    • 응답 시, 아래와 같은 필드가 추가됩니다.
      • remote_address_group_id, remote_address_group_name
  • [변경] security-group create security group rule - 명령어가 변경되었습니다.
    • 요청 시, 아래와 같은 필드가 추가됩니다.
      • remote_address_group_id
    • 응답 시, 아래와 같은 필드가 추가됩니다.
      • remote_address_group_id, remote_address_group_name
  • [변경] security-group show security group rule - 명령어가 변경되었습니다.
    • 응답 시, 아래와 같은 필드가 추가됩니다.
      • remote_address_group_id, remote_address_group_name
  • [신규] security-group list address groups - 명령어가 추가되었습니다.
  • [신규] security-group create address group - 명령어가 추가되었습니다.
  • [신규] security-group show address group - 명령어가 추가되었습니다.
  • [신규] security-group set address group - 명령어가 추가되었습니다.
  • [신규] security-group delete address group - 명령어가 추가되었습니다.
  • [신규] security-group list address group ips - 명령어가 추가되었습니다.
  • [신규] security-group add address group ips - 명령어가 추가되었습니다.
  • [신규] security-group remove address group ips - 명령어가 추가되었습니다.

1.0

Security Group CLI가 출시되었습니다.

변경사항

  • [신규] security-group list security groups - 명령어가 추가되었습니다.
  • [신규] security-group create security group - 명령어가 추가되었습니다.
  • [신규] security-group show security group - 명령어가 추가되었습니다.
  • [신규] security-group set security group - 명령어가 추가되었습니다.
  • [신규] security-group delete security group - 명령어가 추가되었습니다.
  • [신규] security-group list security group rules - 명령어가 추가되었습니다.
  • [신규] security-group create security group rule - 명령어가 추가되었습니다.
  • [신규] security-group show security group rule - 명령어가 추가되었습니다.
  • [신규] security-group delete security group rule - 명령어가 추가되었습니다.

7.1 - CLIs

7.1.1 - Add Address Group IPs

7.1.1.1 - 1.1

scp-cli security-group address-group-cidr add
--address_group_id <value>
--addresses <value>

Description

Address Group에 대상 주소를 추가한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
address_group_id
required
stringAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
addresses
required
arrayAddress Group 대상 주소 목록10.1.1.1/32

7.1.2 - Create Address Group

7.1.2.1 - 1.1

scp-cli security-group address-group create
--name <value>
[--addresses <value>]
[--description <value>]
[--tags <value>]

Description

Address Group을 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
name
required
stringAddress Group 이름ExampleAG1
addresses
optional
arrayAddress Group 대상 주소10.1.1.1/32
description
optional
stringAddress Group 설명Example Description for Address Group
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
address_countAddress Group 대상 주소 개수10
address_limitAddress Group 대상 주소 최대 개수1000
addressesAddress Group 대상 주소[‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’]
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for Address Group
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameAddress Group 이름ExampleAG1
stateAddress Group 상태ACTIVE

7.1.3 - Create Security Group

7.1.3.1 - 1.1

scp-cli security-group security-group create
--name <value>
[--description <value>]
[--loggable <value>]
[--tags <value>]

Description

Security Group을 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
name
required
stringSecurity Group 이름ExampleSG1
description
optional
stringSecurity Group 설명Example Description for Security Group
loggable
optional
booleanSecurity Group 로깅 여부False
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
account_idSecurity Group Account ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group 설명Example Description for Security Group
loggableSecurity Group 로깅 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSecurity Group 이름ExampleSG1
rule_countSecurity Group Rule 수200
stateSecurity Group 상태ACTIVE

7.1.3.2 - 1.0

scp-cli security-group security-group create
--name <value>
[--description <value>]
[--loggable <value>]
[--tags <value>]

Description

Security Group을 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
name
required
stringSecurity Group 이름ExampleSG1
description
optional
stringSecurity Group 설명Example Description for Security Group
loggable
optional
booleanSecurity Group 로깅 여부False
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
account_idSecurity Group Account ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group 설명Example Description for Security Group
loggableSecurity Group 로깅 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSecurity Group 이름ExampleSG1
rule_countSecurity Group Rule 수200
stateSecurity Group 상태ACTIVE

7.1.4 - Create Security Group Rule

7.1.4.1 - 1.1

scp-cli security-group security-group-rule create
--security_group_id <value>
--direction <value>
[--description <value>]
[--ethertype <value>]
[--port_range_max <value>]
[--port_range_min <value>]
[--protocol <value>]
[--remote_address_group_id <value>]
[--remote_group_id <value>]
[--remote_ip_prefix <value>]

Description

Security Group rule을 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
direction
required
stringSecurity Group Rule Direction (Ingress, Egress)Ingress
description
optional
stringSecurity Group Rule 설명Example Description for Security Group Rule
ethertype
optional
stringSecurity Group Rule Ethertype (IPV4)IPv4
port_range_max
optional
integerSecurity Group Rule Maximum Port Number(None/1-65535). For ICMP and IP Protocol, None22
port_range_min
optional
integerSecurity Group Rule Minimum Port Number(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocol
optional
stringSecurity Group Rule Protocol (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_address_group_id
optional
stringSecurity Group Rule 주소 그룹 ID4b18494930bf4c5dbb97a9eb2ef68fe1
remote_group_id
optional
stringSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_ip_prefix
optional
stringSecurity Group Rule IP 주소1.1.1.1/32

Responses

NameDescriptionExample
idSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group Rule 설명Example Description for Security Group Rule
directionSecurity Group Rule 방향 (Ingress, Egress)Ingress
ethertypeSecurity Group Rule Ethertype (IPV4)IPv4
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
port_range_maxSecurity Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None22
port_range_minSecurity Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocolSecurity Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_address_group_idAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
remote_address_group_nameAddress Group 이름ExampleAG1
remote_group_idSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_group_nameSecurity Group Rule 원격 그룹 이름ExampleSG2
remote_ip_prefixSecurity Group Rule IP 주소1.1.1.1/32
security_group_idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a

7.1.4.2 - 1.0

scp-cli security-group security-group-rule create
--security_group_id <value>
--direction <value>
[--description <value>]
[--ethertype <value>]
[--port_range_max <value>]
[--port_range_min <value>]
[--protocol <value>]
[--remote_group_id <value>]
[--remote_ip_prefix <value>]

Description

Security Group rule을 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
direction
required
stringSecurity Group Rule Direction (Ingress, Egress)Ingress
description
optional
stringSecurity Group Rule 설명Example Description for Security Group Rule
ethertype
optional
stringSecurity Group Rule Ethertype (IPV4)IPv4
port_range_max
optional
integerSecurity Group Rule Maximum Port Number(None/1-65535). For ICMP and IP Protocol, None22
port_range_min
optional
integerSecurity Group Rule Minimum Port Number(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocol
optional
stringSecurity Group Rule Protocol (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_group_id
optional
stringSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_ip_prefix
optional
stringSecurity Group Rule IP 주소1.1.1.1/32

Responses

NameDescriptionExample
idSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group Rule 설명Example Description for Security Group Rule
directionSecurity Group Rule 방향 (Ingress, Egress)Ingress
ethertypeSecurity Group Rule Ethertype (IPV4)IPv4
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
port_range_maxSecurity Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None22
port_range_minSecurity Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocolSecurity Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_group_idSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_group_nameSecurity Group Rule 원격 그룹 이름ExampleSG2
remote_ip_prefixSecurity Group Rule IP 주소1.1.1.1/32
security_group_idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a

7.1.5 - Delete Address Group

7.1.5.1 - 1.1

scp-cli security-group address-group delete
--address_group_id <value>

Description

Address Group을 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
address_group_id
required
stringAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1

7.1.6 - Delete Security Group

7.1.6.1 - 1.1

scp-cli security-group security-group delete
--security_group_id <value>

Description

Security Group을 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID-

7.1.6.2 - 1.0

scp-cli security-group security-group delete
--security_group_id <value>

Description

Security Group을 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID-

7.1.7 - Delete Security Group Rule

7.1.7.1 - 1.1

scp-cli security-group security-group-rule delete
--security_group_rule_id <value>

Description

Security Group rule을 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
security_group_rule_id
required
stringSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a

7.1.7.2 - 1.0

scp-cli security-group security-group-rule delete
--security_group_rule_id <value>

Description

Security Group rule을 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
security_group_rule_id
required
stringSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a

7.1.8 - List Address Group IPs

7.1.8.1 - 1.1

scp-cli security-group address-group-cidr list
--address_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--address <value>]

Description

Address Group 대상 주소 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
address_group_id
required
stringAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
address
optional
stringAddress Group 대상 주소10.1.1.1/32

Responses

NameDescriptionExample
addressesAddress Group 대상 주소 목록[‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’]
count전체 개수20
linkslinks[{‘href’: ‘http://scp.samsungsdscloud.com/v1/notices’, ‘rel’: ‘self’}]

7.1.9 - List Address Groups

7.1.9.1 - 1.1

scp-cli security-group address-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]

Description

Address Group 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
name
optional
stringAddress Group 이름ExampleAG1

Responses

NameDescriptionExample
idAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
address_countAddress Group 대상 주소 개수10
address_limitAddress Group 대상 주소 최대 개수1000
addressesAddress Group 대상 주소[‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’]
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for Address Group
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameAddress Group 이름ExampleAG1
stateAddress Group 상태ACTIVE

7.1.10 - List Security Group Rules

7.1.10.1 - 1.1

scp-cli security-group security-group-rule list
--security_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--remote_ip_prefix <value>]
[--remote_group_id <value>]
[--description <value>]
[--direction <value>]
[--service <value>]

Description

Security Group rule 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
remote_ip_prefix
optional
stringSecurity Group Rule IP 주소1.1.1.1/32
remote_group_id
optional
stringSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
description
optional
stringSecurity Group Rule 설명Example Description for Security Group Rule
direction
optional
stringSecurity Group Rule 방향 (Ingress, Egress)Ingress
service
optional
stringSecurity Group Rule 서비스TCP 22

Responses

NameDescriptionExample
idSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group Rule 설명Example Description for Security Group Rule
directionSecurity Group Rule 방향 (Ingress, Egress)Ingress
ethertypeSecurity Group Rule Ethertype (IPV4)IPv4
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
port_range_maxSecurity Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None22
port_range_minSecurity Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocolSecurity Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_address_group_idAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
remote_address_group_nameAddress Group 이름ExampleAG1
remote_group_idSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_group_nameSecurity Group Rule 원격 그룹 이름ExampleSG2
remote_ip_prefixSecurity Group Rule IP 주소1.1.1.1/32
security_group_idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a

7.1.10.2 - 1.0

scp-cli security-group security-group-rule list
--security_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--remote_ip_prefix <value>]
[--remote_group_id <value>]
[--description <value>]
[--direction <value>]
[--service <value>]

Description

Security Group rule 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
remote_ip_prefix
optional
stringSecurity Group Rule IP 주소1.1.1.1/32
remote_group_id
optional
stringSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
description
optional
stringSecurity Group Rule 설명Example Description for Security Group Rule
direction
optional
stringSecurity Group Rule 방향 (Ingress, Egress)Ingress
service
optional
stringSecurity Group Rule 서비스TCP 22

Responses

NameDescriptionExample
idSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group Rule 설명Example Description for Security Group Rule
directionSecurity Group Rule 방향 (Ingress, Egress)Ingress
ethertypeSecurity Group Rule Ethertype (IPV4)IPv4
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
port_range_maxSecurity Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None22
port_range_minSecurity Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocolSecurity Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_group_idSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_group_nameSecurity Group Rule 원격 그룹 이름ExampleSG2
remote_ip_prefixSecurity Group Rule IP 주소1.1.1.1/32
security_group_idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a

7.1.11 - List Security Groups

7.1.11.1 - 1.1

scp-cli security-group security-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]

Description

Security Group 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringSecurity Group ID-
name
optional
stringSecurity Group 이름-

Responses

NameDescriptionExample
idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
account_idSecurity Group Account ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group 설명Example Description for Security Group
loggableSecurity Group 로깅 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSecurity Group 이름ExampleSG1
rule_countSecurity Group Rule 수200
stateSecurity Group 상태ACTIVE

7.1.11.2 - 1.0

scp-cli security-group security-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]

Description

Security Group 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringSecurity Group ID-
name
optional
stringSecurity Group 이름-

Responses

NameDescriptionExample
idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
account_idSecurity Group Account ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group 설명Example Description for Security Group
loggableSecurity Group 로깅 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSecurity Group 이름ExampleSG1
rule_countSecurity Group Rule 수200
stateSecurity Group 상태ACTIVE

7.1.12 - Remove Address Group IPs

7.1.12.1 - 1.1

scp-cli security-group address-group-cidr remove
--address_group_id <value>
--addresses <value>

Description

Address Group에서 대상 주소를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
address_group_id
required
stringAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
addresses
required
arrayAddress Group 대상 주소 목록10.1.1.1/32

7.1.13 - Set Address Group

7.1.13.1 - 1.1

scp-cli security-group address-group set
--address_group_id <value>
[--description <value>]

Description

Address Group을 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
address_group_id
required
stringAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
description
optional
stringAddress Group 설명Example Description for Address Group

7.1.14 - Set Security Group

7.1.14.1 - 1.1

scp-cli security-group security-group set
--security_group_id <value>
[--description <value>]
[--loggable <value>]

Description

Security Group을 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID-
description
optional
stringSecurity Group 설명Example Description for Security Group
loggable
optional
booleanSecurity Group 로깅 여부False

7.1.14.2 - 1.0

scp-cli security-group security-group set
--security_group_id <value>
[--description <value>]
[--loggable <value>]

Description

Security Group을 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID-
description
optional
stringSecurity Group 설명Example Description for Security Group
loggable
optional
booleanSecurity Group 로깅 여부False

7.1.15 - Show Address Group

7.1.15.1 - 1.1

scp-cli security-group address-group show
--address_group_id <value>

Description

Address Group을 상세 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
address_group_id
required
stringAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1

Responses

NameDescriptionExample
idAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
address_countAddress Group 대상 주소 개수10
address_limitAddress Group 대상 주소 최대 개수1000
addressesAddress Group 대상 주소[‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’]
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for Address Group
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameAddress Group 이름ExampleAG1
stateAddress Group 상태ACTIVE

7.1.16 - Show Security Group

7.1.16.1 - 1.1

scp-cli security-group security-group show
--security_group_id <value>

Description

Security Group 상세 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID-

Responses

NameDescriptionExample
idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
account_idSecurity Group Account ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group 설명Example Description for Security Group
loggableSecurity Group 로깅 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSecurity Group 이름ExampleSG1
rule_countSecurity Group Rule 수200
stateSecurity Group 상태ACTIVE

7.1.16.2 - 1.0

scp-cli security-group security-group show
--security_group_id <value>

Description

Security Group 상세 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
security_group_id
required
stringSecurity Group ID-

Responses

NameDescriptionExample
idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a
account_idSecurity Group Account ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group 설명Example Description for Security Group
loggableSecurity Group 로깅 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSecurity Group 이름ExampleSG1
rule_countSecurity Group Rule 수200
stateSecurity Group 상태ACTIVE

7.1.17 - Show Security Group Rule

7.1.17.1 - 1.1

scp-cli security-group security-group-rule show
--security_group_rule_id <value>
[--fields <value>]

Description

Security Group rule을 상세 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
security_group_rule_id
required
stringSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
fields
optional
array필드명-

Responses

NameDescriptionExample
idSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group Rule 설명Example Description for Security Group Rule
directionSecurity Group Rule 방향 (Ingress, Egress)Ingress
ethertypeSecurity Group Rule Ethertype (IPV4)IPv4
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
port_range_maxSecurity Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None22
port_range_minSecurity Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocolSecurity Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_address_group_idAddress Group ID4b18494930bf4c5dbb97a9eb2ef68fe1
remote_address_group_nameAddress Group 이름ExampleAG1
remote_group_idSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_group_nameSecurity Group Rule 원격 그룹 이름ExampleSG2
remote_ip_prefixSecurity Group Rule IP 주소1.1.1.1/32
security_group_idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a

7.1.17.2 - 1.0

scp-cli security-group security-group-rule show
--security_group_rule_id <value>
[--fields <value>]

Description

Security Group rule을 상세 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020270131

Parameters

NameTypeDescriptionExample
security_group_rule_id
required
stringSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
fields
optional
array필드명-

Responses

NameDescriptionExample
idSecurity Group Rule ID10d8250e-f4eb-453a-96af-b50b5b514a1a
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionSecurity Group Rule 설명Example Description for Security Group Rule
directionSecurity Group Rule 방향 (Ingress, Egress)Ingress
ethertypeSecurity Group Rule Ethertype (IPV4)IPv4
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
port_range_maxSecurity Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None22
port_range_minSecurity Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None22
protocolSecurity Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254)TCP
remote_group_idSecurity Group Rule 원격 그룹 ID06e5d676-f330-485a-94e9-47ac91cce09a
remote_group_nameSecurity Group Rule 원격 그룹 이름ExampleSG2
remote_ip_prefixSecurity Group Rule IP 주소1.1.1.1/32
security_group_idSecurity Group ID06e5d676-f330-485a-94e9-47ac91cce09a

8 - VPC

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 VPC 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.3CURRENT-
1.2SUPPORTED20270131
1.1SUPPORTED20261130
1.0DEPRECATED20251231

CLI Version History

1.3

Multi AZ 기능이 추가됩니다.

변경사항

  • [변경] vpc vpc create - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : zones, zone_type
  • [변경] vpc vpc list - 요청 및 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : zone, zones, zone_type
  • [변경] vpc vpc show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : zones, zone_type
  • [변경] vpc vpc set - 응답 시, description 필드 외 모두 제거됩니다.
  • [변경] vpc vpc cidr create - 응답 시, cidr 필드 외 모두 제거됩니다.
  • [변경] vpc subnet create - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : zones, role, primary_subnet_id, secondary_subnet_ids
    • 변경 : type의 boundary value 변경 및 추가(General -> Public 으로 변경, Private 신규)
  • [변경] vpc subnet list - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : zones, role, primary_subnet_id
    • 변경 : type의 boundary value 변경 및 추가(General -> Public 으로 변경, Private 신규)
  • [변경] vpc subnet show - 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : zones, role, primary_subnet_id, secondary_subnet_ids
    • 변경 : type의 boundary value 변경 및 추가(General -> Public 으로 변경, Private 신규)
  • [변경] vpc subnet set - 응답 시, description, dhcp_ip_address 필드 외 모두 제거됩니다.
  • [변경] vpc internet-gateway create - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : multi_zone_enabled
  • [변경] vpc internet-gateway list - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : multi_zone_enabled
  • [변경] vpc internet-gateway show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : multi_zone_enabled
  • [변경] vpc internet-gateway set - 응답 시, description, loggable 필드 외 모두 제거됩니다.
  • [변경] vpc nat-gateway create - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : publicip_ids, multi_zone_enabled, nat_gateway_ip_addresses
    • 제거 : publicip_id, nat_gateway_ip_address
  • [변경] vpc nat-gateway list - 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : multi_zone_enabled, nat_gateway_ip_addresses
    • 제거 : nat_gateway_ip_address
  • [변경] vpc nat-gateway show - 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : multi_zone_enabled, nat_gateway_ip_addresses
    • 제거 : nat_gateway_ip_address
  • [변경] vpc nat-gateway set - 응답 시, description 필드 외 모두 제거됩니다.
  • [변경] vpc public-ip create - 요청 및 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : zone
  • [변경] vpc public-ip list - 요청 및 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : zone
  • [변경] vpc public-ip show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : zone
  • [변경] vpc public-ip set - 응답 시, description 필드 외 모두 제거됩니다.
  • [변경] vpc transit-gateway list - 요청 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : uplink_zone_state
  • [변경] vpc transit-gateway create - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : uplink_active_zone, uplink_standby_zone, uplink_zone_state
  • [변경] vpc transit-gateway show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : uplink_active_zone, uplink_standby_zone, uplink_zone_state
  • [변경] vpc transit-gateway set - 응답 시, description 필드 외 모두 제거됩니다.
  • [변경] vpc transit-gateway-firewall-connection create - 응답 시, firewall_connection_state 필드 외 모두 제거됩니다.
  • [변경] vpc transit-gateway-firewall-connection delete - 응답 시, firewall_connection_state 필드 외 모두 제거됩니다.
  • [변경] vpc transit-gateway-firewall create - 요청 및 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : uplink_active_zone, uplink_standby_zone, uplink_zone_state
  • [변경] vpc transit-gateway-firewall delete - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : uplink_active_zone, uplink_standby_zone, uplink_zone_state

1.2

Virtual IP 기능 및 Transit Gateway Firewall 연결 기능이 추가되었습니다.

변경사항

  • [신규] vpc subnet vip list - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip create - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip delete - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip show - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip set - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip port create - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip port delete - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip nat create - 명령어가 추가되었습니다.
  • [신규] vpc subnet vip nat delete - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-firewall-connection delete - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-firewall-connection create - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-firewall create - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-firewall delete - 명령어가 추가되었습니다.
  • [신규] vpc vpc cidr create - 명령어가 추가되었습니다.
  • [변경] vpc vpc list - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : size, page, cidr_count, cidrs
    • 제거 : limit, marker, cidr
  • [변경] vpc vpc show - 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : cidr_count, cidrs
    • 제거 : cidr
  • [변경] vpc vpc create - 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : cidr_count, cidrs
    • 제거 : cidr
  • [변경] vpc vpc set - 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : cidr_count, cidrs
    • 제거 : cidr
  • [변경] vpc subnet list - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : size, page
    • 제거 : limit, marker
  • [변경] vpc subnet show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : dhcp_ip_addres
  • [변경] vpc subnet create - 요청 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : gateway_ip_address
  • [변경] vpc subnet set - 요청 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : dhcp_ip_address
  • [변경] vpc port list - 요청 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : attached_resource_types
  • [변경] vpc port show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : virtual_ip_addresses
  • [변경] vpc port create - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : virtual_ip_addresses
  • [변경] vpc port set - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : virtual_ip_addresses
  • [변경] vpc internet-gateway list - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : size, page
    • 제거 : limit, marker
  • [변경] vpc nat-gateway list - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : size, page
    • 제거 : limit, marker
  • [변경] vpc public-ip list - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : size, page
    • 제거 : limit, marker
  • [변경] vpc public-ip show - attached_resource_type 필드의 Boundary Value가 확장 되었습니다.
  • [변경] vpc vpc-endpoint list - 요청 및 응답 시, 아래와 같은 필드가 추가/변경됩니다.
    • 추가 : size, page
    • 제거 : limit, marker
  • [변경] vpc private-nat list - 요청 및 응답 시, 아래와 같은 필드가 추가되며 vpc, dcon 관련 필드는 제거됩니다.
    • 추가 : service_type, service_resource_id, service_resource_name
  • [변경] vpc private-nat show - 요청 및 응답 시, 아래와 같은 필드가 추가되며 vpc, dcon 관련 필드는 제거됩니다.
    • 추가 : service_type, service_resource_id, service_resource_name
  • [변경] vpc private-nat create - 요청 및 응답 시, 아래와 같은 필드가 추가되며 vpc, dcon 관련 필드는 제거됩니다.
    • 추가 : service_type, service_resource_id, service_resource_name
  • [변경] vpc private-nat set - 요청 및 응답 시, 아래와 같은 필드가 추가되며 vpc, dcon 관련 필드는 제거됩니다.
    • 추가 : service_type, service_resource_id, service_resource_name
  • [변경] vpc vpc-peering-routing-rule list - 요청 시, 아래와 같은 필드가 변경됩니다.
    • 제거 : name
  • [변경] vpc transit-gateway list - 요청 및 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : firewall_connection_state
  • [변경] vpc transit-gateway show - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : firewall_connection_state
  • [변경] vpc transit-gateway create - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : firewall_connection_state
  • [변경] vpc transit-gateway set - 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : firewall_connection_state
  • [변경] vpc transit-gateway-rule list - 요청 및 응답 시, 아래와 같은 필드가 추가됩니다.
    • 추가 : rule_type

1.1

VPC CLI가 출시되었습니다.

변경사항

  • [신규] vpc privatelink-endpoint list - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-endpoint create - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-endpoint show - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-endpoint set - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-endpoint delete - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-endpoint approve - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-endpoint connect - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-endpoint request - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-service list - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-service create - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-service show - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-service set - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-service delete - 명령어가 추가되었습니다.
  • [신규] vpc privatelink-service-connected-endpoint list - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering approval - 명령어가 추가되었습니다.

1.0

VPC CLI가 출시되었습니다.

변경사항

  • [신규] vpc internet-gateway create - 명령어가 추가되었습니다.
  • [신규] vpc internet-gateway delete - 명령어가 추가되었습니다.
  • [신규] vpc internet-gateway list - 명령어가 추가되었습니다.
  • [신규] vpc internet-gateway set - 명령어가 추가되었습니다.
  • [신규] vpc internet-gateway show - 명령어가 추가되었습니다.
  • [신규] vpc nat-gateway create - 명령어가 추가되었습니다.
  • [신규] vpc nat-gateway delete - 명령어가 추가되었습니다.
  • [신규] vpc nat-gateway list - 명령어가 추가되었습니다.
  • [신규] vpc nat-gateway set - 명령어가 추가되었습니다.
  • [신규] vpc nat-gateway show - 명령어가 추가되었습니다.
  • [신규] vpc port create - 명령어가 추가되었습니다.
  • [신규] vpc port delete - 명령어가 추가되었습니다.
  • [신규] vpc port list - 명령어가 추가되었습니다.
  • [신규] vpc port set - 명령어가 추가되었습니다.
  • [신규] vpc port show - 명령어가 추가되었습니다.
  • [신규] vpc private-nat create - 명령어가 추가되었습니다.
  • [신규] vpc private-nat delete - 명령어가 추가되었습니다.
  • [신규] vpc private-nat-ip create - 명령어가 추가되었습니다.
  • [신규] vpc private-nat-ip delete - 명령어가 추가되었습니다.
  • [신규] vpc private-nat-ip list - 명령어가 추가되었습니다.
  • [신규] vpc private-nat-ip show - 명령어가 추가되었습니다.
  • [신규] vpc private-nat list - 명령어가 추가되었습니다.
  • [신규] vpc private-nat set - 명령어가 추가되었습니다.
  • [신규] vpc private-nat show - 명령어가 추가되었습니다.
  • [신규] vpc public-ip create - 명령어가 추가되었습니다.
  • [신규] vpc public-ip delete - 명령어가 추가되었습니다.
  • [신규] vpc public-ip list - 명령어가 추가되었습니다.
  • [신규] vpc public-ip set - 명령어가 추가되었습니다.
  • [신규] vpc public-ip show - 명령어가 추가되었습니다.
  • [신규] vpc subnet create - 명령어가 추가되었습니다.
  • [신규] vpc subnet delete - 명령어가 추가되었습니다.
  • [신규] vpc subnet list - 명령어가 추가되었습니다.
  • [신규] vpc subnet set - 명령어가 추가되었습니다.
  • [신규] vpc subnet show - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway create - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway delete - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway list - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-rule create - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-rule delete - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-rule list - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway set - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway show - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-uplink-rule create - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-uplink-rule delete - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-vpc-connection create - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-vpc-connection delete - 명령어가 추가되었습니다.
  • [신규] vpc transit-gateway-vpc-connection list - 명령어가 추가되었습니다.
  • [신규] vpc vpc create - 명령어가 추가되었습니다.
  • [신규] vpc vpc delete - 명령어가 추가되었습니다.
  • [신규] vpc vpc-endpoint-connectable-resource list - 명령어가 추가되었습니다.
  • [신규] vpc vpc-endpoint create - 명령어가 추가되었습니다.
  • [신규] vpc vpc-endpoint delete - 명령어가 추가되었습니다.
  • [신규] vpc vpc-endpoint list - 명령어가 추가되었습니다.
  • [신규] vpc vpc-endpoint set - 명령어가 추가되었습니다.
  • [신규] vpc vpc-endpoint show - 명령어가 추가되었습니다.
  • [신규] vpc vpc list - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering create - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering delete - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering list - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering-routing-rule create - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering-routing-rule list - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering-rule delete - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering set - 명령어가 추가되었습니다.
  • [신규] vpc vpc-peering show - 명령어가 추가되었습니다.
  • [신규] vpc vpc set - 명령어가 추가되었습니다.
  • [신규] vpc vpc show - 명령어가 추가되었습니다.

8.1 - CLIs

8.1.1 - Add VPC CIDR

8.1.1.1 - 1.3

scp-cli vpc vpc cidr create
--vpc_id <value>
--cidr <value>

Description

VPC Cidr 추가

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
cidr
required
stringVPC Cidr192.167.0.0/18

Responses

NameDescriptionExample
cidrVPC Cidr192.167.0.0/18

8.1.1.2 - 1.2

scp-cli vpc vpc cidr create
--vpc_id <value>
--cidr <value>

Description

VPC Cidr 추가

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
cidr
required
stringVPC Cidr192.167.0.0/18

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidr_countCIDR 개수20
cidrs
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.2 - Approval VPC Peering

8.1.2.1 - 1.3

scp-cli vpc vpc-peering approval
--vpc_peering_id <value>
--type <value>

Description

VPC Peering 승인

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
type
required
string승인 유형-

8.1.2.2 - 1.2

scp-cli vpc vpc-peering approval
--vpc_peering_id <value>
--type <value>

Description

VPC Peering 승인

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
type
required
string승인 유형-

8.1.2.3 - 1.1

scp-cli vpc vpc-peering approval
--vpc_peering_id <value>
--type <value>

Description

VPC Peering 승인

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
type
required
string승인 유형-

8.1.3 - Approve PrivateLink Endpoint

8.1.3.1 - 1.3

scp-cli vpc privatelink-endpoint approve
--privatelink_endpoint_id <value>
--type <value>

Description

Approve PrivateLink Endpoint

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeAPPROVE

8.1.3.2 - 1.2

scp-cli vpc privatelink-endpoint approve
--privatelink_endpoint_id <value>
--type <value>

Description

Approve PrivateLink Endpoint

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeAPPROVE

8.1.3.3 - 1.1

scp-cli vpc privatelink-endpoint approve
--privatelink_endpoint_id <value>
--type <value>

Description

Approve PrivateLink Endpoint

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeAPPROVE

8.1.4 - Connect PrivateLink Endpoint

8.1.4.1 - 1.3

scp-cli vpc privatelink-endpoint connect
--privatelink_endpoint_id <value>
--type <value>

Description

Connect PrivateLink Endpoint

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeDISCONNECT

8.1.4.2 - 1.2

scp-cli vpc privatelink-endpoint connect
--privatelink_endpoint_id <value>
--type <value>

Description

Connect PrivateLink Endpoint

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeDISCONNECT

8.1.4.3 - 1.1

scp-cli vpc privatelink-endpoint connect
--privatelink_endpoint_id <value>
--type <value>

Description

Connect PrivateLink Endpoint

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeDISCONNECT

8.1.5 - Connect Subnet VIP Port

8.1.5.1 - 1.3

scp-cli vpc subnet vip port create
--vip_id <value>
--subnet_id <value>
--port_id <value>

Description

Subnet Vip Port 연결

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
port_id
required
stringPort ID35268a9f2eda4cde83b1d85c1f61f67d

Responses

NameDescriptionExample
id연결 Port Id35268a9f2eda4cde83b1d85c1f61f67d
subnet_vip_idSubnet Vip Id0466a9448d9a4411a86055939e451c8f

8.1.5.2 - 1.2

scp-cli vpc subnet vip port create
--vip_id <value>
--subnet_id <value>
--port_id <value>

Description

Subnet Vip Port 연결

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
port_id
required
stringPort ID35268a9f2eda4cde83b1d85c1f61f67d

Responses

NameDescriptionExample
id연결 Port Id35268a9f2eda4cde83b1d85c1f61f67d
subnet_vip_idSubnet Vip Id0466a9448d9a4411a86055939e451c8f

8.1.6 - Create Internet Gateway

8.1.6.1 - 1.3

scp-cli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]

Description

Internet Gateway를 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringInternet Gateway 유형-
description
optional
string설명Internet Gateway Description
firewall_enabled
optional
boolean방화벽 사용-
firewall_loggable
optional
boolean방화벽 로깅 가능-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
multi_zone_enabledMulti zone 사용여부True
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.6.2 - 1.2

scp-cli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]

Description

Internet Gateway를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringInternet Gateway 유형-
description
optional
string설명Internet Gateway Description
firewall_enabled
optional
boolean방화벽 사용-
firewall_loggable
optional
boolean방화벽 로깅 가능-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.6.3 - 1.1

scp-cli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]

Description

Internet Gateway를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringInternet Gateway 유형-
description
optional
string설명Internet Gateway Description
firewall_enabled
optional
boolean방화벽 사용-
firewall_loggable
optional
boolean방화벽 로깅 가능-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.6.4 - 1.0

scp-cli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]

Description

Internet Gateway를 생성한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringInternet Gateway 유형-
description
optional
string설명Internet Gateway Description
firewall_enabled
optional
boolean방화벽 사용-
firewall_loggable
optional
boolean방화벽 로깅 가능-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.7 - Create NAT Gateway

8.1.7.1 - 1.3

scp-cli vpc nat-gateway create
--subnet_id <value>
--publicip_ids <value>
[--description <value>]
[--multi_zone_enabled <value>]
[--tags <value>]

Description

NAT Gateway를 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet CIDR023c57b14f11483689338d085e061492
publicip_ids
required
arrayPublicIP ID들12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description
multi_zone_enabled
optional
booleanMulti Zone 사용true
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
multi_zone_enabledMulti Zone 사용true
nameNAT Gateway 명NatGatewayName
nat_gateway_ipsNAT Gateway IP들
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.7.2 - 1.2

scp-cli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]

Description

NAT Gateway를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet CIDR023c57b14f11483689338d085e061492
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.7.3 - 1.1

scp-cli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]

Description

NAT Gateway를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet CIDR023c57b14f11483689338d085e061492
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.7.4 - 1.0

scp-cli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]

Description

NAT Gateway를 생성한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet CIDR023c57b14f11483689338d085e061492
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.8 - Create Port

8.1.8.1 - 1.3

scp-cli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]

Description

Port를 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID-
name
required
stringPort 명portName
description
optional
string설명Port Description
fixed_ip_address
optional
string고정된 IP-
security_groups
optional
arraySecurity Group 목록-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
virtual_ip_addressesVirtual IP 주소
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.8.2 - 1.2

scp-cli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]

Description

Port를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID-
name
required
stringPort 명portName
description
optional
string설명Port Description
fixed_ip_address
optional
string고정된 IP-
security_groups
optional
arraySecurity Group 목록-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
virtual_ip_addressesVirtual IP 주소
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.8.3 - 1.1

scp-cli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]

Description

Port를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID-
name
required
stringPort 명portName
description
optional
string설명Port Description
fixed_ip_address
optional
string고정된 IP-
security_groups
optional
arraySecurity Group 목록-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.8.4 - 1.0

scp-cli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]

Description

Port를 생성한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID-
name
required
stringPort 명portName
description
optional
string설명Port Description
fixed_ip_address
optional
string고정된 IP-
security_groups
optional
arraySecurity Group 목록-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.9 - Create Private NAT

8.1.9.1 - 1.3

scp-cli vpc private-nat create
--service_type <value>
--service_resource_id <value>
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

Private NAT 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
service_type
required
stringPrivate NAT에 연결된 Service TypeDIRECT_CONNECT
service_resource_id
required
stringPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
name
required
stringPrivate NAT 명PrivateNatName
cidr
required
stringPrivate NAT IP 대역192.167.0.0/24
description
optional
string설명PrivateNat Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
service_resource_idPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_resource_namePrivate NAT에 연결된 Service Resource 이름PrivateNatName
service_typePrivate NAT에 연결된 Service TypeDIRECT_CONNECT
statePrivate NAT 상태ACTIVE

8.1.9.2 - 1.2

scp-cli vpc private-nat create
--service_type <value>
--service_resource_id <value>
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

Private NAT 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
service_type
required
stringPrivate NAT에 연결된 Service TypeDIRECT_CONNECT
service_resource_id
required
stringPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
name
required
stringPrivate NAT 명PrivateNatName
cidr
required
stringPrivate NAT IP 대역192.167.0.0/24
description
optional
string설명PrivateNat Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
service_resource_idPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_resource_namePrivate NAT에 연결된 Service Resource 이름PrivateNatName
service_typePrivate NAT에 연결된 Service TypeDIRECT_CONNECT
statePrivate NAT 상태ACTIVE

8.1.9.3 - 1.1

scp-cli vpc private-nat create
--name <value>
--direct_connect_id <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

Private NAT 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
name
required
stringPrivate NAT 명PrivateNatName
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
cidr
required
stringPrivate NAT IP 대역192.167.0.0/24
description
optional
string설명PrivateNat Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
direct_connect_idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_nameDirect Connect명DirectConnectName
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
statePrivate NAT 상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.9.4 - 1.0

scp-cli vpc private-nat create
--name <value>
--direct_connect_id <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

Private NAT 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
name
required
stringPrivate NAT 명PrivateNatName
direct_connect_id
required
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
cidr
required
stringPrivate NAT IP 대역192.167.0.0/24
description
optional
string설명PrivateNat Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
direct_connect_idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_nameDirect Connect명DirectConnectName
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
statePrivate NAT 상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.10 - Create Private NAT IP

8.1.10.1 - 1.3

scp-cli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>

Description

Private NAT IP 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
ip_address
required
stringPrivate NAT IP 주소-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.10.2 - 1.2

scp-cli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>

Description

Private NAT IP 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
ip_address
required
stringPrivate NAT IP 주소-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.10.3 - 1.1

scp-cli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>

Description

Private NAT IP 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
ip_address
required
stringPrivate NAT IP 주소-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.10.4 - 1.0

scp-cli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>

Description

Private NAT IP 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
ip_address
required
stringPrivate NAT IP 주소-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.11 - Create PrivateLink Endpoint

8.1.11.1 - 1.3

scp-cli vpc privatelink-endpoint create
--subnet_id <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--privatelink_service_id <value>]
[--security_group_ids <value>]
[--tags <value>]

Description

PrivateLink Endpoint 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
name
required
stringPrivateLink Endpoint 명EndpointName
endpoint_ip_address
required
stringEndpoint IP 주소192.167.1.5
description
optional
string설명PrivateLink Endpoint Description
privatelink_service_id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_ids
optional
arraySecurity Group 목록[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Endpoint Description
endpoint_ip_addressEndpoint IP 주소192.167.1.5
endpoint_ip_port_idEndpoint IP Port IDb44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_idsSecurity Group 목록[‘17776b52-0a64-440d-9e93-b4fc37be935b’]
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.11.2 - 1.2

scp-cli vpc privatelink-endpoint create
--subnet_id <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--privatelink_service_id <value>]
[--security_group_ids <value>]
[--tags <value>]

Description

PrivateLink Endpoint 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
name
required
stringPrivateLink Endpoint 명EndpointName
endpoint_ip_address
required
stringEndpoint IP 주소192.167.1.5
description
optional
string설명PrivateLink Endpoint Description
privatelink_service_id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_ids
optional
arraySecurity Group 목록[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Endpoint Description
endpoint_ip_addressEndpoint IP 주소192.167.1.5
endpoint_ip_port_idEndpoint IP Port IDb44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_idsSecurity Group 목록[‘17776b52-0a64-440d-9e93-b4fc37be935b’]
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.11.3 - 1.1

scp-cli vpc privatelink-endpoint create
--subnet_id <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--privatelink_service_id <value>]
[--security_group_ids <value>]
[--tags <value>]

Description

PrivateLink Endpoint 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
name
required
stringPrivateLink Endpoint 명EndpointName
endpoint_ip_address
required
stringEndpoint IP 주소192.167.1.5
description
optional
string설명PrivateLink Endpoint Description
privatelink_service_id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_ids
optional
arraySecurity Group 목록[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Endpoint Description
endpoint_ip_addressEndpoint IP 주소192.167.1.5
endpoint_ip_port_idEndpoint IP Port IDb44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_idsSecurity Group 목록[‘17776b52-0a64-440d-9e93-b4fc37be935b’]
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.12 - Create PrivateLink Service

8.1.12.1 - 1.3

scp-cli vpc privatelink-service create
--subnet_id <value>
--service_ip_address <value>
--name <value>
--connected_resource_type <value>
--approval_type <value>
[--connected_resource_id <value>]
[--connected_resource_ip_address <value>]
[--description <value>]
[--high_speed_transfer <value>]
[--security_group_ids <value>]
[--tags <value>]

Description

PrivateLink Service 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
service_ip_address
required
stringService IP 주소192.167.0.5
name
required
stringPrivateLink Service 명ServiceName
connected_resource_type
required
string연결된 자원 TypeLB
approval_type
required
stringPrivateLink Service 승인 타입AUTO
connected_resource_id
optional
string연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address
optional
string연결된 자원 IP 주소192.167.0.10
description
optional
string설명PrivateLink Service Description
high_speed_transfer
optional
boolean고속 데이터 전송 사용False
security_group_ids
optional
arraySecurity Group 목록[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Service Description
high_speed_transfer고속 데이터 전송 사용False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
security_group_idsSecurity Group 목록[‘00b6af37-73b5-4de2-b080-c295a1a0382e’]
service_ip_addressService IP 주소192.167.0.5
service_ip_port_idService IP Port IDd21a4b81-f52a-43a8-b985-341e763458bb
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.12.2 - 1.2

scp-cli vpc privatelink-service create
--subnet_id <value>
--service_ip_address <value>
--name <value>
--connected_resource_type <value>
--approval_type <value>
[--connected_resource_id <value>]
[--connected_resource_ip_address <value>]
[--description <value>]
[--high_speed_transfer <value>]
[--security_group_ids <value>]
[--tags <value>]

Description

PrivateLink Service 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
service_ip_address
required
stringService IP 주소192.167.0.5
name
required
stringPrivateLink Service 명ServiceName
connected_resource_type
required
string연결된 자원 TypeLB
approval_type
required
stringPrivateLink Service 승인 타입AUTO
connected_resource_id
optional
string연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address
optional
string연결된 자원 IP 주소192.167.0.10
description
optional
string설명PrivateLink Service Description
high_speed_transfer
optional
boolean고속 데이터 전송 사용False
security_group_ids
optional
arraySecurity Group 목록[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Service Description
high_speed_transfer고속 데이터 전송 사용False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
security_group_idsSecurity Group 목록[‘00b6af37-73b5-4de2-b080-c295a1a0382e’]
service_ip_addressService IP 주소192.167.0.5
service_ip_port_idService IP Port IDd21a4b81-f52a-43a8-b985-341e763458bb
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.12.3 - 1.1

scp-cli vpc privatelink-service create
--subnet_id <value>
--service_ip_address <value>
--name <value>
--connected_resource_type <value>
--approval_type <value>
[--connected_resource_id <value>]
[--connected_resource_ip_address <value>]
[--description <value>]
[--high_speed_transfer <value>]
[--security_group_ids <value>]
[--tags <value>]

Description

PrivateLink Service 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
service_ip_address
required
stringService IP 주소192.167.0.5
name
required
stringPrivateLink Service 명ServiceName
connected_resource_type
required
string연결된 자원 TypeLB
approval_type
required
stringPrivateLink Service 승인 타입AUTO
connected_resource_id
optional
string연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address
optional
string연결된 자원 IP 주소192.167.0.10
description
optional
string설명PrivateLink Service Description
high_speed_transfer
optional
boolean고속 데이터 전송 사용False
security_group_ids
optional
arraySecurity Group 목록[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Service Description
high_speed_transfer고속 데이터 전송 사용False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
security_group_idsSecurity Group 목록[‘00b6af37-73b5-4de2-b080-c295a1a0382e’]
service_ip_addressService IP 주소192.167.0.5
service_ip_port_idService IP Port IDd21a4b81-f52a-43a8-b985-341e763458bb
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.13 - Create PublicIP

8.1.13.1 - 1.3

scp-cli vpc public-ip create
--zone <value>
--type <value>
[--description <value>]
[--tags <value>]

Description

PublicIP를 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
zone
required
stringZonekr-west1-a
type
required
stringPublicIP 타입IGW
description
optional
stringPublicIP 상세 설명Public IP Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW
zoneZonekr-west1-a

8.1.13.2 - 1.2

scp-cli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]

Description

PublicIP를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
type
required
stringPublicIP 타입IGW
description
optional
stringPublicIP 상세 설명Public IP Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.13.3 - 1.1

scp-cli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]

Description

PublicIP를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
type
required
stringPublicIP 타입IGW
description
optional
stringPublicIP 상세 설명Public IP Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.13.4 - 1.0

scp-cli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]

Description

PublicIP를 생성한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
type
required
stringPublicIP 타입IGW
description
optional
stringPublicIP 상세 설명Public IP Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.14 - Create Subnet

8.1.14.1 - 1.3

scp-cli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
--category <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--gateway_ip_address <value>]
[--host_routes <value>]
[--primary_subnet_id <value>]
[--tags <value>]

Description

Subnet을 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringSubnet 유형-
name
required
stringSubnet 명subnetName
cidr
required
stringSubnet Cidr192.167.1.0/24
category
required
stringSubnet 구분PRIMARY
allocation_pools
optional
arrayIP 할당 범위[
description
optional
string설명Subnet Description
dns_nameservers
optional
arrayDNS Name Server[
gateway_ip_address
optional
stringGateway IP 주소192.167.1.1
host_routes
optional
array호스트 경로[
primary_subnet_id
optional
stringPrimary Subnet ID023c57b14f11483689338d085e061492
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
categorySubnet 구분PRIMARY
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dhcp_ip_addressDHCP IP 주소
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
primary_subnet_idPrimary Subnet ID023c57b14f11483689338d085e061492
secondary_subnet_idsSecondary Subnet ID 목록[“522e102f680448a8804d18d4838baa78”, “aec40baf53c243c1bb8401a703a2c888”]
state상태
typeSubnet 유형PUBLIC
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName
zonesSubnet Zone 목록[“kr-west1-a”, “kr-west1-b”, “kr-west1-c”]

8.1.14.2 - 1.2

scp-cli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--gateway_ip_address <value>]
[--host_routes <value>]
[--tags <value>]

Description

Subnet을 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringSubnet 유형GENERAL
name
required
stringSubnet 명subnetName
cidr
required
stringSubnet Cidr192.167.1.0/24
allocation_pools
optional
arrayIP 할당 범위[
description
optional
string설명Subnet Description
dns_nameservers
optional
arrayDNS Name Server[
gateway_ip_address
optional
stringGateway IP 주소192.167.1.1
host_routes
optional
array호스트 경로[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dhcp_ip_addressDHCP IP 주소
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.14.3 - 1.1

scp-cli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--host_routes <value>]
[--tags <value>]

Description

Subnet을 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringSubnet 유형GENERAL
name
required
stringSubnet 명subnetName
cidr
required
stringSubnet Cidr192.167.1.0/24
allocation_pools
optional
arrayIP 할당 범위[
description
optional
string설명Subnet Description
dns_nameservers
optional
arrayDNS Name Server[
host_routes
optional
array호스트 경로[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.14.4 - 1.0

scp-cli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--host_routes <value>]
[--tags <value>]

Description

Subnet을 생성한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
required
stringSubnet 유형GENERAL
name
required
stringSubnet 명subnetName
cidr
required
stringSubnet Cidr192.167.1.0/24
allocation_pools
optional
arrayIP 할당 범위[
description
optional
string설명Subnet Description
dns_nameservers
optional
arrayDNS Name Server[
host_routes
optional
array호스트 경로[
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.15 - Create Subnet VIP

8.1.15.1 - 1.3

scp-cli vpc subnet vip create
--subnet_id <value>
[--description <value>]
[--virtual_ip_address <value>]

Description

Subnet Vip 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
optional
string설명Subnet VIP Description
virtual_ip_address
optional
stringVirtual IP 주소192.168.20.6

Responses

NameDescriptionExample
idSubnet Vip Id0466a9448d9a4411a86055939e451c8f
connected_ports
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet VIP Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
static_natStatic NAT 정보
subnet_idSubnet ID023c57b14f11483689338d085e061492
vip_port_idVip Port Id35268a9f2eda4cde83b1d85c1f61f67d
virtual_ip_addressVirtual IP 주소192.168.20.6

8.1.15.2 - 1.2

scp-cli vpc subnet vip create
--subnet_id <value>
[--description <value>]
[--virtual_ip_address <value>]

Description

Subnet Vip 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
optional
string설명Subnet VIP Description
virtual_ip_address
optional
stringVirtual IP 주소192.168.20.6

Responses

NameDescriptionExample
idSubnet Vip Id0466a9448d9a4411a86055939e451c8f
connected_ports
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet VIP Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
static_natStatic NAT 정보
subnet_idSubnet ID023c57b14f11483689338d085e061492
vip_port_idVip Port Id35268a9f2eda4cde83b1d85c1f61f67d
virtual_ip_addressVirtual IP 주소192.168.20.6

8.1.16 - Create Subnet VIP NAT IP

8.1.16.1 - 1.3

scp-cli vpc subnet vip nat create
--vip_id <value>
--subnet_id <value>
--publicip_id <value>
--nat_type <value>

Description

Subnet Vip Nat Ip 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
publicip_id
required
stringPublicip ID12f56e27070248a6a240a497e43fbe18
nat_type
required
stringNat 타입PUBLIC

Responses

NameDescriptionExample
idStatic Nat Id0009e49548154745948e9722adefbf40
publicip_idPublicip ID12f56e27070248a6a240a497e43fbe18
stateStatic Nat 상태ACTIVE

8.1.16.2 - 1.2

scp-cli vpc subnet vip nat create
--vip_id <value>
--subnet_id <value>
--publicip_id <value>
--nat_type <value>

Description

Subnet Vip Nat Ip 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
publicip_id
required
stringPublicip ID12f56e27070248a6a240a497e43fbe18
nat_type
required
stringNat 타입PUBLIC

Responses

NameDescriptionExample
idStatic Nat Id0009e49548154745948e9722adefbf40
publicip_idPublicip ID12f56e27070248a6a240a497e43fbe18
stateStatic Nat 상태ACTIVE

8.1.17 - Create Transit Gateway

8.1.17.1 - 1.3

scp-cli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]

Description

Transit Gateway 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
name
required
stringTransit Gateway 명TransitGatewayName
description
optional
string설명TransitGateway Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_active_zoneUplink Active Zonekr-west1-a
uplink_enabledUplink 사용False
uplink_standby_zoneUplink Standby Zonekr-west1-b
uplink_zone_stateUplink Zone 연결 상태ACTIVE

8.1.17.2 - 1.2

scp-cli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]

Description

Transit Gateway 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
name
required
stringTransit Gateway 명TransitGatewayName
description
optional
string설명TransitGateway Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.17.3 - 1.1

scp-cli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]

Description

Transit Gateway 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
name
required
stringTransit Gateway 명TransitGatewayName
description
optional
string설명TransitGateway Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.17.4 - 1.0

scp-cli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]

Description

Transit Gateway 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
name
required
stringTransit Gateway 명TransitGatewayName
description
optional
string설명TransitGateway Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.18 - Create Transit Gateway Firewall

8.1.18.1 - 1.3

scp-cli vpc transit-gateway-firewall create
--transit_gateway_id <value>
--product_type <value>
[--uplink_active_zone <value>]
[--uplink_standby_zone <value>]

Description

Transit Gateway 방화벽 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
product_type
required
stringFirewall Product TypeTGW_DGW
uplink_active_zone
optional
stringUplink Active Zonekr-west1-a
uplink_standby_zone
optional
stringUplink Standby Zonekr-west1-b

Responses

NameDescriptionExample
state상태ACTIVE
uplink_active_zoneUplink Active Zonekr-west1-a
uplink_standby_zoneUplink Standby Zonekr-west1-b
uplink_zone_stateUplink Zone 연결 상태ACTIVE

8.1.18.2 - 1.2

scp-cli vpc transit-gateway-firewall create
--transit_gateway_id <value>
--product_type <value>

Description

Transit Gateway 방화벽 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
product_type
required
stringFirewall Product TypeTGW_DGW

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.19 - Create Transit Gateway Firewall Connection

8.1.19.1 - 1.3

scp-cli vpc transit-gateway-firewall-connection create
--transit_gateway_id <value>

Description

Transit Gateway 방화벽 연결 생성.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample

8.1.19.2 - 1.2

scp-cli vpc transit-gateway-firewall-connection create
--transit_gateway_id <value>

Description

Transit Gateway 방화벽 연결 생성.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.20 - Create Transit Gateway Rule

8.1.20.1 - 1.3

scp-cli vpc transit-gateway-rule create
--transit_gateway_id <value>
--tgw_connection_vpc_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway 규칙 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
tgw_connection_vpc_id
required
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
destination_type
required
string목적지 타입VPC
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.20.2 - 1.2

scp-cli vpc transit-gateway-rule create
--transit_gateway_id <value>
--tgw_connection_vpc_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway 규칙 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
tgw_connection_vpc_id
required
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
destination_type
required
string목적지 타입VPC
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.20.3 - 1.1

scp-cli vpc transit-gateway-rule create
--transit_gateway_id <value>
--tgw_connection_vpc_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway 규칙 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
tgw_connection_vpc_id
required
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
destination_type
required
string목적지 타입VPC
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.20.4 - 1.0

scp-cli vpc transit-gateway-rule create
--transit_gateway_id <value>
--tgw_connection_vpc_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway 규칙 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
tgw_connection_vpc_id
required
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
destination_type
required
string목적지 타입VPC
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.21 - Create Transit Gateway Uplink Rule

8.1.21.1 - 1.3

scp-cli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway Uplink 규칙 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
destination_type
required
string목적지 타입ON_PREMISE
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_type목적지 타입ON_PREMISE
state상태ACTIVE

8.1.21.2 - 1.2

scp-cli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway Uplink 규칙 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
destination_type
required
string목적지 타입ON_PREMISE
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_type목적지 타입ON_PREMISE
state상태ACTIVE

8.1.21.3 - 1.1

scp-cli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway Uplink 규칙 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
destination_type
required
string목적지 타입ON_PREMISE
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_type목적지 타입ON_PREMISE
state상태ACTIVE

8.1.21.4 - 1.0

scp-cli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]

Description

Transit Gateway Uplink 규칙 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
destination_type
required
string목적지 타입ON_PREMISE
destination_cidr
required
string목적지 CIDR192.167.5.0/24
description
optional
string설명Routing Rule Description

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_type목적지 타입ON_PREMISE
state상태ACTIVE

8.1.22 - Create Transit Gateway VPC Connection

8.1.22.1 - 1.3

scp-cli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>

Description

Transit Gateway VPC 연결 생성.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.22.2 - 1.2

scp-cli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>

Description

Transit Gateway VPC 연결 생성.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.22.3 - 1.1

scp-cli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>

Description

Transit Gateway VPC 연결 생성.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.22.4 - 1.0

scp-cli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>

Description

Transit Gateway VPC 연결 생성.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.23 - Create VPC

8.1.23.1 - 1.3

scp-cli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

VPC를 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
name
required
stringVPC 명vpcName
cidr
required
stringVPC Cidr192.167.0.0/18
description
optional
string설명VPC Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidr_countCIDR 개수20
cidrs
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태
zone_typeVpc Zone 타입 정보PUBLIC
zonesVpc Zones 정보[‘zone-a’, ‘zone-b’, ‘zone-c’]

8.1.23.2 - 1.2

scp-cli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

VPC를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
name
required
stringVPC 명vpcName
cidr
required
stringVPC Cidr192.167.0.0/18
description
optional
string설명VPC Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidr_countCIDR 개수20
cidrs
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.23.3 - 1.1

scp-cli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

VPC를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
name
required
stringVPC 명vpcName
cidr
required
stringVPC Cidr192.167.0.0/18
description
optional
string설명VPC Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrVPC Cidr192.167.0.0/18
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.23.4 - 1.0

scp-cli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]

Description

VPC를 생성한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
name
required
stringVPC 명vpcName
cidr
required
stringVPC Cidr192.167.0.0/18
description
optional
string설명VPC Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrVPC Cidr192.167.0.0/18
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.24 - Create VPC Endpoint

8.1.24.1 - 1.3

scp-cli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]

Description

VPC Endpoint 를 생성한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
resource_type
required
stringVPC Endpoint 자원 타입FS
resource_key
required
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_info
required
stringVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
name
required
stringVPC Endpoint 명VpcEndpointName
endpoint_ip_address
required
stringVPC Endpoint IP 주소192.167.0.5
description
optional
string설명VpcEndpoint Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.24.2 - 1.2

scp-cli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]

Description

VPC Endpoint 를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
resource_type
required
stringVPC Endpoint 자원 타입FS
resource_key
required
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_info
required
stringVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
name
required
stringVPC Endpoint 명VpcEndpointName
endpoint_ip_address
required
stringVPC Endpoint IP 주소192.167.0.5
description
optional
string설명VpcEndpoint Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.24.3 - 1.1

scp-cli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]

Description

VPC Endpoint 를 생성한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
resource_type
required
stringVPC Endpoint 자원 타입FS
resource_key
required
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_info
required
stringVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
name
required
stringVPC Endpoint 명VpcEndpointName
endpoint_ip_address
required
stringVPC Endpoint IP 주소192.167.0.5
description
optional
string설명VpcEndpoint Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.24.4 - 1.0

scp-cli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]

Description

VPC Endpoint 를 생성한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
resource_type
required
stringVPC Endpoint 자원 타입FS
resource_key
required
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_info
required
stringVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
name
required
stringVPC Endpoint 명VpcEndpointName
endpoint_ip_address
required
stringVPC Endpoint IP 주소192.167.0.5
description
optional
string설명VpcEndpoint Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.25 - Create VPC Peering

8.1.25.1 - 1.3

scp-cli vpc vpc-peering create
--requester_vpc_id <value>
--name <value>
--approver_vpc_id <value>
--approver_vpc_account_id <value>
[--description <value>]
[--tags <value>]

Description

VPC Peering 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
requester_vpc_id
required
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
name
required
stringVPC Peering 명vpcPeeringName
approver_vpc_id
required
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_account_id
required
string승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
description
optional
string설명vpcPeering Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.25.2 - 1.2

scp-cli vpc vpc-peering create
--requester_vpc_id <value>
--name <value>
--approver_vpc_id <value>
--approver_vpc_account_id <value>
[--description <value>]
[--tags <value>]

Description

VPC Peering 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
requester_vpc_id
required
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
name
required
stringVPC Peering 명vpcPeeringName
approver_vpc_id
required
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_account_id
required
string승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
description
optional
string설명vpcPeering Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.25.3 - 1.1

scp-cli vpc vpc-peering create
--requester_vpc_id <value>
--name <value>
--approver_vpc_id <value>
--approver_vpc_account_id <value>
[--description <value>]
[--tags <value>]

Description

VPC Peering 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
requester_vpc_id
required
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
name
required
stringVPC Peering 명vpcPeeringName
approver_vpc_id
required
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_account_id
required
string승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
description
optional
string설명vpcPeering Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.25.4 - 1.0

scp-cli vpc vpc-peering create
--requester_vpc_id <value>
--name <value>
--approver_vpc_id <value>
--approver_vpc_account_id <value>
[--description <value>]
[--tags <value>]

Description

VPC Peering 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
requester_vpc_id
required
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
name
required
stringVPC Peering 명vpcPeeringName
approver_vpc_id
required
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_account_id
required
string승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
description
optional
string설명vpcPeering Description
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.26 - Create Vpc Peering Rule

8.1.26.1 - 1.3

scp-cli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]

Description

VPC Peering 규칙 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
destination_vpc_type
required
string목적지 VPC 유형-
destination_cidr
required
string목적지 CIDR-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.26.2 - 1.2

scp-cli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]

Description

VPC Peering 규칙 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
destination_vpc_type
required
string목적지 VPC 유형-
destination_cidr
required
string목적지 CIDR-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.26.3 - 1.1

scp-cli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]

Description

VPC Peering 규칙 생성

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
destination_vpc_type
required
string목적지 VPC 유형-
destination_cidr
required
string목적지 CIDR-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.26.4 - 1.0

scp-cli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]

Description

VPC Peering 규칙 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
destination_vpc_type
required
string목적지 VPC 유형-
destination_cidr
required
string목적지 CIDR-
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.27 - Delete Internet Gateway

8.1.27.1 - 1.3

scp-cli vpc internet-gateway delete
--internet_gateway_id <value>

Description

Internet Gateway를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

8.1.27.2 - 1.2

scp-cli vpc internet-gateway delete
--internet_gateway_id <value>

Description

Internet Gateway를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

8.1.27.3 - 1.1

scp-cli vpc internet-gateway delete
--internet_gateway_id <value>

Description

Internet Gateway를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

8.1.27.4 - 1.0

scp-cli vpc internet-gateway delete
--internet_gateway_id <value>

Description

Internet Gateway를 삭제한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

8.1.28 - Delete NAT Gateway

8.1.28.1 - 1.3

scp-cli vpc nat-gateway delete
--nat_gateway_id <value>

Description

NAT Gateway를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

8.1.28.2 - 1.2

scp-cli vpc nat-gateway delete
--nat_gateway_id <value>

Description

NAT Gateway를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

8.1.28.3 - 1.1

scp-cli vpc nat-gateway delete
--nat_gateway_id <value>

Description

NAT Gateway를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

8.1.28.4 - 1.0

scp-cli vpc nat-gateway delete
--nat_gateway_id <value>

Description

NAT Gateway를 삭제한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

8.1.29 - Delete Port

8.1.29.1 - 1.3

scp-cli vpc port delete
--port_id <value>

Description

Port를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

8.1.29.2 - 1.2

scp-cli vpc port delete
--port_id <value>

Description

Port를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

8.1.29.3 - 1.1

scp-cli vpc port delete
--port_id <value>

Description

Port를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

8.1.29.4 - 1.0

scp-cli vpc port delete
--port_id <value>

Description

Port를 삭제한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

8.1.30 - Delete Private NAT

8.1.30.1 - 1.3

scp-cli vpc private-nat delete
--private_nat_id <value>

Description

Private NAT 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

8.1.30.2 - 1.2

scp-cli vpc private-nat delete
--private_nat_id <value>

Description

Private NAT 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

8.1.30.3 - 1.1

scp-cli vpc private-nat delete
--private_nat_id <value>

Description

Private NAT 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

8.1.30.4 - 1.0

scp-cli vpc private-nat delete
--private_nat_id <value>

Description

Private NAT 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

8.1.31 - Delete Private NAT IP

8.1.31.1 - 1.3

scp-cli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>

Description

Private NAT IP 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_nat_ip_id
required
stringPrivate NAT IP ID-
private_nat_id
required
stringPrivate NAT ID-

8.1.31.2 - 1.2

scp-cli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>

Description

Private NAT IP 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
private_nat_ip_id
required
stringPrivate NAT IP ID-
private_nat_id
required
stringPrivate NAT ID-

8.1.31.3 - 1.1

scp-cli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>

Description

Private NAT IP 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
private_nat_ip_id
required
stringPrivate NAT IP ID-
private_nat_id
required
stringPrivate NAT ID-

8.1.31.4 - 1.0

scp-cli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>

Description

Private NAT IP 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
private_nat_ip_id
required
stringPrivate NAT IP ID-
private_nat_id
required
stringPrivate NAT ID-

8.1.32 - Delete PrivateLink Endpoint

8.1.32.1 - 1.3

scp-cli vpc privatelink-endpoint delete
--privatelink_endpoint_id <value>

Description

PrivateLink Endpoint 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02

8.1.32.2 - 1.2

scp-cli vpc privatelink-endpoint delete
--privatelink_endpoint_id <value>

Description

PrivateLink Endpoint 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02

8.1.32.3 - 1.1

scp-cli vpc privatelink-endpoint delete
--privatelink_endpoint_id <value>

Description

PrivateLink Endpoint 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02

8.1.33 - Delete PrivateLink Service

8.1.33.1 - 1.3

scp-cli vpc privatelink-service delete
--privatelink_service_id <value>

Description

PrivateLink Service 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d

8.1.33.2 - 1.2

scp-cli vpc privatelink-service delete
--privatelink_service_id <value>

Description

PrivateLink Service 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d

8.1.33.3 - 1.1

scp-cli vpc privatelink-service delete
--privatelink_service_id <value>

Description

PrivateLink Service 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d

8.1.34 - Delete PublicIP

8.1.34.1 - 1.3

scp-cli vpc public-ip delete
--publicip_id <value>

Description

PublicIP를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

8.1.34.2 - 1.2

scp-cli vpc public-ip delete
--publicip_id <value>

Description

PublicIP를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

8.1.34.3 - 1.1

scp-cli vpc public-ip delete
--publicip_id <value>

Description

PublicIP를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

8.1.34.4 - 1.0

scp-cli vpc public-ip delete
--publicip_id <value>

Description

PublicIP를 삭제한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

8.1.35 - Delete Subnet

8.1.35.1 - 1.3

scp-cli vpc subnet delete
--subnet_id <value>

Description

Subnet을 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.35.2 - 1.2

scp-cli vpc subnet delete
--subnet_id <value>

Description

Subnet을 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.35.3 - 1.1

scp-cli vpc subnet delete
--subnet_id <value>

Description

Subnet을 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.35.4 - 1.0

scp-cli vpc subnet delete
--subnet_id <value>

Description

Subnet을 삭제한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.36 - Delete Subnet Vip

8.1.36.1 - 1.3

scp-cli vpc subnet vip delete
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.36.2 - 1.2

scp-cli vpc subnet vip delete
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.37 - Delete Subnet Vip Connected Port

8.1.37.1 - 1.3

scp-cli vpc subnet vip port delete 
--connected_port_id <value>
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip 연결 Port 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
connected_port_id
required
stringSubnet Vip 연결 Port Id13e2a5a1acbe4713a9a2c70ce226e822
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.37.2 - 1.2

scp-cli vpc subnet vip port delete 
--connected_port_id <value>
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip 연결 Port 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
connected_port_id
required
stringSubnet Vip 연결 Port Id13e2a5a1acbe4713a9a2c70ce226e822
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.38 - Delete Subnet VIP NAT IP

8.1.38.1 - 1.3

scp-cli vpc subnet vip nat delete
--static_nat_id <value>
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip Nat Ip 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
static_nat_id
required
stringStatic NAT ID0009e49548154745948e9722adefbf40
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.38.2 - 1.2

scp-cli vpc subnet vip nat delete
--static_nat_id <value>
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip Nat Ip 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
static_nat_id
required
stringStatic NAT ID0009e49548154745948e9722adefbf40
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

8.1.39 - Delete Transit Gateway

8.1.39.1 - 1.3

scp-cli vpc transit-gateway delete
--transit_gateway_id <value>

Description

Transit Gateway 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.39.2 - 1.2

scp-cli vpc transit-gateway delete
--transit_gateway_id <value>

Description

Transit Gateway 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.39.3 - 1.1

scp-cli vpc transit-gateway delete
--transit_gateway_id <value>

Description

Transit Gateway 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.39.4 - 1.0

scp-cli vpc transit-gateway delete
--transit_gateway_id <value>

Description

Transit Gateway 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.40 - Delete Transit Gateway Firewall

8.1.40.1 - 1.3

scp-cli vpc transit-gateway-firewall-delete
--firewall_id <value>
--transit_gateway_id <value>

Description

Transit Gateway 방화벽 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDbbb93aca123f4bb2b2c0f206f4a86b2b
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.40.2 - 1.2

scp-cli vpc transit-gateway-firewall-delete
--firewall_id <value>
--transit_gateway_id <value>

Description

Transit Gateway 방화벽 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
firewall_id
required
stringFirewall IDbbb93aca123f4bb2b2c0f206f4a86b2b
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.41 - Delete Transit Gateway Firewall Connection

8.1.41.1 - 1.3

scp-cli vpc transit-gateway-firewall-connection delete
--transit_gateway_id <value>

Description

Transit Gateway 방화벽 연결 삭제.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.41.2 - 1.2

scp-cli vpc transit-gateway-firewall-connection delete
--transit_gateway_id <value>

Description

Transit Gateway 방화벽 연결 삭제.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.42 - Delete Transit Gateway Rule

8.1.42.1 - 1.3

scp-cli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway 규칙 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.42.2 - 1.2

scp-cli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway 규칙 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.42.3 - 1.1

scp-cli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway 규칙 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.42.4 - 1.0

scp-cli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway 규칙 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.43 - Delete Transit Gateway Uplink Rule

8.1.43.1 - 1.3

scp-cli vpc transit-gateway-uplink-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway Uplink 규칙 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.43.2 - 1.2

scp-cli vpc transit-gateway-uplink-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway Uplink 규칙 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.43.3 - 1.1

scp-cli vpc transit-gateway-uplink-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway Uplink 규칙 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.43.4 - 1.0

scp-cli vpc transit-gateway-uplink-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>

Description

Transit Gateway Uplink 규칙 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.44 - Delete Transit Gateway VPC Connection

8.1.44.1 - 1.3

scp-cli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>

Description

Transit Gateway VPC 연결 삭제.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_connection_id
required
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.44.2 - 1.2

scp-cli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>

Description

Transit Gateway VPC 연결 삭제.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_connection_id
required
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.44.3 - 1.1

scp-cli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>

Description

Transit Gateway VPC 연결 삭제.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_connection_id
required
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.44.4 - 1.0

scp-cli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>

Description

Transit Gateway VPC 연결 삭제.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_connection_id
required
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

8.1.45 - Delete VPC

8.1.45.1 - 1.3

scp-cli vpc vpc delete
--vpc_id <value>

Description

VPC를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

8.1.45.2 - 1.2

scp-cli vpc vpc delete
--vpc_id <value>

Description

VPC를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

8.1.45.3 - 1.1

scp-cli vpc vpc delete
--vpc_id <value>

Description

VPC를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

8.1.45.4 - 1.0

scp-cli vpc vpc delete
--vpc_id <value>

Description

VPC를 삭제한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

8.1.46 - Delete VPC Endpoint

8.1.46.1 - 1.3

scp-cli vpc vpc-endpoint delete
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 삭제한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

8.1.46.2 - 1.2

scp-cli vpc vpc-endpoint delete
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

8.1.46.3 - 1.1

scp-cli vpc vpc-endpoint delete
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 삭제한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

8.1.46.4 - 1.0

scp-cli vpc vpc-endpoint delete
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 삭제한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

8.1.47 - Delete VPC Peering

8.1.47.1 - 1.3

scp-cli vpc vpc-peering delete
--vpc_peering_id <value>

Description

VPC Peering 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.47.2 - 1.2

scp-cli vpc vpc-peering delete
--vpc_peering_id <value>

Description

VPC Peering 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.47.3 - 1.1

scp-cli vpc vpc-peering delete
--vpc_peering_id <value>

Description

VPC Peering 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.47.4 - 1.0

scp-cli vpc vpc-peering delete
--vpc_peering_id <value>

Description

VPC Peering 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.48 - Delete VPC Peering Rule

8.1.48.1 - 1.3

scp-cli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>

Description

VPC Peering 규칙 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID-
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.48.2 - 1.2

scp-cli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>

Description

VPC Peering 규칙 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID-
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.48.3 - 1.1

scp-cli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>

Description

VPC Peering 규칙 삭제

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID-
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.48.4 - 1.0

scp-cli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>

Description

VPC Peering 규칙 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
routing_rule_id
required
stringRouting Rule ID-
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

8.1.49 - List Connected PrivateLink Endpoints

8.1.49.1 - 1.3

scp-cli vpc privatelink-service-connected-endpoint list
--privatelink_service_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]

Description

연결된 PrivateLink Endpoint 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
statePrivateLink Endpoint 상태ACTIVE

8.1.49.2 - 1.2

scp-cli vpc privatelink-service-connected-endpoint list
--privatelink_service_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]

Description

연결된 PrivateLink Endpoint 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
statePrivateLink Endpoint 상태ACTIVE

8.1.49.3 - 1.1

scp-cli vpc privatelink-service-connected-endpoint list
--privatelink_service_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]

Description

연결된 PrivateLink Endpoint 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
statePrivateLink Endpoint 상태ACTIVE

8.1.50 - List Internet Gateways

8.1.50.1 - 1.3

scp-cli vpc internet-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Internet Gateway 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringInternet Gateway ID023c57b14f11483689338d085e061492
name
optional
stringInternet Gateway 명IGW_VPCname
type
optional
****Internet Gateway 유형-
state
optional
string상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
multi_zone_enabledMulti zone 사용여부True
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.50.2 - 1.2

scp-cli vpc internet-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Internet Gateway 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringInternet Gateway ID023c57b14f11483689338d085e061492
name
optional
stringInternet Gateway 명IGW_VPCname
type
optional
****Internet Gateway 유형-
state
optional
string상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.50.3 - 1.1

scp-cli vpc internet-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Internet Gateway 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringInternet Gateway ID023c57b14f11483689338d085e061492
name
optional
stringInternet Gateway 명IGW_VPCname
type
optional
****Internet Gateway 유형-
state
optional
string상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.50.4 - 1.0

scp-cli vpc internet-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Internet Gateway 목록을 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringInternet Gateway ID023c57b14f11483689338d085e061492
name
optional
stringInternet Gateway 명IGW_VPCname
type
optional
****Internet Gateway 유형-
state
optional
string상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.51 - List NAT Gateways

8.1.51.1 - 1.3

scp-cli vpc nat-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--nat_gateway_ip_address <value>]
[--state <value>]
[--multi_zone_enabled <value>]

Description

NAT Gateway 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringNAT Gateway 명NatGatewayName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
nat_gateway_ip_address
optional
stringNAT Gateway IP 주소192.167.0.5
state
optional
****NAT Gateway 상태ACTIVE
multi_zone_enabled
optional
booleanMulti Zone 사용true

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
multi_zone_enabledMulti Zone 사용true
nameNAT Gateway 명NatGatewayName
nat_gateway_ipsNAT Gateway IP들
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.51.2 - 1.2

scp-cli vpc nat-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--nat_gateway_ip_address <value>]
[--state <value>]

Description

NAT Gateway 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringNAT Gateway 명NatGatewayName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
nat_gateway_ip_address
optional
stringNAT Gateway IP 주소192.167.0.5
state
optional
****NAT Gateway 상태ACTIVE

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.51.3 - 1.1

scp-cli vpc nat-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--nat_gateway_ip_address <value>]
[--state <value>]

Description

NAT Gateway 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
name
optional
stringNAT Gateway 명NatGatewayName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
nat_gateway_ip_address
optional
stringNAT Gateway IP 주소192.167.0.5
state
optional
****NAT Gateway 상태ACTIVE

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.51.4 - 1.0

scp-cli vpc nat-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--nat_gateway_ip_address <value>]
[--state <value>]

Description

NAT Gateway 목록을 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
name
optional
stringNAT Gateway 명NatGatewayName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
nat_gateway_ip_address
optional
stringNAT Gateway IP 주소192.167.0.5
state
optional
****NAT Gateway 상태ACTIVE

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.52 - List Ports

8.1.52.1 - 1.3

scp-cli vpc port list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--id <value>]
[--attached_resource_id <value>]
[--fixed_ip_address <value>]
[--mac_address <value>]
[--state <value>]
[--security_groups <value>]
[--attached_resource_types <value>]

Description

Port 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integerPort 제한-
marker
optional
stringPort 마커-
sort
optional
stringPort 정렬-
name
optional
stringPort 명portName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
id
optional
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
attached_resource_id
optional
string연결된 자원 ID9387e8f51de04a03994de8a9c3524935
fixed_ip_address
optional
string고정된 IP192.168.1.100
mac_address
optional
stringMAC 주소fa:16:3e:00:00:01
state
optional
string상태-
security_groups
optional
stringSecurity Group 목록-
attached_resource_types
optional
****연결된 자원 유형-

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.52.2 - 1.2

scp-cli vpc port list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--id <value>]
[--attached_resource_id <value>]
[--fixed_ip_address <value>]
[--mac_address <value>]
[--state <value>]
[--security_groups <value>]
[--attached_resource_types <value>]

Description

Port 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integerPort 제한-
marker
optional
stringPort 마커-
sort
optional
stringPort 정렬-
name
optional
stringPort 명portName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
id
optional
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
attached_resource_id
optional
string연결된 자원 ID9387e8f51de04a03994de8a9c3524935
fixed_ip_address
optional
string고정된 IP192.168.1.100
mac_address
optional
stringMAC 주소fa:16:3e:00:00:01
state
optional
string상태-
security_groups
optional
stringSecurity Group 목록-
attached_resource_types
optional
****연결된 자원 유형-

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.52.3 - 1.1

scp-cli vpc port list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--id <value>]
[--attached_resource_id <value>]
[--fixed_ip_address <value>]
[--mac_address <value>]
[--state <value>]
[--security_groups <value>]
[--attached_resource_types <value>]

Description

Port 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integerPort 제한-
marker
optional
stringPort 마커-
sort
optional
stringPort 정렬-
name
optional
stringPort 명portName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
id
optional
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
attached_resource_id
optional
string연결된 자원 ID9387e8f51de04a03994de8a9c3524935
fixed_ip_address
optional
string고정된 IP192.168.1.100
mac_address
optional
stringMAC 주소fa:16:3e:00:00:01
state
optional
string상태-
security_groups
optional
stringSecurity Group 목록-
attached_resource_types
optional
****연결된 자원 유형-

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.52.4 - 1.0

scp-cli vpc port list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--id <value>]
[--attached_resource_id <value>]
[--fixed_ip_address <value>]
[--mac_address <value>]
[--state <value>]
[--security_groups <value>]
[--attached_resource_types <value>]

Description

Port 목록을 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integerPort 제한-
marker
optional
stringPort 마커-
sort
optional
stringPort 정렬-
name
optional
stringPort 명portName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
subnet_name
optional
stringSubnet 명subnetName
id
optional
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
attached_resource_id
optional
string연결된 자원 ID9387e8f51de04a03994de8a9c3524935
fixed_ip_address
optional
string고정된 IP192.168.1.100
mac_address
optional
stringMAC 주소fa:16:3e:00:00:01
state
optional
string상태-
security_groups
optional
stringSecurity Group 목록-
attached_resource_types
optional
****연결된 자원 유형-

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.53 - List Private NAT

8.1.53.1 - 1.3

scp-cli vpc private-nat list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--cidr <value>]
[--vpc_id <value>]
[--service_resource_id <value>]
[--service_type <value>]
[--service_resource_name <value>]
[--state <value>]

Description

Private NAT 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringPrivate NAT 명PrivateNatName
cidr
optional
stringPrivate NAT IP 대역192.167.0.0/24
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
service_resource_id
optional
stringPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_type
optional
****Private NAT에 연결된 Service TypeDIRECT_CONNECT
service_resource_name
optional
stringPrivate NAT에 연결된 Service Resource 이름Service Resource Name
state
optional
****Private NAT 상태ACTIVE

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
service_resource_idPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_resource_namePrivate NAT에 연결된 Service Resource 이름PrivateNatName
service_typePrivate NAT에 연결된 Service TypeDIRECT_CONNECT
statePrivate NAT 상태ACTIVE

8.1.53.2 - 1.2

scp-cli vpc private-nat list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--cidr <value>]
[--vpc_id <value>]
[--service_resource_id <value>]
[--service_type <value>]
[--service_resource_name <value>]
[--state <value>]

Description

Private NAT 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringPrivate NAT 명PrivateNatName
cidr
optional
stringPrivate NAT IP 대역192.167.0.0/24
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
service_resource_id
optional
stringPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_type
optional
****Private NAT에 연결된 Service TypeDIRECT_CONNECT
service_resource_name
optional
stringPrivate NAT에 연결된 Service Resource 이름Service Resource Name
state
optional
****Private NAT 상태ACTIVE

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
service_resource_idPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_resource_namePrivate NAT에 연결된 Service Resource 이름PrivateNatName
service_typePrivate NAT에 연결된 Service TypeDIRECT_CONNECT
statePrivate NAT 상태ACTIVE

8.1.53.3 - 1.1

scp-cli vpc private-nat list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--cidr <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--direct_connect_id <value>]
[--direct_connect_name <value>]
[--state <value>]

Description

Private NAT 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringPrivate NAT 명PrivateNatName
cidr
optional
stringPrivate NAT IP 대역192.167.0.0/24
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
direct_connect_id
optional
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_name
optional
stringDirect Connect명DirectConnectName
state
optional
****Private NAT 상태ACTIVE

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
direct_connect_idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_nameDirect Connect명DirectConnectName
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
statePrivate NAT 상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.53.4 - 1.0

scp-cli vpc private-nat list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--cidr <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--direct_connect_id <value>]
[--direct_connect_name <value>]
[--state <value>]

Description

Private NAT 목록 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringPrivate NAT 명PrivateNatName
cidr
optional
stringPrivate NAT IP 대역192.167.0.0/24
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
direct_connect_id
optional
stringDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_name
optional
stringDirect Connect명DirectConnectName
state
optional
****Private NAT 상태ACTIVE

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
direct_connect_idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_nameDirect Connect명DirectConnectName
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
statePrivate NAT 상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.54 - List Private NAT IP

8.1.54.1 - 1.3

scp-cli vpc private-nat-ip list
--private_nat_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]

Description

Private NAT IP 목록

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringPrivate NAT IP 주소-
state
optional
****Private NAT IP 상태-
attached_resource_type
optional
****Private NAT IP 연결된 자원 타입-
attached_resource_id
optional
stringPrivate NAT IP 연결된 자원 ID-
attached_resource_name
optional
stringPrivate NAT IP 연결된 자원명-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.54.2 - 1.2

scp-cli vpc private-nat-ip list
--private_nat_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]

Description

Private NAT IP 목록

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringPrivate NAT IP 주소-
state
optional
****Private NAT IP 상태-
attached_resource_type
optional
****Private NAT IP 연결된 자원 타입-
attached_resource_id
optional
stringPrivate NAT IP 연결된 자원 ID-
attached_resource_name
optional
stringPrivate NAT IP 연결된 자원명-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.54.3 - 1.1

scp-cli vpc private-nat-ip list
--private_nat_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]

Description

Private NAT IP 목록

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringPrivate NAT IP 주소-
state
optional
****Private NAT IP 상태-
attached_resource_type
optional
****Private NAT IP 연결된 자원 타입-
attached_resource_id
optional
stringPrivate NAT IP 연결된 자원 ID-
attached_resource_name
optional
stringPrivate NAT IP 연결된 자원명-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.54.4 - 1.0

scp-cli vpc private-nat-ip list
--private_nat_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]

Description

Private NAT IP 목록

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringPrivate NAT IP 주소-
state
optional
****Private NAT IP 상태-
attached_resource_type
optional
****Private NAT IP 연결된 자원 타입-
attached_resource_id
optional
stringPrivate NAT IP 연결된 자원 ID-
attached_resource_name
optional
stringPrivate NAT IP 연결된 자원명-

Responses

NameDescriptionExample
idPrivate NAT IP ID
attached_resource_idPrivate NAT IP 연결된 자원 ID
attached_resource_namePrivate NAT IP 연결된 자원명
attached_resource_typePrivate NAT IP 연결된 자원 타입
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
ip_addressPrivate NAT IP 주소
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
private_nat_idPrivate NAT ID
statePrivate NAT IP 상태

8.1.55 - List PrivateLink Endpoint

8.1.55.1 - 1.3

scp-cli vpc privatelink-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--privatelink_service_id <value>]
[--endpoint_ip_address <value>]
[--state <value>]

Description

PrivateLink Endpoint 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
name
optional
stringPrivateLink Endpoint 명EndpointName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
privatelink_service_id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
endpoint_ip_address
optional
stringEndpoint IP 주소192.167.1.5
state
optional
****PrivateLink Endpoint 상태ACTIVE

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
endpoint_ip_addressEndpoint IP 주소192.167.1.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.55.2 - 1.2

scp-cli vpc privatelink-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--privatelink_service_id <value>]
[--endpoint_ip_address <value>]
[--state <value>]

Description

PrivateLink Endpoint 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
name
optional
stringPrivateLink Endpoint 명EndpointName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
privatelink_service_id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
endpoint_ip_address
optional
stringEndpoint IP 주소192.167.1.5
state
optional
****PrivateLink Endpoint 상태ACTIVE

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
endpoint_ip_addressEndpoint IP 주소192.167.1.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.55.3 - 1.1

scp-cli vpc privatelink-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--privatelink_service_id <value>]
[--endpoint_ip_address <value>]
[--state <value>]

Description

PrivateLink Endpoint 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
name
optional
stringPrivateLink Endpoint 명EndpointName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
privatelink_service_id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
endpoint_ip_address
optional
stringEndpoint IP 주소192.167.1.5
state
optional
****PrivateLink Endpoint 상태ACTIVE

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
endpoint_ip_addressEndpoint IP 주소192.167.1.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.56 - List PrivateLink Service

8.1.56.1 - 1.3

scp-cli vpc privatelink-service list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--service_ip_address <value>]
[--connected_resource_id <value>]
[--connected_resource_type <value>]
[--connected_resource_name <value>]
[--connected_resource_ip_address <value>]
[--state <value>]

Description

PrivateLink Service 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
name
optional
stringPrivateLink Service 명ServiceName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
service_ip_address
optional
stringService IP 주소192.167.0.5
connected_resource_id
optional
string연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_type
optional
****연결된 자원 TypeLB
connected_resource_name
optional
string연결된 자원명lbResourceName
connected_resource_ip_address
optional
string연결된 자원 IP 주소192.167.0.10
state
optional
****PrivateLink Service 상태ACTIVE

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
service_ip_addressService IP 주소192.167.0.5
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.56.2 - 1.2

scp-cli vpc privatelink-service list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--service_ip_address <value>]
[--connected_resource_id <value>]
[--connected_resource_type <value>]
[--connected_resource_name <value>]
[--connected_resource_ip_address <value>]
[--state <value>]

Description

PrivateLink Service 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
name
optional
stringPrivateLink Service 명ServiceName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
service_ip_address
optional
stringService IP 주소192.167.0.5
connected_resource_id
optional
string연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_type
optional
****연결된 자원 TypeLB
connected_resource_name
optional
string연결된 자원명lbResourceName
connected_resource_ip_address
optional
string연결된 자원 IP 주소192.167.0.10
state
optional
****PrivateLink Service 상태ACTIVE

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
service_ip_addressService IP 주소192.167.0.5
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.56.3 - 1.1

scp-cli vpc privatelink-service list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--service_ip_address <value>]
[--connected_resource_id <value>]
[--connected_resource_type <value>]
[--connected_resource_name <value>]
[--connected_resource_ip_address <value>]
[--state <value>]

Description

PrivateLink Service 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
name
optional
stringPrivateLink Service 명ServiceName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
service_ip_address
optional
stringService IP 주소192.167.0.5
connected_resource_id
optional
string연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_type
optional
****연결된 자원 TypeLB
connected_resource_name
optional
string연결된 자원명lbResourceName
connected_resource_ip_address
optional
string연결된 자원 IP 주소192.167.0.10
state
optional
****PrivateLink Service 상태ACTIVE

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
service_ip_addressService IP 주소192.167.0.5
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.57 - List PublicIPs

8.1.57.1 - 1.3

scp-cli vpc public-ip list
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]
[--zone <value>]

Description

PublicIP 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringIP 주소192.167.0.5
state
optional
stringPublicIP 상태ATTACHED
attached_resource_type
optional
stringPublicIP 연결된 자원 타입NAT_GW
attached_resource_id
optional
stringPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_name
optional
stringPublicIP 연결된 자원명Attached NAT Gateway Name
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
optional
****PublicIP 타입IGW
zone
optional
arrayZonek

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW
zoneZonekr-west1-a

8.1.57.2 - 1.2

scp-cli vpc public-ip list
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]

Description

PublicIP 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringIP 주소192.167.0.5
state
optional
stringPublicIP 상태ATTACHED
attached_resource_type
optional
stringPublicIP 연결된 자원 타입NAT_GW
attached_resource_id
optional
stringPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_name
optional
stringPublicIP 연결된 자원명Attached NAT Gateway Name
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
optional
****PublicIP 타입IGW

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.57.3 - 1.1

scp-cli vpc public-ip list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]

Description

PublicIP 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringIP 주소192.167.0.5
state
optional
stringPublicIP 상태ATTACHED
attached_resource_type
optional
stringPublicIP 연결된 자원 타입NAT_GW
attached_resource_id
optional
stringPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_name
optional
stringPublicIP 연결된 자원명Attached NAT Gateway Name
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
optional
****PublicIP 타입IGW

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.57.4 - 1.0

scp-cli vpc public-ip list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]

Description

PublicIP 목록을 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
ip_address
optional
stringIP 주소192.167.0.5
state
optional
stringPublicIP 상태ATTACHED
attached_resource_type
optional
stringPublicIP 연결된 자원 타입NAT_GW
attached_resource_id
optional
stringPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_name
optional
stringPublicIP 연결된 자원명Attached NAT Gateway Name
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
type
optional
****PublicIP 타입IGW

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.58 - List Subnet Vips

8.1.58.1 - 1.3

scp-cli vpc subnet vip list
--subnet_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--virtual_ip_address <value>]
[--public_ip_address <value>]

Description

Subnet Vip 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
virtual_ip_address
optional
stringVirtual IP 주소192.168.20.6
public_ip_address
optional
stringPublic IP 주소100.112.9.84

Responses

NameDescriptionExample
idSubnet Vip Id0466a9448d9a4411a86055939e451c8f
connected_port_count연결 Port 수2
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
static_natStatic NAT 정보
virtual_ip_addressVirtual IP 주소192.168.20.6

8.1.58.2 - 1.2

scp-cli vpc subnet vip list
--subnet_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--virtual_ip_address <value>]
[--public_ip_address <value>]

Description

Subnet Vip 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
virtual_ip_address
optional
stringVirtual IP 주소192.168.20.6
public_ip_address
optional
stringPublic IP 주소100.112.9.84

Responses

NameDescriptionExample
idSubnet Vip Id0466a9448d9a4411a86055939e451c8f
connected_port_count연결 Port 수2
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
static_natStatic NAT 정보
virtual_ip_addressVirtual IP 주소192.168.20.6

8.1.59 - List Subnets

8.1.59.1 - 1.3

scp-cli vpc subnet list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--cidr <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--category <value>]
[--zone <value>]
[--primary_subnet_id <value>]

Description

Subnet 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringSubnet ID023c57b14f11483689338d085e061492
name
optional
stringSubnet 명subnetName
type
optional
****Subnet 유형-
cidr
optional
stringSubnet Cidr192.167.1.0/24
state
optional
****상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
category
optional
****Subnet 구분PRIMARY
zone
optional
stringSubnet Zone-
primary_subnet_id
optional
stringPrimary Subnet ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
categorySubnet 구분PRIMARY
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
gateway_ip_addressGateway IP 주소192.167.1.1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
primary_subnet_idPrimary Subnet ID023c57b14f11483689338d085e061492
state상태
typeSubnet 유형PUBLIC
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName
zonesSubnet Zone 목록[“kr-west1-a”, “kr-west1-b”, “kr-west1-c”]

8.1.59.2 - 1.2

scp-cli vpc subnet list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--cidr <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Subnet 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringSubnet ID023c57b14f11483689338d085e061492
name
optional
stringSubnet 명subnetName
type
optional
****Subnet 유형-
cidr
optional
stringSubnet Cidr192.167.1.0/24
state
optional
****상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
gateway_ip_addressGateway IP 주소192.167.1.1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.59.3 - 1.1

scp-cli vpc subnet list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Subnet 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringSubnet ID023c57b14f11483689338d085e061492
name
optional
stringSubnet 명subnetName
type
optional
****Subnet 유형-
state
optional
****상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
gateway_ip_addressGateway IP 주소192.167.1.1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.59.4 - 1.0

scp-cli vpc subnet list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

Subnet 목록을 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringSubnet ID023c57b14f11483689338d085e061492
name
optional
stringSubnet 명subnetName
type
optional
****Subnet 유형-
state
optional
****상태-
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
gateway_ip_addressGateway IP 주소192.167.1.1
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.60 - List Transit Gateway Rules

8.1.60.1 - 1.3

scp-cli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--rule_type <value>]

Description

Transit Gateway 규칙 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
tgw_connection_vpc_id
optional
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_name
optional
stringTransit Gateway에 연결된 VPC명.ConnectedVpcName
source_type
optional
****출발지 타입TGW
destination_type
optional
****목적지 타입VPC
destination_cidr
optional
string목적지 CIDR192.167.5.0/24
state
optional
****상태ACTIVE
rule_type
optional
****규칙 타입TGW_VPC

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
rule_type규칙 타입TGW_VPC
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.60.2 - 1.2

scp-cli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--rule_type <value>]

Description

Transit Gateway 규칙 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
tgw_connection_vpc_id
optional
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_name
optional
stringTransit Gateway에 연결된 VPC명.ConnectedVpcName
source_type
optional
****출발지 타입TGW
destination_type
optional
****목적지 타입VPC
destination_cidr
optional
string목적지 CIDR192.167.5.0/24
state
optional
****상태ACTIVE
rule_type
optional
****규칙 타입TGW_VPC

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
rule_type규칙 타입TGW_VPC
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.60.3 - 1.1

scp-cli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]

Description

Transit Gateway 규칙 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
tgw_connection_vpc_id
optional
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_name
optional
stringTransit Gateway에 연결된 VPC명.ConnectedVpcName
source_type
optional
****출발지 타입TGW
destination_type
optional
****목적지 타입VPC
destination_cidr
optional
string목적지 CIDR192.167.5.0/24
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.60.4 - 1.0

scp-cli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]

Description

Transit Gateway 규칙 목록 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
tgw_connection_vpc_id
optional
stringTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_name
optional
stringTransit Gateway에 연결된 VPC명.ConnectedVpcName
source_type
optional
****출발지 타입TGW
destination_type
optional
****목적지 타입VPC
destination_cidr
optional
string목적지 CIDR192.167.5.0/24
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idRouting Rule ID43772aff4539403d9ba74bf1fdaa00c8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Routing Rule Description
destination_cidr목적지 CIDR192.167.5.0/24
destination_resource_id목적지 자원 IDceb44ea5ecb34a49b16495f9a63b0718
destination_resource_name목적지 자원명VpcName
destination_type목적지 타입VPC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_resource_id출발지 자원 ID8582cc5d89994a42ad53282fd4a8d8be
source_resource_name출발지 자원명TgwName
source_type출발지 타입TGW
state상태ACTIVE
tgw_connection_vpc_idTransit Gateway에 연결된 VPC ID.ffeced8e191c478eabd66b6e2cab8e34
tgw_connection_vpc_nameTransit Gateway에 연결된 VPC명.ConnectedVpcName

8.1.61 - List Transit Gateway VPC Connections

8.1.61.1 - 1.3

scp-cli vpc transit-gateway-vpc-connection list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--state <value>]

Description

Transit Gateway VPC 연결 목록 조회.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.61.2 - 1.2

scp-cli vpc transit-gateway-vpc-connection list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--state <value>]

Description

Transit Gateway VPC 연결 목록 조회.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.61.3 - 1.1

scp-cli vpc transit-gateway-vpc-connection list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--state <value>]

Description

Transit Gateway VPC 연결 목록 조회.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.61.4 - 1.0

scp-cli vpc transit-gateway-vpc-connection list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--state <value>]

Description

Transit Gateway VPC 연결 목록 조회.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway VPC 연결 IDffeced8e191c478eabd66b6e2cab8e34
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
transit_gateway_idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.62 - List Transit Gateways

8.1.62.1 - 1.3

scp-cli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--firewall_connection_state <value>]
[--uplink_zone_state <value>]

Description

Transit Gateway 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
name
optional
stringTransit Gateway 명TransitGatewayName
state
optional
****상태ACTIVE
firewall_connection_state
optional
****Transit 연결 상태INACTIVE
uplink_zone_state
optional
****Uplink Zone 연결 상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.62.2 - 1.2

scp-cli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--firewall_connection_state <value>]
[--uplink_zone_state <value>]

Description

Transit Gateway 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
name
optional
stringTransit Gateway 명TransitGatewayName
state
optional
****상태ACTIVE
firewall_connection_state
optional
****Transit 연결 상태INACTIVE
uplink_zone_state
optional
****Uplink Zone 연결 상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.62.3 - 1.1

scp-cli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]

Description

Transit Gateway 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
name
optional
stringTransit Gateway 명TransitGatewayName
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.62.4 - 1.0

scp-cli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]

Description

Transit Gateway 목록 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
name
optional
stringTransit Gateway 명TransitGatewayName
state
optional
****상태ACTIVE

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.63 - List VPC Endpoint

8.1.63.1 - 1.3

scp-cli vpc vpc-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--resource_key <value>]
[--resource_type <value>]
[--endpoint_ip_address <value>]
[--state <value>]

Description

VPC Endpoint 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
name
optional
stringVPC Endpoint 명VpcEndpointName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
resource_key
optional
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_type
optional
****VPC Endpoint 자원 타입FS
endpoint_ip_address
optional
stringVPC Endpoint IP 주소192.167.0.5
state
optional
****VPC Endpoint 상태ACTIVE

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.63.2 - 1.2

scp-cli vpc vpc-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--resource_key <value>]
[--resource_type <value>]
[--endpoint_ip_address <value>]
[--state <value>]

Description

VPC Endpoint 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
name
optional
stringVPC Endpoint 명VpcEndpointName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
resource_key
optional
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_type
optional
****VPC Endpoint 자원 타입FS
endpoint_ip_address
optional
stringVPC Endpoint IP 주소192.167.0.5
state
optional
****VPC Endpoint 상태ACTIVE

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.63.3 - 1.1

scp-cli vpc vpc-endpoint list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--resource_key <value>]
[--resource_type <value>]
[--endpoint_ip_address <value>]
[--state <value>]

Description

VPC Endpoint 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
name
optional
stringVPC Endpoint 명VpcEndpointName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
resource_key
optional
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_type
optional
****VPC Endpoint 자원 타입FS
endpoint_ip_address
optional
stringVPC Endpoint IP 주소192.167.0.5
state
optional
****VPC Endpoint 상태ACTIVE

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.63.4 - 1.0

scp-cli vpc vpc-endpoint list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--resource_key <value>]
[--resource_type <value>]
[--endpoint_ip_address <value>]
[--state <value>]

Description

VPC Endpoint 목록을 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
name
optional
stringVPC Endpoint 명VpcEndpointName
vpc_id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_name
optional
stringVPC 명vpcName
subnet_id
optional
stringSubnet ID023c57b14f11483689338d085e061492
resource_key
optional
stringVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_type
optional
****VPC Endpoint 자원 타입FS
endpoint_ip_address
optional
stringVPC Endpoint IP 주소192.167.0.5
state
optional
****VPC Endpoint 상태ACTIVE

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.64 - List VPC Endpoint Connectable Resources

8.1.64.1 - 1.3

scp-cli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]

Description

List VpcEndpoint connectable resources

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
resource_type
required
****VPC Endpoint 자원 타입FS
vpc_id
optional
stringVPC ID(resource_type이 DNS인 경우, 필수 입력값입니다)7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS

8.1.64.2 - 1.2

scp-cli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]

Description

List VpcEndpoint connectable resources

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
resource_type
required
****VPC Endpoint 자원 타입FS
vpc_id
optional
stringVPC ID(resource_type이 DNS인 경우, 필수 입력값입니다)7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS

8.1.64.3 - 1.1

scp-cli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]

Description

List VpcEndpoint connectable resources

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
resource_type
required
****VPC Endpoint 자원 타입FS
vpc_id
optional
stringVPC ID(resource_type이 DNS인 경우, 필수 입력값입니다)7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS

8.1.64.4 - 1.0

scp-cli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]

Description

List VpcEndpoint connectable resources

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
resource_type
required
****VPC Endpoint 자원 타입FS
vpc_id
optional
stringVPC ID(resource_type이 DNS인 경우, 필수 입력값입니다)7df8abb4912e4709b1cb237daccca7a8

Responses

NameDescriptionExample
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS

8.1.65 - List VPC Peering

8.1.65.1 - 1.3

scp-cli vpc vpc-peering list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--requester_vpc_id <value>]
[--requester_vpc_name <value>]
[--approver_vpc_id <value>]
[--approver_vpc_name <value>]
[--account_type <value>]
[--state <value>]

Description

VPC Peering 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering ID023c57b14f11483689338d085e061492
name
optional
stringVPC Peering 명vpcPeeringName
requester_vpc_id
optional
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name
optional
string요청 VPC 명vpcName
approver_vpc_id
optional
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name
optional
string승인 VPC 명vpcName
account_type
optional
****과제 유형-
state
optional
****상태-

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.65.2 - 1.2

scp-cli vpc vpc-peering list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--requester_vpc_id <value>]
[--requester_vpc_name <value>]
[--approver_vpc_id <value>]
[--approver_vpc_name <value>]
[--account_type <value>]
[--state <value>]

Description

VPC Peering 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering ID023c57b14f11483689338d085e061492
name
optional
stringVPC Peering 명vpcPeeringName
requester_vpc_id
optional
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name
optional
string요청 VPC 명vpcName
approver_vpc_id
optional
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name
optional
string승인 VPC 명vpcName
account_type
optional
****과제 유형-
state
optional
****상태-

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.65.3 - 1.1

scp-cli vpc vpc-peering list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--requester_vpc_id <value>]
[--requester_vpc_name <value>]
[--approver_vpc_id <value>]
[--approver_vpc_name <value>]
[--account_type <value>]
[--state <value>]

Description

VPC Peering 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering ID023c57b14f11483689338d085e061492
name
optional
stringVPC Peering 명vpcPeeringName
requester_vpc_id
optional
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name
optional
string요청 VPC 명vpcName
approver_vpc_id
optional
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name
optional
string승인 VPC 명vpcName
account_type
optional
****과제 유형-
state
optional
****상태-

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.65.4 - 1.0

scp-cli vpc vpc-peering list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--requester_vpc_id <value>]
[--requester_vpc_name <value>]
[--approver_vpc_id <value>]
[--approver_vpc_name <value>]
[--account_type <value>]
[--state <value>]

Description

VPC Peering 목록 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering ID023c57b14f11483689338d085e061492
name
optional
stringVPC Peering 명vpcPeeringName
requester_vpc_id
optional
string요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name
optional
string요청 VPC 명vpcName
approver_vpc_id
optional
string승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name
optional
string승인 VPC 명vpcName
account_type
optional
****과제 유형-
state
optional
****상태-

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.66 - List VPC Peering Rules

8.1.66.1 - 1.3

scp-cli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--source_vpc_id <value>]
[--source_vpc_type <value>]
[--destination_vpc_id <value>]
[--destination_vpc_type <value>]
[--destination_cidr <value>]
[--state <value>]

Description

VPC Peering 규칙 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering 규칙 ID-
source_vpc_id
optional
string출발지 VPC ID-
source_vpc_type
optional
****출발지 VPC 유형-
destination_vpc_id
optional
string목적지 VPC ID-
destination_vpc_type
optional
****목적지 VPC 유형-
destination_cidr
optional
string목적지 CIDR-
state
optional
****상태-

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.66.2 - 1.2

scp-cli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--source_vpc_id <value>]
[--source_vpc_type <value>]
[--destination_vpc_id <value>]
[--destination_vpc_type <value>]
[--destination_cidr <value>]
[--state <value>]

Description

VPC Peering 규칙 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering 규칙 ID-
source_vpc_id
optional
string출발지 VPC ID-
source_vpc_type
optional
****출발지 VPC 유형-
destination_vpc_id
optional
string목적지 VPC ID-
destination_vpc_type
optional
****목적지 VPC 유형-
destination_cidr
optional
string목적지 CIDR-
state
optional
****상태-

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.66.3 - 1.1

scp-cli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--source_vpc_id <value>]
[--source_vpc_type <value>]
[--destination_vpc_id <value>]
[--destination_vpc_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--name <value>]

Description

VPC Peering 규칙 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering 규칙 ID-
source_vpc_id
optional
string출발지 VPC ID-
source_vpc_type
optional
****출발지 VPC 유형-
destination_vpc_id
optional
string목적지 VPC ID-
destination_vpc_type
optional
****목적지 VPC 유형-
destination_cidr
optional
string목적지 CIDR-
state
optional
****상태-
name
optional
stringVPC Peering 명-

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.66.4 - 1.0

scp-cli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--source_vpc_id <value>]
[--source_vpc_type <value>]
[--destination_vpc_id <value>]
[--destination_vpc_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--name <value>]

Description

VPC Peering 규칙 목록 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC Peering 규칙 ID-
source_vpc_id
optional
string출발지 VPC ID-
source_vpc_type
optional
****출발지 VPC 유형-
destination_vpc_id
optional
string목적지 VPC ID-
destination_vpc_type
optional
****목적지 VPC 유형-
destination_cidr
optional
string목적지 CIDR-
state
optional
****상태-
name
optional
stringVPC Peering 명-

Responses

NameDescriptionExample
idVPC Peering 규칙 ID
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
destination_cidr목적지 CIDR
destination_vpc_id목적지 VPC ID
destination_vpc_name목적지 VPC 명
destination_vpc_type목적지 VPC 유형
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
source_vpc_id출발지 VPC ID
source_vpc_name출발지 VPC 명
source_vpc_type출발지 VPC 유형
state상태
vpc_peering_idVPC Peering ID

8.1.67 - List VPCs

8.1.67.1 - 1.3

scp-cli vpc vpc list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]
[--zone <value>]

Description

VPC 목록을 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
name
optional
stringVPC 명vpcName
state
optional
****상태-
cidr
optional
stringVPC Cidr192.167.0.0/18
zone
optional
stringZonekr-west1-a

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidr_countCIDR 개수20
cidrs
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태
zone_typeVpc Zone 타입 정보PUBLIC
zonesVpc Zones 정보[‘zone-a’, ‘zone-b’, ‘zone-c’]

8.1.67.2 - 1.2

scp-cli vpc vpc list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]

Description

VPC 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
name
optional
stringVPC 명vpcName
state
optional
****상태-
cidr
optional
stringVPC Cidr192.167.0.0/18

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidr_countCIDR 개수20
cidrs
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.67.3 - 1.1

scp-cli vpc vpc list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]

Description

VPC 목록을 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
name
optional
stringVPC 명vpcName
state
optional
****상태-
cidr
optional
stringVPC Cidr192.167.0.0/18

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrVPC Cidr192.167.0.0/18
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.67.4 - 1.0

scp-cli vpc vpc list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]

Description

VPC 목록을 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
with_count
optional
stringwith counttrue
limit
optional
integer한도20
marker
optional
string마커607e0938521643b5b4b266f343fae693
sort
optional
stringsortcreated_at:desc
id
optional
stringVPC ID7df8abb4912e4709b1cb237daccca7a8
name
optional
stringVPC 명vpcName
state
optional
****상태-
cidr
optional
stringVPC Cidr192.167.0.0/18

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrVPC Cidr192.167.0.0/18
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.68 - Request PrivateLink Endpoint

8.1.68.1 - 1.3

scp-cli vpc privatelink-endpoint request
--privatelink_endpoint_id <value>
--type <value>

Description

Request PrivateLink Endpoint

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeCANCEL

8.1.68.2 - 1.2

scp-cli vpc privatelink-endpoint request
--privatelink_endpoint_id <value>
--type <value>

Description

Request PrivateLink Endpoint

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeCANCEL

8.1.68.3 - 1.1

scp-cli vpc privatelink-endpoint request
--privatelink_endpoint_id <value>
--type <value>

Description

Request PrivateLink Endpoint

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
type
required
stringPrivateLink Endpoint Action TypeCANCEL

8.1.69 - Set Internet Gateway

8.1.69.1 - 1.3

scp-cli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]

Description

Internet Gateway를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492
description
optional
string설명Internet Gateway Description
loggable
optional
booleanNAT 로그 저장 여부-

8.1.69.2 - 1.2

scp-cli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]

Description

Internet Gateway를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492
description
optional
string설명Internet Gateway Description
loggable
optional
booleanNAT 로그 저장 여부-

8.1.69.3 - 1.1

scp-cli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]

Description

Internet Gateway를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492
description
optional
string설명Internet Gateway Description
loggable
optional
booleanNAT 로그 저장 여부-

8.1.69.4 - 1.0

scp-cli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]

Description

Internet Gateway를 수정한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492
description
optional
string설명Internet Gateway Description
loggable
optional
booleanNAT 로그 저장 여부-

8.1.70 - Set NAT Gateway

8.1.70.1 - 1.3

scp-cli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]

Description

NAT Gateway를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description

8.1.70.2 - 1.2

scp-cli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]

Description

NAT Gateway를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description

8.1.70.3 - 1.1

scp-cli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]

Description

NAT Gateway를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description

8.1.70.4 - 1.0

scp-cli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]

Description

NAT Gateway를 수정한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18
description
optional
stringNAT Gateway 상세설명VpcEndpoint Description

8.1.71 - Set Port

8.1.71.1 - 1.3

scp-cli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]

Description

Port를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
description
optional
string설명Port Description
security_groups
optional
arraySecurity Group 목록-

8.1.71.2 - 1.2

scp-cli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]

Description

Port를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
description
optional
string설명Port Description
security_groups
optional
arraySecurity Group 목록-

8.1.71.3 - 1.1

scp-cli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]

Description

Port를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
description
optional
string설명Port Description
security_groups
optional
arraySecurity Group 목록-

8.1.71.4 - 1.0

scp-cli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]

Description

Port를 수정한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492
description
optional
string설명Port Description
security_groups
optional
arraySecurity Group 목록-

8.1.72 - Set Private NAT

8.1.72.1 - 1.3

scp-cli vpc private-nat set
--private_nat_id <value>
[--description <value>]

Description

Private NAT 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명PrivateNat Description

8.1.72.2 - 1.2

scp-cli vpc private-nat set
--private_nat_id <value>
[--description <value>]

Description

Private NAT 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명PrivateNat Description

8.1.72.3 - 1.1

scp-cli vpc private-nat set
--private_nat_id <value>
[--description <value>]

Description

Private NAT 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명PrivateNat Description

8.1.72.4 - 1.0

scp-cli vpc private-nat set
--private_nat_id <value>
[--description <value>]

Description

Private NAT 수정

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명PrivateNat Description

8.1.73 - Set PrivateLink Endpoint

8.1.73.1 - 1.3

scp-cli vpc privatelink-endpoint set
--privatelink_endpoint_id <value>
[--description <value>]

Description

PrivateLink Endpoint 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
description
optional
string설명PrivateLink Endpoint Description

8.1.73.2 - 1.2

scp-cli vpc privatelink-endpoint set
--privatelink_endpoint_id <value>
[--description <value>]

Description

PrivateLink Endpoint 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
description
optional
string설명PrivateLink Endpoint Description

8.1.73.3 - 1.1

scp-cli vpc privatelink-endpoint set
--privatelink_endpoint_id <value>
[--description <value>]

Description

PrivateLink Endpoint 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
description
optional
string설명PrivateLink Endpoint Description

8.1.74 - Set PrivateLink Service

8.1.74.1 - 1.3

scp-cli vpc privatelink-service set
--privatelink_service_id <value>
[--description <value>]

Description

PrivateLink Service 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
description
optional
string설명PrivateLink Service Description

8.1.74.2 - 1.2

scp-cli vpc privatelink-service set
--privatelink_service_id <value>
[--description <value>]

Description

PrivateLink Service 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
description
optional
string설명PrivateLink Service Description

8.1.74.3 - 1.1

scp-cli vpc privatelink-service set
--privatelink_service_id <value>
[--description <value>]

Description

PrivateLink Service 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
description
optional
string설명PrivateLink Service Description

8.1.75 - Set PublicIP

8.1.75.1 - 1.3

scp-cli vpc public-ip set
--publicip_id <value>
--description <value>

Description

PublicIP를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18
description
required
stringPublicIP 상세 설명Public IP Description

8.1.75.2 - 1.2

scp-cli vpc public-ip set
--publicip_id <value>
--description <value>

Description

PublicIP를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18
description
required
stringPublicIP 상세 설명Public IP Description

8.1.75.3 - 1.1

scp-cli vpc public-ip set
--publicip_id <value>
--description <value>

Description

PublicIP를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18
description
required
stringPublicIP 상세 설명Public IP Description

8.1.75.4 - 1.0

scp-cli vpc public-ip set
--publicip_id <value>
--description <value>

Description

PublicIP를 수정한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18
description
required
stringPublicIP 상세 설명Public IP Description

8.1.76 - Set Subnet

8.1.76.1 - 1.3

scp-cli vpc subnet set
--subnet_id <value>
[--description <value>]
[--dhcp_ip_address <value>]

Description

Subnet을 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
optional
string설명Subnet Description
dhcp_ip_address
optional
stringDHCP IP 주소192.167.1.2

8.1.76.2 - 1.2

scp-cli vpc subnet set
--subnet_id <value>
[--description <value>]
[--dhcp_ip_address <value>]

Description

Subnet을 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
optional
string설명Subnet Description
dhcp_ip_address
optional
stringDHCP IP 주소192.167.1.2

8.1.76.3 - 1.1

scp-cli vpc subnet set
--subnet_id <value>
--description <value>

Description

Subnet을 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
required
string설명Subnet Description

8.1.76.4 - 1.0

scp-cli vpc subnet set
--subnet_id <value>
--description <value>

Description

Subnet을 수정한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
required
string설명Subnet Description

8.1.77 - Set Subnet Vip

8.1.77.1 - 1.3

scp-cli vpc subnet vip set
--vip_id <value>
--subnet_id <value>
--description <value>

Description

Subnet Vip 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
required
string설명Subnet VIP Description

8.1.77.2 - 1.2

scp-cli vpc subnet vip set
--vip_id <value>
--subnet_id <value>
--description <value>

Description

Subnet Vip 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492
description
required
string설명Subnet VIP Description

8.1.78 - Set Transit Gateway

8.1.78.1 - 1.3

scp-cli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]

Description

Transit Gateway 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
description
optional
string설명TransitGateway Description

8.1.78.2 - 1.2

scp-cli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]

Description

Transit Gateway 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
description
optional
string설명TransitGateway Description

8.1.78.3 - 1.1

scp-cli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]

Description

Transit Gateway 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
description
optional
string설명TransitGateway Description

8.1.78.4 - 1.0

scp-cli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]

Description

Transit Gateway 수정

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
description
optional
string설명TransitGateway Description

8.1.79 - Set VPC

8.1.79.1 - 1.3

scp-cli vpc vpc set
--vpc_id <value>
[--description <value>]

Description

VPC를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
description
optional
string설명vpcDescription

8.1.79.2 - 1.2

scp-cli vpc vpc set
--vpc_id <value>
[--description <value>]

Description

VPC를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
description
optional
string설명vpcDescription

8.1.79.3 - 1.1

scp-cli vpc vpc set
--vpc_id <value>
[--description <value>]

Description

VPC를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
description
optional
string설명vpcDescription

8.1.79.4 - 1.0

scp-cli vpc vpc set
--vpc_id <value>
[--description <value>]

Description

VPC를 수정한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-
description
optional
string설명vpcDescription

8.1.80 - Set VPC Endpoint

8.1.80.1 - 1.3

scp-cli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]

Description

VPC Endpoint 를 수정한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명VpcEndpoint Description

8.1.80.2 - 1.2

scp-cli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]

Description

VPC Endpoint 를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명VpcEndpoint Description

8.1.80.3 - 1.1

scp-cli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]

Description

VPC Endpoint 를 수정한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명VpcEndpoint Description

8.1.80.4 - 1.0

scp-cli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]

Description

VPC Endpoint 를 수정한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
description
optional
string설명VpcEndpoint Description

8.1.81 - Set VPC Peering

8.1.81.1 - 1.3

scp-cli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]

Description

VPC Peering 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
description
optional
string설명vpcPeering Description

8.1.81.2 - 1.2

scp-cli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]

Description

VPC Peering 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
description
optional
string설명vpcPeering Description

8.1.81.3 - 1.1

scp-cli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]

Description

VPC Peering 수정

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
description
optional
string설명vpcPeering Description

8.1.81.4 - 1.0

scp-cli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]

Description

VPC Peering 수정

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492
description
optional
string설명vpcPeering Description

8.1.82 - Show Internet Gateway

8.1.82.1 - 1.3

scp-cli vpc internet-gateway show
--internet_gateway_id <value>

Description

Internet Gateway를 상세조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
multi_zone_enabledMulti zone 사용여부True
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.82.2 - 1.2

scp-cli vpc internet-gateway show
--internet_gateway_id <value>

Description

Internet Gateway를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.82.3 - 1.1

scp-cli vpc internet-gateway show
--internet_gateway_id <value>

Description

Internet Gateway를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.82.4 - 1.0

scp-cli vpc internet-gateway show
--internet_gateway_id <value>

Description

Internet Gateway를 상세조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
internet_gateway_id
required
stringInternet Gateway ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idInternet Gateway ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Internet Gateway Description
firewall_idFirewall IDb156740b6335468d8354eb9ef8eddf5a
loggableNAT 로그 저장 여부False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameInternet Gateway 명IGW_VPCname
state상태
typeInternet Gateway 유형
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.83 - Show NAT Gateway

8.1.83.1 - 1.3

scp-cli vpc nat-gateway show
--nat_gateway_id <value>

Description

NAT Gateway를 상세조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
multi_zone_enabledMulti Zone 사용true
nameNAT Gateway 명NatGatewayName
nat_gateway_ipsNAT Gateway IP들
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.83.2 - 1.2

scp-cli vpc nat-gateway show
--nat_gateway_id <value>

Description

NAT Gateway를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.83.3 - 1.1

scp-cli vpc nat-gateway show
--nat_gateway_id <value>

Description

NAT Gateway를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.83.4 - 1.0

scp-cli vpc nat-gateway show
--nat_gateway_id <value>

Description

NAT Gateway를 상세조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
nat_gateway_id
required
stringNAT Gateway 명12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idNAT Gateway 명12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionNAT Gateway 상세설명VpcEndpoint Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameNAT Gateway 명NatGatewayName
nat_gateway_ip_addressNAT Gateway IP 주소192.167.0.5
publicip_idPublicIP ID12f56e27070248a6a240a497e43fbe18
stateNAT Gateway 상태ACTIVE
subnet_cidrSubnet Cidr192.167.1.0/24
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.84 - Show Port

8.1.84.1 - 1.3

scp-cli vpc port show
--port_id <value>

Description

Port를 상세조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
virtual_ip_addressesVirtual IP 주소
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.84.2 - 1.2

scp-cli vpc port show
--port_id <value>

Description

Port를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
virtual_ip_addressesVirtual IP 주소
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.84.3 - 1.1

scp-cli vpc port show
--port_id <value>

Description

Port를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.84.4 - 1.0

scp-cli vpc port show
--port_id <value>

Description

Port를 상세조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
port_id
required
stringPort ID023c57b1-4f11-4836-8933-8d085e061492

Responses

NameDescriptionExample
idPort ID023c57b1-4f11-4836-8933-8d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_id연결된 자원 ID9387e8f51de04a03994de8a9c3524935
attached_resource_type연결된 자원 유형
created_at생성일시
description설명Port Description
fixed_ip_address고정된 IP192.168.1.100
mac_addressMAC 주소fa:16:3e:00:00:01
modified_at수정일시
namePort 명portName
security_groupsSecurity Group 목록
state상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID071bc63b767444c9afaab1c972d302d5
vpc_nameVPC 명vpcName

8.1.85 - Show Private NAT

8.1.85.1 - 1.3

scp-cli vpc private-nat show
--private_nat_id <value>

Description

Private NAT 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
service_resource_idPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_resource_namePrivate NAT에 연결된 Service Resource 이름PrivateNatName
service_typePrivate NAT에 연결된 Service TypeDIRECT_CONNECT
statePrivate NAT 상태ACTIVE

8.1.85.2 - 1.2

scp-cli vpc private-nat show
--private_nat_id <value>

Description

Private NAT 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
service_resource_idPrivate NAT에 연결된 Service Resource ID3f342bf9a557405b997c2cf48c89cbc2
service_resource_namePrivate NAT에 연결된 Service Resource 이름PrivateNatName
service_typePrivate NAT에 연결된 Service TypeDIRECT_CONNECT
statePrivate NAT 상태ACTIVE

8.1.85.3 - 1.1

scp-cli vpc private-nat show
--private_nat_id <value>

Description

Private NAT 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
direct_connect_idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_nameDirect Connect명DirectConnectName
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
statePrivate NAT 상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.85.4 - 1.0

scp-cli vpc private-nat show
--private_nat_id <value>

Description

Private NAT 상세 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
private_nat_id
required
stringPrivate NAT ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPrivate NAT ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrPrivate NAT IP 대역192.167.0.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateNat Description
direct_connect_idDirect Connect IDfe860e0af0c04dcd8182b84f907f31f4
direct_connect_nameDirect Connect명DirectConnectName
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivate NAT 명PrivateNatName
statePrivate NAT 상태ACTIVE
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.86 - Show PrivateLink Endpoint

8.1.86.1 - 1.3

scp-cli vpc privatelink-endpoint show
--privatelink_endpoint_id <value>

Description

PrivateLink Endpoint 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Endpoint Description
endpoint_ip_addressEndpoint IP 주소192.167.1.5
endpoint_ip_port_idEndpoint IP Port IDb44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_idsSecurity Group 목록[‘17776b52-0a64-440d-9e93-b4fc37be935b’]
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.86.2 - 1.2

scp-cli vpc privatelink-endpoint show
--privatelink_endpoint_id <value>

Description

PrivateLink Endpoint 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Endpoint Description
endpoint_ip_addressEndpoint IP 주소192.167.1.5
endpoint_ip_port_idEndpoint IP Port IDb44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_idsSecurity Group 목록[‘17776b52-0a64-440d-9e93-b4fc37be935b’]
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.86.3 - 1.1

scp-cli vpc privatelink-endpoint show
--privatelink_endpoint_id <value>

Description

PrivateLink Endpoint 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_endpoint_id
required
stringPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02

Responses

NameDescriptionExample
idPrivateLink Endpoint IDbba6d4de3ad64e41b3a1b6c88983ec02
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Endpoint Description
endpoint_ip_addressEndpoint IP 주소192.167.1.5
endpoint_ip_port_idEndpoint IP Port IDb44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Endpoint 명EndpointName
privatelink_service_idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
security_group_idsSecurity Group 목록[‘17776b52-0a64-440d-9e93-b4fc37be935b’]
statePrivateLink Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.87 - Show PrivateLink Service

8.1.87.1 - 1.3

scp-cli vpc privatelink-service show
--privatelink_service_id <value>

Description

PrivateLink Service 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Service Description
high_speed_transfer고속 데이터 전송 사용False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
security_group_idsSecurity Group 목록[‘00b6af37-73b5-4de2-b080-c295a1a0382e’]
service_ip_addressService IP 주소192.167.0.5
service_ip_port_idService IP Port IDd21a4b81-f52a-43a8-b985-341e763458bb
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.87.2 - 1.2

scp-cli vpc privatelink-service show
--privatelink_service_id <value>

Description

PrivateLink Service 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Service Description
high_speed_transfer고속 데이터 전송 사용False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
security_group_idsSecurity Group 목록[‘00b6af37-73b5-4de2-b080-c295a1a0382e’]
service_ip_addressService IP 주소192.167.0.5
service_ip_port_idService IP Port IDd21a4b81-f52a-43a8-b985-341e763458bb
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.87.3 - 1.1

scp-cli vpc privatelink-service show
--privatelink_service_id <value>

Description

PrivateLink Service 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
privatelink_service_id
required
stringPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d

Responses

NameDescriptionExample
idPrivateLink Service IDe3df2e8e3b374fbb81d4e322b52ca50d
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
approval_typePrivateLink Service 승인 타입AUTO
connected_resource_id연결된 자원 IDa3e3a662a4f34442a94166df5ff9f577
connected_resource_ip_address연결된 자원 IP 주소192.167.0.10
connected_resource_name연결된 자원명lbResourceName
connected_resource_type연결된 자원 TypeLB
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명PrivateLink Service Description
high_speed_transfer고속 데이터 전송 사용False
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
namePrivateLink Service 명ServiceName
security_group_idsSecurity Group 목록[‘00b6af37-73b5-4de2-b080-c295a1a0382e’]
service_ip_addressService IP 주소192.167.0.5
service_ip_port_idService IP Port IDd21a4b81-f52a-43a8-b985-341e763458bb
statePrivateLink Service 상태
subnet_idSubnet ID023c57b14f11483689338d085e061492
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8

8.1.88 - Show PublicIP

8.1.88.1 - 1.3

scp-cli vpc public-ip show
--publicip_id <value>

Description

PublicIP를 상세 조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW
zoneZonekr-west1-a

8.1.88.2 - 1.2

scp-cli vpc public-ip show
--publicip_id <value>

Description

PublicIP를 상세 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.88.3 - 1.1

scp-cli vpc public-ip show
--publicip_id <value>

Description

PublicIP를 상세 조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.88.4 - 1.0

scp-cli vpc public-ip show
--publicip_id <value>

Description

PublicIP를 상세 조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
publicip_id
required
stringPublicIP ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idPublicIP ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
attached_resource_idPublicIP 연결된 자원 ID37e6db41f5124184a43251a63124cdc9
attached_resource_namePublicIP 연결된 자원명Attached NAT Gateway Name
attached_resource_typePublicIP 연결된 자원 타입NAT_GW
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionPublicIP 상세 설명Public IP Description
ip_addressIP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
statePublicIP 상태ATTACHED
typePublicIP 타입IGW

8.1.89 - Show Subnet

8.1.89.1 - 1.3

scp-cli vpc subnet show
--subnet_id <value>

Description

Subnet을 상세조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
categorySubnet 구분PRIMARY
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dhcp_ip_addressDHCP IP 주소
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
primary_subnet_idPrimary Subnet ID023c57b14f11483689338d085e061492
secondary_subnet_idsSecondary Subnet ID 목록[“522e102f680448a8804d18d4838baa78”, “aec40baf53c243c1bb8401a703a2c888”]
state상태
typeSubnet 유형PUBLIC
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName
zonesSubnet Zone 목록[“kr-west1-a”, “kr-west1-b”, “kr-west1-c”]

8.1.89.2 - 1.2

scp-cli vpc subnet show
--subnet_id <value>

Description

Subnet을 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dhcp_ip_addressDHCP IP 주소
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.89.3 - 1.1

scp-cli vpc subnet show
--subnet_id <value>

Description

Subnet을 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.89.4 - 1.0

scp-cli vpc subnet show
--subnet_id <value>

Description

Subnet을 상세조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idSubnet ID023c57b14f11483689338d085e061492
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
allocation_poolsIP 할당 범위
cidrSubnet Cidr192.167.1.0/24
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet Description
dns_nameserversDNS Name Server
gateway_ip_addressGateway IP 주소192.167.1.1
host_routes호스트 경로
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameSubnet 명subnetName
state상태
typeSubnet 유형GENERAL
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.90 - Show Subnet Vip

8.1.90.1 - 1.3

scp-cli vpc subnet vip show
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idSubnet Vip Id0466a9448d9a4411a86055939e451c8f
connected_ports
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet VIP Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
static_natStatic NAT 정보
subnet_idSubnet ID023c57b14f11483689338d085e061492
vip_port_idVip Port Id35268a9f2eda4cde83b1d85c1f61f67d
virtual_ip_addressVirtual IP 주소192.168.20.6

8.1.90.2 - 1.2

scp-cli vpc subnet vip show
--vip_id <value>
--subnet_id <value>

Description

Subnet Vip 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vip_id
required
stringSubnet Vip Id0466a9448d9a4411a86055939e451c8f
subnet_id
required
stringSubnet ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idSubnet Vip Id0466a9448d9a4411a86055939e451c8f
connected_ports
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Subnet VIP Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
state상태ACTIVE
static_natStatic NAT 정보
subnet_idSubnet ID023c57b14f11483689338d085e061492
vip_port_idVip Port Id35268a9f2eda4cde83b1d85c1f61f67d
virtual_ip_addressVirtual IP 주소192.168.20.6

8.1.91 - Show Transit Gateway

8.1.91.1 - 1.3

scp-cli vpc transit-gateway show
--transit_gateway_id <value>

Description

Transit Gateway 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_active_zoneUplink Active Zonekr-west1-a
uplink_enabledUplink 사용False
uplink_standby_zoneUplink Standby Zonekr-west1-b
uplink_zone_stateUplink Zone 연결 상태ACTIVE

8.1.91.2 - 1.2

scp-cli vpc transit-gateway show
--transit_gateway_id <value>

Description

Transit Gateway 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_connection_stateTransit 연결 상태INACTIVE
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.91.3 - 1.1

scp-cli vpc transit-gateway show
--transit_gateway_id <value>

Description

Transit Gateway 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.91.4 - 1.0

scp-cli vpc transit-gateway show
--transit_gateway_id <value>

Description

Transit Gateway 상세 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
transit_gateway_id
required
stringTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4

Responses

NameDescriptionExample
idTransit Gateway IDfe860e0af0c04dcd8182b84f907f31f4
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
bandwidthTransit Gateway 포트 용량1
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionTransit Gateway 상세 설명TransitGateway Description
firewall_idsFirewall IDsbbb93aca123f4bb2b2c0f206f4a86b2b,te140e0af0c04dcd8182b84f875f42f6
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameTransit Gateway 명TransitGatewayName
state상태ACTIVE
uplink_enabledUplink 사용False

8.1.92 - Show VPC

8.1.92.1 - 1.3

scp-cli vpc vpc show
--vpc_id <value>

Description

VPC를 상세조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidr_countCIDR 개수20
cidrs
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태
zone_typeVpc Zone 타입 정보PUBLIC
zonesVpc Zones 정보[‘zone-a’, ‘zone-b’, ‘zone-c’]

8.1.92.2 - 1.2

scp-cli vpc vpc show
--vpc_id <value>

Description

VPC를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidr_countCIDR 개수20
cidrs
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.92.3 - 1.1

scp-cli vpc vpc show
--vpc_id <value>

Description

VPC를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrVPC Cidr192.167.0.0/18
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.92.4 - 1.0

scp-cli vpc vpc show
--vpc_id <value>

Description

VPC를 상세조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC ID-

Responses

NameDescriptionExample
idVPC ID7df8abb4912e4709b1cb237daccca7a8
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
cidrVPC Cidr192.167.0.0/18
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명vpcDescription
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC 명vpcName
state상태

8.1.93 - Show VPC Endpoint

8.1.93.1 - 1.3

scp-cli vpc vpc-endpoint show
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 상세조회한다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.93.2 - 1.2

scp-cli vpc vpc-endpoint show
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.93.3 - 1.1

scp-cli vpc vpc-endpoint show
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 상세조회한다.

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.93.4 - 1.0

scp-cli vpc vpc-endpoint show
--vpc_endpoint_id <value>

Description

VPC Endpoint 를 상세조회한다.

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_endpoint_id
required
stringVPC Endpoint ID12f56e27070248a6a240a497e43fbe18

Responses

NameDescriptionExample
idVPC Endpoint ID12f56e27070248a6a240a497e43fbe18
account_idAccount IDf1e6c81a2b054582878cb9724dc2ce9f
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명VpcEndpoint Description
endpoint_ip_addressVPC Endpoint IP 주소192.167.0.5
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Endpoint 명VpcEndpointName
resource_infoVPC Endpoint Resource Key 정보x.samsungsdscloud.com(Registry)
resource_keyVPC Endpoint Resource Key07c5364702384471b650147321b52173
resource_typeVPC Endpoint 자원 타입FS
stateVPC Endpoint 상태ACTIVE
subnet_idSubnet ID023c57b14f11483689338d085e061492
subnet_nameSubnet 명subnetName
vpc_idVPC ID7df8abb4912e4709b1cb237daccca7a8
vpc_nameVPC 명vpcName

8.1.94 - Show VPC Peering

8.1.94.1 - 1.3

scp-cli vpc vpc-peering show
--vpc_peering_id <value>

Description

VPC Peering 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.3-

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.94.2 - 1.2

scp-cli vpc vpc-peering show
--vpc_peering_id <value>

Description

VPC Peering 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220270131

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.94.3 - 1.1

scp-cli vpc vpc-peering show
--vpc_peering_id <value>

Description

VPC Peering 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261130

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

8.1.94.4 - 1.0

scp-cli vpc vpc-peering show
--vpc_peering_id <value>

Description

VPC Peering 상세 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_peering_id
required
stringVPC Peering ID023c57b14f11483689338d085e061492

Responses

NameDescriptionExample
idVPC Peering ID023c57b14f11483689338d085e061492
account_type과제 유형
approver_vpc_account_id승인 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
approver_vpc_id승인 VPC ID7df8abb4912e4709b1cb237daccca7a8
approver_vpc_name승인 VPC 명vpcName
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
delete_requester_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
descriptionVPC Peering 상세설명vpcPeering Description
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPC Peering 명vpcPeeringName
requester_vpc_account_id요청 VPC 과제 IDf1e6c81a2b054582878cb9724dc2ce9f
requester_vpc_id요청 VPC ID7df8abb4912e4709b1cb237daccca7a8
requester_vpc_name요청 VPC 명vpcName
state상태

9 - VPN

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 VPN 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.1CURRENT-
1.0DEPRECATED20251231

CLI Version History

1.1

VPN CLI가 출시되었습니다.

변경사항

  • [신규] vpn vpn-gateway list - 명령어가 추가되었습니다.
  • [신규] vpn vpn-gateway create - 명령어가 추가되었습니다.
  • [신규] vpn vpn-gateway show - 명령어가 추가되었습니다.
  • [신규] vpn vpn-gateway set - 명령어가 추가되었습니다.
  • [신규] vpn vpn-gateway delete - 명령어가 추가되었습니다.
  • [신규] vpn vpn-tunnel list - 명령어가 추가되었습니다.
  • [신규] vpn vpn-tunnel create - 명령어가 추가되었습니다.
  • [신규] vpn vpn-tunnel show - 명령어가 추가되었습니다.
  • [신규] vpn vpn-tunnel set - 명령어가 추가되었습니다.
  • [신규] vpn vpn-tunnel delete - 명령어가 추가되었습니다.

9.1 - CLIs

9.1.1 - Create VPN Gateway

9.1.1.1 - 1.1

scp-cli vpn vpn-gateway create
--vpc_id <value>
--name <value>
--ip_type <value>
--ip_id <value>
--ip_address <value>
[--description <value>]
[--tags <value>]

Description

VPN gateway 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC IDceb44ea5ecb34a49b16495f9a63b0718
name
required
stringVPN Gateway NameExampleVpnGW1
ip_type
required
stringVPN Gateway IP 타입PUBLIC
ip_id
required
stringVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_address
required
stringVPN Gateway IP 주소123.0.0.1
description
optional
string설명Example Description for VPN Gateway
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Gateway
ip_addressVPN Gateway IP 주소123.0.0.1
ip_idVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_typeVPN Gateway IP 타입PUBLIC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Gateway NameExampleVpnGW1
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1

9.1.1.2 - 1.0

scp-cli vpn vpn-gateway create
--vpc_id <value>
--name <value>
--ip_type <value>
--ip_id <value>
--ip_address <value>
[--description <value>]
[--tags <value>]

Description

VPN gateway 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpc_id
required
stringVPC IDceb44ea5ecb34a49b16495f9a63b0718
name
required
stringVPN Gateway NameExampleVpnGW1
ip_type
required
stringVPN Gateway IP 타입PUBLIC
ip_id
required
stringVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_address
required
stringVPN Gateway IP 주소123.0.0.1
description
optional
string설명Example Description for VPN Gateway
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Gateway
ip_addressVPN Gateway IP 주소123.0.0.1
ip_idVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_typeVPN Gateway IP 타입PUBLIC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Gateway NameExampleVpnGW1
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1

9.1.2 - Create VPN Tunnel

9.1.2.1 - 1.1

scp-cli vpn vpn-tunnel create
--remote_subnets <value>
--phase2_life_time <value>
--phase2_encryptions <value>
--phase2_diffie_hellman_groups <value>
--perfect_forward_secrecy <value>
--pre_shared_key <value>
--phase1_life_time <value>
--phase1_encryptions <value>
--phase1_diffie_hellman_groups <value>
--peer_gateway_ip <value>
--ike_version <value>
--dpd_retry_interval <value>
--vpn_gateway_id <value>
--name <value>
[--description <value>]
[--tags <value>]

Description

VPN tunnel 생성

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
remote_subnets
required
arrayVPN Tunnel IPSec Remote Subnet10.1.1.0/24
phase2_life_time
required
integerVPN Tunnel IPSec Lifetime (sec)43200
phase2_encryptions
required
arrayVPN Tunnel ISAKMP Proposal 목록null-md5
phase2_diffie_hellman_groups
required
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
perfect_forward_secrecy
required
stringVPN Tunnel IPSec Perfect Forward Secrecy(PFS)ENABLE
pre_shared_key
required
stringVPN Tunnel ISAKMP 인증 : Pre-shared KeyPreSharedKey1
phase1_life_time
required
integerVPN Tunnel ISAKMP Lifetime (sec)86400
phase1_encryptions
required
arrayVPN Tunnel ISAKMP Proposal 목록des-md5
phase1_diffie_hellman_groups
required
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
peer_gateway_ip
required
stringVPN Tunnel Peer Gateway IP 주소123.0.0.2
ike_version
required
integerVPN Tunnel IKE 버전2
dpd_retry_interval
required
integerVPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)60
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
name
required
stringVPN Tunnel 이름ExampleVpnTunnel1
description
optional
string설명Example Description for VPN Tunnel
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Tunnel
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Tunnel 이름ExampleVpnTunnel1
phase1VPN Tunnel Phase1
phase2VPN Tunnel Phase2
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1
vpn_gateway_idVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_ip_addressVPN Gateway IP 주소123.0.0.1
vpn_gateway_nameVPN Gateway NameExampleVpnGW1

9.1.2.2 - 1.0

scp-cli vpn vpn-tunnel create
--remote_subnet <value>
--phase2_life_time <value>
--phase2_encryptions <value>
--phase2_diffie_hellman_groups <value>
--perfect_forward_secrecy <value>
--pre_shared_key <value>
--phase1_life_time <value>
--phase1_encryptions <value>
--phase1_diffie_hellman_groups <value>
--peer_gateway_ip <value>
--ike_version <value>
--dpd_retry_interval <value>
--vpn_gateway_id <value>
--name <value>
[--description <value>]
[--tags <value>]

Description

VPN tunnel 생성

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
remote_subnet
required
stringVPN Tunnel IPSec Remote Subnet10.1.0.0/16
phase2_life_time
required
integerVPN Tunnel IPSec Lifetime (sec)43200
phase2_encryptions
required
arrayVPN Tunnel ISAKMP Proposal 목록null-md5
phase2_diffie_hellman_groups
required
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
perfect_forward_secrecy
required
stringVPN Tunnel IPSec Perfect Forward Secrecy(PFS)ENABLE
pre_shared_key
required
stringVPN Tunnel ISAKMP 인증 : Pre-shared KeyPreSharedKey1
phase1_life_time
required
integerVPN Tunnel ISAKMP Lifetime (sec)86400
phase1_encryptions
required
arrayVPN Tunnel ISAKMP Proposal 목록des-md5
phase1_diffie_hellman_groups
required
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
peer_gateway_ip
required
stringVPN Tunnel Peer Gateway IP 주소123.0.0.2
ike_version
required
integerVPN Tunnel IKE 버전2
dpd_retry_interval
required
integerVPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)60
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
name
required
stringVPN Tunnel 이름ExampleVpnTunnel1
description
optional
string설명Example Description for VPN Tunnel
tags
optional
array태그 목록'{"key": "", "value": ""}'

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Tunnel
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Tunnel 이름ExampleVpnTunnel1
phase1VPN Tunnel Phase1
phase2VPN Tunnel Phase2
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1
vpn_gateway_idVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_ip_addressVPN Gateway IP 주소123.0.0.1
vpn_gateway_nameVPN Gateway NameExampleVpnGW1

9.1.3 - Delete VPN Gateway

9.1.3.1 - 1.1

scp-cli vpn vpn-gateway delete
--vpn_gateway_id <value>

Description

VPN gateway 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a

9.1.3.2 - 1.0

scp-cli vpn vpn-gateway delete
--vpn_gateway_id <value>

Description

VPN gateway 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a

9.1.4 - Delete VPN Tunnel

9.1.4.1 - 1.1

scp-cli vpn vpn-tunnel delete
--vpn_tunnel_id <value>

Description

VPN tunnel 삭제

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
vpn_tunnel_id
required
stringVPN Tunnel ID2ade2919287040bc92e557fbbe6709c1

9.1.4.2 - 1.0

scp-cli vpn vpn-tunnel delete
--vpn_tunnel_id <value>

Description

VPN tunnel 삭제

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpn_tunnel_id
required
stringVPN Tunnel ID2ade2919287040bc92e557fbbe6709c1

9.1.5 - List VPN Gateways

9.1.5.1 - 1.1

scp-cli vpn vpn-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--ip_address <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

VPN gateway 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringVPN Gateway NameExampleVpnGW1
ip_address
optional
stringVPN Gateway IP 주소123.0.0.1
vpc_id
optional
stringVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_name
optional
stringVPC 명ExampleVPC1

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Gateway
ip_addressVPN Gateway IP 주소123.0.0.1
ip_idVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_typeVPN Gateway IP 타입PUBLIC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Gateway NameExampleVpnGW1
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1

9.1.5.2 - 1.0

scp-cli vpn vpn-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--ip_address <value>]
[--vpc_id <value>]
[--vpc_name <value>]

Description

VPN gateway 목록 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringVPN Gateway NameExampleVpnGW1
ip_address
optional
stringVPN Gateway IP 주소123.0.0.1
vpc_id
optional
stringVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_name
optional
stringVPC 명ExampleVPC1

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Gateway
ip_addressVPN Gateway IP 주소123.0.0.1
ip_idVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_typeVPN Gateway IP 타입PUBLIC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Gateway NameExampleVpnGW1
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1

9.1.6 - List VPN Tunnels

9.1.6.1 - 1.1

scp-cli vpn vpn-tunnel list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--vpn_gateway_id <value>]
[--vpn_gateway_name <value>]

Description

VPN tunnel 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringVPN Tunnel 이름ExampleVpnTunnel1
vpn_gateway_id
optional
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_name
optional
stringVPN Gateway NameExampleVpnGW1

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Tunnel
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Tunnel 이름ExampleVpnTunnel1
phase1VPN Tunnel Phase1
phase2VPN Tunnel Phase2
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1
vpn_gateway_idVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_ip_addressVPN Gateway IP 주소123.0.0.1
vpn_gateway_nameVPN Gateway NameExampleVpnGW1

9.1.6.2 - 1.0

scp-cli vpn vpn-tunnel list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--vpn_gateway_id <value>]
[--vpn_gateway_name <value>]
[--peer_gateway_ip <value>]
[--remote_subnet <value>]

Description

VPN tunnel 목록 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
name
optional
stringVPN Tunnel 이름ExampleVpnTunnel1
vpn_gateway_id
optional
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_name
optional
stringVPN Gateway NameExampleVpnGW1
peer_gateway_ip
optional
stringVPN Tunnel Peer Gateway IP 주소123.0.0.2
remote_subnet
optional
stringVPN Tunnel IPSec Remote Subnet10.1.0.0/16

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Tunnel
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Tunnel 이름ExampleVpnTunnel1
phase1VPN Tunnel Phase1
phase2VPN Tunnel Phase2
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1
vpn_gateway_idVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_ip_addressVPN Gateway IP 주소123.0.0.1
vpn_gateway_nameVPN Gateway NameExampleVpnGW1

9.1.7 - Set VPN Gateway

9.1.7.1 - 1.1

scp-cli vpn vpn-gateway set
--vpn_gateway_id <value>
[--description <value>]

Description

VPN gateway 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
description
optional
string설명Example Description for VPN Gateway

9.1.7.2 - 1.0

scp-cli vpn vpn-gateway set
--vpn_gateway_id <value>
[--description <value>]

Description

VPN gateway 수정

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
description
optional
string설명Example Description for VPN Gateway

9.1.8 - Set VPN Tunnel

9.1.8.1 - 1.1

scp-cli vpn vpn-tunnel set
--vpn_tunnel_id <value>
[--description <value>]
[--dpd_retry_interval <value>]
[--ike_version <value>]
[--peer_gateway_ip <value>]
[--phase1_diffie_hellman_groups <value>]
[--phase1_encryptions <value>]
[--phase1_life_time <value>]
[--pre_shared_key <value>]
[--perfect_forward_secrecy <value>]
[--phase2_diffie_hellman_groups <value>]
[--phase2_encryptions <value>]
[--phase2_life_time <value>]
[--remote_subnets <value>]

Description

VPN tunnel 수정

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
vpn_tunnel_id
required
stringVPN Tunnel ID2ade2919287040bc92e557fbbe6709c1
description
optional
string설명Example Description for VPN Tunnel
dpd_retry_interval
optional
integerVPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)60
ike_version
optional
integerVPN Tunnel IKE 버전2
peer_gateway_ip
optional
stringVPN Tunnel Peer Gateway IP 주소123.0.0.2
phase1_diffie_hellman_groups
optional
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
phase1_encryptions
optional
arrayVPN Tunnel ISAKMP Proposal 목록des-md5
phase1_life_time
optional
integerVPN Tunnel ISAKMP Lifetime (sec)86400
pre_shared_key
optional
stringVPN Tunnel ISAKMP 인증 : Pre-shared KeyPreSharedKey1
perfect_forward_secrecy
optional
****VPN Tunnel IPSec Perfect Forward Secrecy(PFS)ENABLE
phase2_diffie_hellman_groups
optional
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
phase2_encryptions
optional
arrayVPN Tunnel ISAKMP Proposal 목록null-md5
phase2_life_time
optional
integerVPN Tunnel IPSec Lifetime (sec)43200
remote_subnets
optional
arrayVPN Tunnel IPSec Remote Subnet10.1.1.0/24

9.1.8.2 - 1.0

scp-cli vpn vpn-tunnel set
--vpn_tunnel_id <value>
[--description <value>]
[--dpd_retry_interval <value>]
[--ike_version <value>]
[--peer_gateway_ip <value>]
[--phase1_diffie_hellman_groups <value>]
[--phase1_encryptions <value>]
[--phase1_life_time <value>]
[--pre_shared_key <value>]
[--perfect_forward_secrecy <value>]
[--phase2_diffie_hellman_groups <value>]
[--phase2_encryptions <value>]
[--phase2_life_time <value>]
[--remote_subnet <value>]

Description

VPN tunnel 수정

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpn_tunnel_id
required
stringVPN Tunnel ID2ade2919287040bc92e557fbbe6709c1
description
optional
string설명Example Description for VPN Tunnel
dpd_retry_interval
optional
integerVPN Tunnel Dead Peer Detection(DPD) Retry Interval (sec)60
ike_version
optional
integerVPN Tunnel IKE 버전2
peer_gateway_ip
optional
stringVPN Tunnel Peer Gateway IP 주소123.0.0.2
phase1_diffie_hellman_groups
optional
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
phase1_encryptions
optional
arrayVPN Tunnel ISAKMP Proposal 목록des-md5
phase1_life_time
optional
integerVPN Tunnel ISAKMP Lifetime (sec)86400
pre_shared_key
optional
stringVPN Tunnel ISAKMP 인증 : Pre-shared KeyPreSharedKey1
perfect_forward_secrecy
optional
****VPN Tunnel IPSec Perfect Forward Secrecy(PFS)ENABLE
phase2_diffie_hellman_groups
optional
arrayVPN Tunnel ISAKMP Diffie-Hellman Group 목록30
phase2_encryptions
optional
arrayVPN Tunnel ISAKMP Proposal 목록null-md5
phase2_life_time
optional
integerVPN Tunnel IPSec Lifetime (sec)43200
remote_subnet
optional
stringVPN Tunnel IPSec Remote Subnet10.1.0.0/16

9.1.9 - Show VPN Gateway

9.1.9.1 - 1.1

scp-cli vpn vpn-gateway show
--vpn_gateway_id <value>

Description

VPN gateway 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Gateway
ip_addressVPN Gateway IP 주소123.0.0.1
ip_idVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_typeVPN Gateway IP 타입PUBLIC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Gateway NameExampleVpnGW1
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1

9.1.9.2 - 1.0

scp-cli vpn vpn-gateway show
--vpn_gateway_id <value>

Description

VPN gateway 상세 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpn_gateway_id
required
stringVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Gateway
ip_addressVPN Gateway IP 주소123.0.0.1
ip_idVPN Gateway IP IDfcde872f75c145a0893d656cc698f13e
ip_typeVPN Gateway IP 타입PUBLIC
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Gateway NameExampleVpnGW1
state상태ACTIVE
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1

9.1.10 - Show VPN Tunnel

9.1.10.1 - 1.1

scp-cli vpn vpn-tunnel show
--vpn_tunnel_id <value>

Description

VPN tunnel 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.1-

Parameters

NameTypeDescriptionExample
vpn_tunnel_id
required
stringVPN Tunnel ID2ade2919287040bc92e557fbbe6709c1

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Tunnel
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Tunnel 이름ExampleVpnTunnel1
phase1VPN Tunnel Phase1
phase2VPN Tunnel Phase2
state상태ACTIVE
statusVPN Tunnel 상태UP
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1
vpn_gateway_idVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_ip_addressVPN Gateway IP 주소123.0.0.1
vpn_gateway_nameVPN Gateway NameExampleVpnGW1

9.1.10.2 - 1.0

scp-cli vpn vpn-tunnel show
--vpn_tunnel_id <value>

Description

VPN tunnel 상세 조회

상태 ACTIVE (DEPRECATED)

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

버전최소 지원 보장일
1.020251231

Parameters

NameTypeDescriptionExample
vpn_tunnel_id
required
stringVPN Tunnel ID2ade2919287040bc92e557fbbe6709c1

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idAccount ID0e3dffc50eb247a1adf4f2e5c82c4f99
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
description설명Example Description for VPN Tunnel
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
nameVPN Tunnel 이름ExampleVpnTunnel1
phase1VPN Tunnel Phase1
phase2VPN Tunnel Phase2
state상태ACTIVE
statusVPN Tunnel 상태UP
vpc_idVPC IDceb44ea5ecb34a49b16495f9a63b0718
vpc_nameVPC 명ExampleVPC1
vpn_gateway_idVPN Gateway IDb156740b6335468d8354eb9ef8eddf5a
vpn_gateway_ip_addressVPN Gateway IP 주소123.0.0.1
vpn_gateway_nameVPN Gateway NameExampleVpnGW1