이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
CLIs
- 1: Approval VPC Peering
- 1.1: 1.1
- 2: Approve PrivateLink Endpoint
- 2.1: 1.1
- 3: Connect PrivateLink Endpoint
- 3.1: 1.1
- 4: Create Internet Gateway
- 5: Create NAT Gateway
- 6: Create Port
- 7: Create Private NAT
- 8: Create Private NAT IP
- 9: Create PrivateLink Endpoint
- 9.1: 1.1
- 10: Create PrivateLink Service
- 10.1: 1.1
- 11: Create PublicIP
- 12: Create Subnet
- 13: Create Transit Gateway
- 14: Create Transit Gateway Rule
- 15: Create Transit Gateway VPC Connection
- 16: Create VPC
- 17: Create VPC Endpoint
- 18: Create VPC Peering
- 19: Create Vpc Peering Rule
- 20: Delete Internet Gateway
- 21: Delete NAT Gateway
- 22: Delete Port
- 23: Delete Private NAT
- 24: Delete Private NAT IP
- 25: Delete PrivateLink Endpoint
- 25.1: 1.1
- 26: Delete PrivateLink Service
- 26.1: 1.1
- 27: Delete PublicIP
- 28: Delete Subnet
- 29: Delete Transit Gateway
- 30: Delete Transit Gateway Rule
- 31: Delete Transit Gateway VPC Connection
- 32: Delete VPC
- 33: Delete VPC Endpoint
- 34: Delete VPC Peering
- 35: Delete VPC Peering Rule
- 36: List Connected PrivateLink Endpoints
- 36.1: 1.1
- 37: List Internet Gateways
- 38: List NAT Gateways
- 39: List Ports
- 40: List Private NAT
- 41: List Private NAT IP
- 42: List PrivateLink Endpoint
- 42.1: 1.1
- 43: List PrivateLink Service
- 43.1: 1.1
- 44: List PublicIPs
- 45: List Subnets
- 46: List Transit Gateway Rules
- 47: List Transit Gateway VPC Connections
- 48: List Transit Gateways
- 49: List VPC Endpoint
- 50: List VPC Endpoint Connectable Resources
- 51: List VPC Peering
- 52: List VPC Peering Rules
- 53: List VPCs
- 54: Request PrivateLink Endpoint
- 54.1: 1.1
- 55: Set Internet Gateway
- 56: Set NAT Gateway
- 57: Set Port
- 58: Set Private NAT
- 59: Set PrivateLink Endpoint
- 59.1: 1.1
- 60: Set PrivateLink Service
- 60.1: 1.1
- 61: Set PublicIP
- 62: Set Subnet
- 63: Set Transit Gateway
- 64: Set VPC
- 65: Set VPC Endpoint
- 66: Set VPC Peering
- 67: Show Internet Gateway
- 68: Show NAT Gateway
- 69: Show Port
- 70: Show Private NAT
- 71: Show PrivateLink Endpoint
- 71.1: 1.1
- 72: Show PrivateLink Service
- 72.1: 1.1
- 73: Show PublicIP
- 74: Show Subnet
- 75: Show Transit Gateway
- 76: Show VPC
- 77: Show VPC Endpoint
- 78: Show VPC Peering
1 - Approval VPC Peering
1.1 - 1.1
scpcli vpc vpc-peering approval
--vpc_peering_id <value>
--type <value>
Description
VPC Peering 승인
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| type required | string | 승인 유형 | - |
2 - Approve PrivateLink Endpoint
2.1 - 1.1
scpcli vpc privatelink-endpoint approve
--privatelink_endpoint_id <value>
--type <value>
Description
Approve PrivateLink Endpoint
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_endpoint_id required | string | PrivateLink Endpoint ID | - |
| type required | string | PrivateLink Endpoint Action Type | - |
3 - Connect PrivateLink Endpoint
3.1 - 1.1
scpcli vpc privatelink-endpoint connect
--privatelink_endpoint_id <value>
--type <value>
Description
Connect PrivateLink Endpoint
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_endpoint_id required | string | PrivateLink Endpoint ID | - |
| type required | string | PrivateLink Endpoint Action Type | - |
4 - Create Internet Gateway
4.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| type required | string | Internet Gateway 유형 | - |
| description optional | string | 설명 | - |
| firewall_enabled optional | boolean | 방화벽 사용 | - |
| firewall_loggable optional | boolean | 방화벽 로깅 가능 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Internet Gateway ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | Firewall ID | |
| loggable | NAT 로그 저장 여부 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
4.2 - 1.0
scpcli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]
Description
Internet Gateway를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| type required | string | Internet Gateway 유형 | - |
| description optional | string | 설명 | - |
| firewall_enabled optional | boolean | 방화벽 사용 | - |
| firewall_loggable optional | boolean | 방화벽 로깅 가능 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Internet Gateway ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | Firewall ID | |
| loggable | NAT 로그 저장 여부 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
5 - Create NAT Gateway
5.1 - 1.1
scpcli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]
Description
NAT Gateway를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet CIDR | - |
| publicip_id required | string | PublicIP ID | - |
| description optional | string | NAT Gateway 상세설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | NAT Gateway 명 | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | |
| nat_gateway_ip_address | NAT Gateway IP 주소 | |
| publicip_id | PublicIP ID | |
| state | NAT Gateway 상태 | |
| subnet_cidr | Subnet Cidr | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
5.2 - 1.0
scpcli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]
Description
NAT Gateway를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet CIDR | - |
| publicip_id required | string | PublicIP ID | - |
| description optional | string | NAT Gateway 상세설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | NAT Gateway 명 | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | |
| nat_gateway_ip_address | NAT Gateway IP 주소 | |
| publicip_id | PublicIP ID | |
| state | NAT Gateway 상태 | |
| subnet_cidr | Subnet Cidr | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
6 - Create Port
6.1 - 1.1
scpcli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]
Description
Port를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | - |
| name required | string | Port 명 | - |
| description optional | string | 설명 | - |
| fixed_ip_address optional | string | 고정된 IP | - |
| security_groups optional | array | Security Group 목록 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| port |
6.2 - 1.0
scpcli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]
Description
Port를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | - |
| name required | string | Port 명 | - |
| description optional | string | 설명 | - |
| fixed_ip_address optional | string | 고정된 IP | - |
| security_groups optional | array | Security Group 목록 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| port |
7 - Create Private NAT
7.1 - 1.1
scpcli vpc private-nat create
--name <value>
--direct_connect_id <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
Private NAT 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Private NAT 명 | - |
| direct_connect_id required | string | Direct Connect ID | - |
| cidr required | string | Private NAT IP 대역 | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT ID | |
| account_id | Account ID | |
| cidr | Private NAT IP 대역 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| direct_connect_id | Direct Connect ID | |
| direct_connect_name | Direct Connect명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | |
| state | Private NAT 상태 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
7.2 - 1.0
scpcli vpc private-nat create
--name <value>
--direct_connect_id <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
Private NAT 생성
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Private NAT 명 | - |
| direct_connect_id required | string | Direct Connect ID | - |
| cidr required | string | Private NAT IP 대역 | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT ID | |
| account_id | Account ID | |
| cidr | Private NAT IP 대역 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| direct_connect_id | Direct Connect ID | |
| direct_connect_name | Direct Connect명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | |
| state | Private NAT 상태 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
8 - Create Private NAT IP
8.1 - 1.1
scpcli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>
Description
Private NAT IP 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
| ip_address required | string | Private NAT IP 주소 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 |
8.2 - 1.0
scpcli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>
Description
Private NAT IP 생성
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
| ip_address required | string | Private NAT IP 주소 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 |
9 - Create PrivateLink Endpoint
9.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | - |
| name required | string | PrivateLink Endpoint 명 | - |
| endpoint_ip_address required | string | Endpoint IP 주소 | - |
| description optional | string | 설명 | - |
| privatelink_service_id optional | string | PrivateLink Service ID | - |
| security_group_ids optional | array | Security Group 목록 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Endpoint ID | |
| account_id | Account ID | |
| approval_type | PrivateLink Service 승인 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | Endpoint IP 주소 | |
| endpoint_ip_port_id | Endpoint IP Port ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | |
| privatelink_service_id | PrivateLink Service ID | |
| security_group_ids | Security Group 목록 | |
| state | PrivateLink Endpoint 상태 | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
10 - Create PrivateLink Service
10.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | - |
| service_ip_address required | string | Service IP 주소 | - |
| name required | string | PrivateLink Service 명 | - |
| connected_resource_type required | string | 연결된 자원 Type | - |
| approval_type required | string | PrivateLink Service 승인 타입 | - |
| connected_resource_id optional | string | 연결된 자원 ID | - |
| connected_resource_ip_address optional | string | 연결된 자원 IP 주소 | - |
| description optional | string | 설명 | - |
| high_speed_transfer optional | boolean | 고속 데이터 전송 사용 | - |
| security_group_ids optional | array | Security Group 목록 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Service ID | |
| account_id | Account ID | |
| approval_type | PrivateLink Service 승인 타입 | |
| connected_resource_id | 연결된 자원 ID | |
| connected_resource_ip_address | 연결된 자원 IP 주소 | |
| connected_resource_name | 연결된 자원명 | |
| connected_resource_type | 연결된 자원 Type | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| high_speed_transfer | 고속 데이터 전송 사용 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | |
| security_group_ids | Security Group 목록 | |
| service_ip_address | Service IP 주소 | |
| service_ip_port_id | Service IP Port ID | |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
11 - Create PublicIP
11.1 - 1.1
scpcli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]
Description
PublicIP를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| type required | string | PublicIP 타입 | - |
| description optional | string | PublicIP 상세 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | |
| account_id | Account ID | |
| attached_resource_id | PublicIP 연결된 자원 ID | |
| attached_resource_name | PublicIP 연결된 자원명 | |
| attached_resource_type | PublicIP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | |
| ip_address | IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | |
| type | PublicIP 타입 |
11.2 - 1.0
scpcli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]
Description
PublicIP를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| type required | string | PublicIP 타입 | - |
| description optional | string | PublicIP 상세 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | |
| account_id | Account ID | |
| attached_resource_id | PublicIP 연결된 자원 ID | |
| attached_resource_name | PublicIP 연결된 자원명 | |
| attached_resource_type | PublicIP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | |
| ip_address | IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | |
| type | PublicIP 타입 |
12 - Create Subnet
12.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| type required | string | Subnet 유형 | - |
| name required | string | Subnet 명 | subnetName |
| cidr required | string | Subnet Cidr | 192.167.1.0/24 |
| allocation_pools optional | array | IP 할당 범위 | [ |
| description optional | string | 설명 | Subnet Description |
| dns_nameservers optional | array | DNS Name Server | [ |
| host_routes optional | array | 호스트 경로 | [ |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
12.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| type required | string | Subnet 유형 | - |
| name required | string | Subnet 명 | subnetName |
| cidr required | string | Subnet Cidr | 192.167.1.0/24 |
| allocation_pools optional | array | IP 할당 범위 | [ |
| description optional | string | 설명 | Subnet Description |
| dns_nameservers optional | array | DNS Name Server | [ |
| host_routes optional | array | 호스트 경로 | [ |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
13 - Create Transit Gateway
13.1 - 1.1
scpcli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]
Description
Transit Gateway 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Transit Gateway 명 | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway ID | |
| account_id | Account ID | |
| bandwidth | Transit Gateway 포트 용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | |
| firewall_ids | Firewall ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | |
| state | 상태 | |
| uplink_enabled | Uplink 사용 |
13.2 - 1.0
scpcli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]
Description
Transit Gateway 생성
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Transit Gateway 명 | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway ID | |
| account_id | Account ID | |
| bandwidth | Transit Gateway 포트 용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | |
| firewall_ids | Firewall ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | |
| state | 상태 | |
| uplink_enabled | Uplink 사용 |
14 - Create Transit Gateway Rule
14.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| tgw_connection_vpc_id required | string | Transit Gateway에 연결된 VPC ID. | - |
| destination_type required | string | 목적지 타입 | - |
| destination_cidr required | string | 목적지 CIDR | - |
| description optional | string | 설명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Routing Rule ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| destination_cidr | 목적지 CIDR | |
| destination_resource_id | 목적지 자원 ID | |
| destination_resource_name | 목적지 자원명 | |
| destination_type | 목적지 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_resource_id | 출발지 자원 ID | |
| source_resource_name | 출발지 자원명 | |
| source_type | 출발지 타입 | |
| state | 상태 | |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. |
14.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| tgw_connection_vpc_id required | string | Transit Gateway에 연결된 VPC ID. | - |
| destination_type required | string | 목적지 타입 | - |
| destination_cidr required | string | 목적지 CIDR | - |
| description optional | string | 설명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Routing Rule ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| destination_cidr | 목적지 CIDR | |
| destination_resource_id | 목적지 자원 ID | |
| destination_resource_name | 목적지 자원명 | |
| destination_type | 목적지 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_resource_id | 출발지 자원 ID | |
| source_resource_name | 출발지 자원명 | |
| source_type | 출발지 타입 | |
| state | 상태 | |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. |
15 - Create Transit Gateway VPC Connection
15.1 - 1.1
scpcli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>
Description
Transit Gateway VPC 연결 생성.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| vpc_id required | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway VPC 연결 ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | |
| transit_gateway_id | Transit Gateway ID | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
15.2 - 1.0
scpcli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>
Description
Transit Gateway VPC 연결 생성.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| vpc_id required | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway VPC 연결 ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | |
| transit_gateway_id | Transit Gateway ID | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
16 - Create VPC
16.1 - 1.1
scpcli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
VPC를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | VPC 명 | vpcName |
| cidr required | string | VPC Cidr | 192.167.0.0/18 |
| description optional | string | 설명 | VPC Description |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.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 |
| name | VPC 명 | vpcName |
| state | 상태 |
16.2 - 1.0
scpcli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
VPC를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | VPC 명 | vpcName |
| cidr required | string | VPC Cidr | 192.167.0.0/18 |
| description optional | string | 설명 | VPC Description |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.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 |
| name | VPC 명 | vpcName |
| state | 상태 |
17 - Create VPC Endpoint
17.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| subnet_id required | string | Subnet ID | - |
| resource_type required | string | VPC Endpoint 자원 타입 | - |
| resource_key required | string | VPC Endpoint Resource Key | - |
| resource_info required | string | VPC Endpoint Resource Key 정보 | - |
| name required | string | VPC Endpoint 명 | - |
| endpoint_ip_address required | string | VPC Endpoint IP 주소 | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | VPC Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | |
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 | |
| state | VPC Endpoint 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
17.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| subnet_id required | string | Subnet ID | - |
| resource_type required | string | VPC Endpoint 자원 타입 | - |
| resource_key required | string | VPC Endpoint Resource Key | - |
| resource_info required | string | VPC Endpoint Resource Key 정보 | - |
| name required | string | VPC Endpoint 명 | - |
| endpoint_ip_address required | string | VPC Endpoint IP 주소 | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | VPC Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | |
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 | |
| state | VPC Endpoint 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
18 - Create VPC Peering
18.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| requester_vpc_id required | string | 요청 VPC ID | - |
| name required | string | VPC Peering 명 | - |
| approver_vpc_id required | string | 승인 VPC ID | - |
| approver_vpc_account_id required | string | 승인 VPC 과제 ID | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Peering ID | |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | |
| approver_vpc_id | 승인 VPC ID | |
| approver_vpc_name | 승인 VPC 명 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | |
| description | VPC Peering 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | |
| requester_vpc_account_id | 요청 VPC 과제 ID | |
| requester_vpc_id | 요청 VPC ID | |
| requester_vpc_name | 요청 VPC 명 | |
| state | 상태 |
18.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| requester_vpc_id required | string | 요청 VPC ID | - |
| name required | string | VPC Peering 명 | - |
| approver_vpc_id required | string | 승인 VPC ID | - |
| approver_vpc_account_id required | string | 승인 VPC 과제 ID | - |
| description optional | string | 설명 | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Peering ID | |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | |
| approver_vpc_id | 승인 VPC ID | |
| approver_vpc_name | 승인 VPC 명 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | |
| description | VPC Peering 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | |
| requester_vpc_account_id | 요청 VPC 과제 ID | |
| requester_vpc_id | 요청 VPC ID | |
| requester_vpc_name | 요청 VPC 명 | |
| state | 상태 |
19 - Create Vpc Peering Rule
19.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| destination_vpc_type required | string | 목적지 VPC 유형 | - |
| destination_cidr required | string | 목적지 CIDR | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC 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_id | VPC Peering ID |
19.2 - 1.0
scpcli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]
Description
VPC Peering 규칙 생성
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| destination_vpc_type required | string | 목적지 VPC 유형 | - |
| destination_cidr required | string | 목적지 CIDR | - |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC 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_id | VPC Peering ID |
20 - Delete Internet Gateway
20.1 - 1.1
scpcli vpc internet-gateway delete
--internet_gateway_id <value>
Description
Internet Gateway를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| internet_gateway_id required | string | Internet Gateway ID | - |
20.2 - 1.0
scpcli vpc internet-gateway delete
--internet_gateway_id <value>
Description
Internet Gateway를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| internet_gateway_id required | string | Internet Gateway ID | - |
21 - Delete NAT Gateway
21.1 - 1.1
scpcli vpc nat-gateway delete
--nat_gateway_id <value>
Description
NAT Gateway를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| nat_gateway_id required | string | NAT Gateway 명 | - |
21.2 - 1.0
scpcli vpc nat-gateway delete
--nat_gateway_id <value>
Description
NAT Gateway를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| nat_gateway_id required | string | NAT Gateway 명 | - |
22 - Delete Port
22.1 - 1.1
scpcli vpc port delete
--port_id <value>
Description
Port를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | Port ID | - |
22.2 - 1.0
scpcli vpc port delete
--port_id <value>
Description
Port를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | Port ID | - |
23 - Delete Private NAT
23.1 - 1.1
scpcli vpc private-nat delete
--private_nat_id <value>
Description
Private NAT 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
23.2 - 1.0
scpcli vpc private-nat delete
--private_nat_id <value>
Description
Private NAT 삭제
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
24 - Delete Private NAT IP
24.1 - 1.1
scpcli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Private NAT IP 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_ip_id required | string | Private NAT IP ID | - |
| private_nat_id required | string | Private NAT ID | - |
24.2 - 1.0
scpcli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Private NAT IP 삭제
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_ip_id required | string | Private NAT IP ID | - |
| private_nat_id required | string | Private NAT ID | - |
25 - Delete PrivateLink Endpoint
25.1 - 1.1
scpcli vpc privatelink-endpoint delete
--privatelink_endpoint_id <value>
Description
PrivateLink Endpoint 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_endpoint_id required | string | PrivateLink Endpoint ID | - |
26 - Delete PrivateLink Service
26.1 - 1.1
scpcli vpc privatelink-service delete
--privatelink_service_id <value>
Description
PrivateLink Service 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_service_id required | string | PrivateLink Service ID | - |
27 - Delete PublicIP
27.1 - 1.1
scpcli vpc public-ip delete
--publicip_id <value>
Description
PublicIP를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| publicip_id required | string | PublicIP ID | - |
27.2 - 1.0
scpcli vpc public-ip delete
--publicip_id <value>
Description
PublicIP를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| publicip_id required | string | PublicIP ID | - |
28 - Delete Subnet
28.1 - 1.1
scpcli vpc subnet delete
--subnet_id <value>
Description
Subnet을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
28.2 - 1.0
scpcli vpc subnet delete
--subnet_id <value>
Description
Subnet을 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
29 - Delete Transit Gateway
29.1 - 1.1
scpcli vpc transit-gateway delete
--transit_gateway_id <value>
Description
Transit Gateway 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
29.2 - 1.0
scpcli vpc transit-gateway delete
--transit_gateway_id <value>
Description
Transit Gateway 삭제
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
30 - Delete Transit Gateway Rule
30.1 - 1.1
scpcli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway 규칙 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| routing_rule_id required | string | Routing Rule ID | - |
| transit_gateway_id required | string | Transit Gateway ID | - |
30.2 - 1.0
scpcli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway 규칙 삭제
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| routing_rule_id required | string | Routing Rule ID | - |
| transit_gateway_id required | string | Transit Gateway ID | - |
31 - Delete Transit Gateway VPC Connection
31.1 - 1.1
scpcli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>
Description
Transit Gateway VPC 연결 삭제.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_connection_id required | string | Transit Gateway VPC 연결 ID | - |
| transit_gateway_id required | string | Transit Gateway ID | - |
31.2 - 1.0
scpcli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>
Description
Transit Gateway VPC 연결 삭제.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_connection_id required | string | Transit Gateway VPC 연결 ID | - |
| transit_gateway_id required | string | Transit Gateway ID | - |
32 - Delete VPC
32.1 - 1.1
scpcli vpc vpc delete
--vpc_id <value>
Description
VPC를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
32.2 - 1.0
scpcli vpc vpc delete
--vpc_id <value>
Description
VPC를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
33 - Delete VPC Endpoint
33.1 - 1.1
scpcli vpc vpc-endpoint delete
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_endpoint_id required | string | VPC Endpoint ID | - |
33.2 - 1.0
scpcli vpc vpc-endpoint delete
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 삭제한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_endpoint_id required | string | VPC Endpoint ID | - |
34 - Delete VPC Peering
34.1 - 1.1
scpcli vpc vpc-peering delete
--vpc_peering_id <value>
Description
VPC Peering 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
34.2 - 1.0
scpcli vpc vpc-peering delete
--vpc_peering_id <value>
Description
VPC Peering 삭제
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
35 - Delete VPC Peering Rule
35.1 - 1.1
scpcli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>
Description
VPC Peering 규칙 삭제
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| routing_rule_id required | string | Routing Rule ID | - |
| vpc_peering_id required | string | VPC Peering ID | - |
35.2 - 1.0
scpcli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>
Description
VPC Peering 규칙 삭제
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| routing_rule_id required | string | Routing Rule ID | - |
| vpc_peering_id required | string | VPC Peering ID | - |
36 - List Connected PrivateLink Endpoints
36.1 - 1.1
scpcli vpc privatelink-service-connected-endpoint list
--privatelink_service_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
Description
연결된 PrivateLink Endpoint 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_service_id required | string | PrivateLink Service ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Endpoint ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| privatelink_service_id | PrivateLink Service ID | |
| state | PrivateLink Endpoint 상태 |
37 - List Internet Gateways
37.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Internet Gateway ID | - |
| name optional | string | Internet Gateway 명 | - |
| type optional | **** | Internet Gateway 유형 | - |
| state optional | string | 상태 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Internet Gateway ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | Firewall ID | |
| loggable | NAT 로그 저장 여부 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
37.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Internet Gateway ID | - |
| name optional | string | Internet Gateway 명 | - |
| type optional | **** | Internet Gateway 유형 | - |
| state optional | string | 상태 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Internet Gateway ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | Firewall ID | |
| loggable | NAT 로그 저장 여부 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
38 - List NAT Gateways
38.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| name optional | string | NAT Gateway 명 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| subnet_id optional | string | Subnet ID | - |
| subnet_name optional | string | Subnet 명 | - |
| nat_gateway_ip_address optional | string | NAT Gateway IP 주소 | - |
| state optional | **** | NAT Gateway 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | NAT Gateway 명 | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | |
| nat_gateway_ip_address | NAT Gateway IP 주소 | |
| publicip_id | PublicIP ID | |
| state | NAT Gateway 상태 | |
| subnet_cidr | Subnet Cidr | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
38.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| name optional | string | NAT Gateway 명 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| subnet_id optional | string | Subnet ID | - |
| subnet_name optional | string | Subnet 명 | - |
| nat_gateway_ip_address optional | string | NAT Gateway IP 주소 | - |
| state optional | **** | NAT Gateway 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | NAT Gateway 명 | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | |
| nat_gateway_ip_address | NAT Gateway IP 주소 | |
| publicip_id | PublicIP ID | |
| state | NAT Gateway 상태 | |
| subnet_cidr | Subnet Cidr | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
39 - List Ports
39.1 - 1.1
scpcli 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>]
Description
Port 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | Port 제한 | - |
| marker optional | string | Port 마커 | - |
| sort optional | string | Port 정렬 | - |
| name optional | string | Port 명 | - |
| subnet_id optional | string | Subnet ID | - |
| subnet_name optional | string | Subnet 명 | - |
| id optional | string | Port ID | - |
| attached_resource_id optional | string | 연결된 자원 ID | - |
| fixed_ip_address optional | string | 고정된 IP | - |
| mac_address optional | string | MAC 주소 | - |
| state optional | string | 상태 | - |
| security_groups optional | string | Security Group 목록 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Port ID | |
| account_id | Account ID | |
| attached_resource_id | 연결된 자원 ID | |
| attached_resource_type | 연결된 자원 유형 | |
| created_at | 생성일시 | |
| description | 설명 | |
| fixed_ip_address | 고정된 IP | |
| mac_address | MAC 주소 | |
| modified_at | 수정일시 | |
| name | Port 명 | |
| state | 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
39.2 - 1.0
scpcli 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>]
Description
Port 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | Port 제한 | - |
| marker optional | string | Port 마커 | - |
| sort optional | string | Port 정렬 | - |
| name optional | string | Port 명 | - |
| subnet_id optional | string | Subnet ID | - |
| subnet_name optional | string | Subnet 명 | - |
| id optional | string | Port ID | - |
| attached_resource_id optional | string | 연결된 자원 ID | - |
| fixed_ip_address optional | string | 고정된 IP | - |
| mac_address optional | string | MAC 주소 | - |
| state optional | string | 상태 | - |
| security_groups optional | string | Security Group 목록 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Port ID | |
| account_id | Account ID | |
| attached_resource_id | 연결된 자원 ID | |
| attached_resource_type | 연결된 자원 유형 | |
| created_at | 생성일시 | |
| description | 설명 | |
| fixed_ip_address | 고정된 IP | |
| mac_address | MAC 주소 | |
| modified_at | 수정일시 | |
| name | Port 명 | |
| state | 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
40 - List Private NAT
40.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Private NAT 명 | - |
| cidr optional | string | Private NAT IP 대역 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| direct_connect_id optional | string | Direct Connect ID | - |
| direct_connect_name optional | string | Direct Connect명 | - |
| state optional | **** | Private NAT 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT ID | |
| account_id | Account ID | |
| cidr | Private NAT IP 대역 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| direct_connect_id | Direct Connect ID | |
| direct_connect_name | Direct Connect명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | |
| state | Private NAT 상태 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
40.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| name optional | string | Private NAT 명 | - |
| cidr optional | string | Private NAT IP 대역 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| direct_connect_id optional | string | Direct Connect ID | - |
| direct_connect_name optional | string | Direct Connect명 | - |
| state optional | **** | Private NAT 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT ID | |
| account_id | Account ID | |
| cidr | Private NAT IP 대역 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| direct_connect_id | Direct Connect ID | |
| direct_connect_name | Direct Connect명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | |
| state | Private NAT 상태 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
41 - List Private NAT IP
41.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| ip_address optional | string | Private NAT IP 주소 | - |
| state optional | **** | Private NAT IP 상태 | - |
| attached_resource_type optional | **** | Private NAT IP 연결된 자원 타입 | - |
| attached_resource_id optional | string | Private NAT IP 연결된 자원 ID | - |
| attached_resource_name optional | string | Private NAT IP 연결된 자원명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 |
41.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| ip_address optional | string | Private NAT IP 주소 | - |
| state optional | **** | Private NAT IP 상태 | - |
| attached_resource_type optional | **** | Private NAT IP 연결된 자원 타입 | - |
| attached_resource_id optional | string | Private NAT IP 연결된 자원 ID | - |
| attached_resource_name optional | string | Private NAT IP 연결된 자원명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 |
42 - List PrivateLink Endpoint
42.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | PrivateLink Endpoint ID | - |
| name optional | string | PrivateLink Endpoint 명 | - |
| vpc_id optional | string | VPC ID | - |
| subnet_id optional | string | Subnet ID | - |
| privatelink_service_id optional | string | PrivateLink Service ID | - |
| endpoint_ip_address optional | string | Endpoint IP 주소 | - |
| state optional | **** | PrivateLink Endpoint 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Endpoint ID | |
| account_id | Account ID | |
| approval_type | PrivateLink Service 승인 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| endpoint_ip_address | Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | |
| privatelink_service_id | PrivateLink Service ID | |
| state | PrivateLink Endpoint 상태 | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
43 - List PrivateLink Service
43.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | PrivateLink Service ID | - |
| name optional | string | PrivateLink Service 명 | - |
| vpc_id optional | string | VPC ID | - |
| subnet_id optional | string | Subnet ID | - |
| service_ip_address optional | string | Service IP 주소 | - |
| connected_resource_id optional | string | 연결된 자원 ID | - |
| connected_resource_type optional | string | 연결된 자원 Type | - |
| connected_resource_name optional | string | 연결된 자원명 | - |
| connected_resource_ip_address optional | string | 연결된 자원 IP 주소 | - |
| state optional | **** | PrivateLink Service 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Service ID | |
| account_id | Account ID | |
| approval_type | PrivateLink Service 승인 타입 | |
| connected_resource_id | 연결된 자원 ID | |
| connected_resource_ip_address | 연결된 자원 IP 주소 | |
| connected_resource_name | 연결된 자원명 | |
| connected_resource_type | 연결된 자원 Type | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | |
| service_ip_address | Service IP 주소 | |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
44 - List PublicIPs
44.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| ip_address optional | string | IP 주소 | - |
| state optional | string | PublicIP 상태 | - |
| attached_resource_type optional | string | PublicIP 연결된 자원 타입 | - |
| attached_resource_id optional | string | PublicIP 연결된 자원 ID | - |
| attached_resource_name optional | string | PublicIP 연결된 자원명 | - |
| vpc_id optional | string | VPC ID | - |
| type optional | **** | PublicIP 타입 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | |
| account_id | Account ID | |
| attached_resource_id | PublicIP 연결된 자원 ID | |
| attached_resource_name | PublicIP 연결된 자원명 | |
| attached_resource_type | PublicIP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | |
| ip_address | IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | |
| type | PublicIP 타입 |
44.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| ip_address optional | string | IP 주소 | - |
| state optional | string | PublicIP 상태 | - |
| attached_resource_type optional | string | PublicIP 연결된 자원 타입 | - |
| attached_resource_id optional | string | PublicIP 연결된 자원 ID | - |
| attached_resource_name optional | string | PublicIP 연결된 자원명 | - |
| vpc_id optional | string | VPC ID | - |
| type optional | **** | PublicIP 타입 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | |
| account_id | Account ID | |
| attached_resource_id | PublicIP 연결된 자원 ID | |
| attached_resource_name | PublicIP 연결된 자원명 | |
| attached_resource_type | PublicIP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | |
| ip_address | IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | |
| type | PublicIP 타입 |
45 - List Subnets
45.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
| name optional | string | Subnet 명 | subnetName |
| type optional | **** | Subnet 유형 | - |
| state optional | **** | 상태 | - |
| vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|---|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| gateway_ip_address | Gateway IP | 192.167.1.1 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
45.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
| name optional | string | Subnet 명 | subnetName |
| type optional | **** | Subnet 유형 | - |
| state optional | **** | 상태 | - |
| vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|---|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| gateway_ip_address | Gateway IP | 192.167.1.1 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
46 - List Transit Gateway Rules
46.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Routing Rule ID | - |
| tgw_connection_vpc_id optional | string | Transit Gateway에 연결된 VPC ID. | - |
| tgw_connection_vpc_name optional | string | Transit Gateway에 연결된 VPC명. | - |
| source_type optional | **** | 출발지 타입 | - |
| destination_type optional | **** | 목적지 타입 | - |
| destination_cidr optional | string | 목적지 CIDR | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Routing Rule ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| destination_cidr | 목적지 CIDR | |
| destination_resource_id | 목적지 자원 ID | |
| destination_resource_name | 목적지 자원명 | |
| destination_type | 목적지 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_resource_id | 출발지 자원 ID | |
| source_resource_name | 출발지 자원명 | |
| source_type | 출발지 타입 | |
| state | 상태 | |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. |
46.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Routing Rule ID | - |
| tgw_connection_vpc_id optional | string | Transit Gateway에 연결된 VPC ID. | - |
| tgw_connection_vpc_name optional | string | Transit Gateway에 연결된 VPC명. | - |
| source_type optional | **** | 출발지 타입 | - |
| destination_type optional | **** | 목적지 타입 | - |
| destination_cidr optional | string | 목적지 CIDR | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Routing Rule ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| destination_cidr | 목적지 CIDR | |
| destination_resource_id | 목적지 자원 ID | |
| destination_resource_name | 목적지 자원명 | |
| destination_type | 목적지 타입 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_resource_id | 출발지 자원 ID | |
| source_resource_name | 출발지 자원명 | |
| source_type | 출발지 타입 | |
| state | 상태 | |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. |
47 - List Transit Gateway VPC Connections
47.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Transit Gateway VPC 연결 ID | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway VPC 연결 ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | |
| transit_gateway_id | Transit Gateway ID | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
47.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Transit Gateway VPC 연결 ID | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway VPC 연결 ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | |
| transit_gateway_id | Transit Gateway ID | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
48 - List Transit Gateways
48.1 - 1.1
scpcli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
Description
Transit Gateway 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Transit Gateway ID | - |
| name optional | string | Transit Gateway 명 | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway ID | |
| account_id | Account ID | |
| bandwidth | Transit Gateway 포트 용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | |
| firewall_ids | Firewall ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | |
| state | 상태 | |
| uplink_enabled | Uplink 사용 |
48.2 - 1.0
scpcli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
Description
Transit Gateway 목록 조회
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Transit Gateway ID | - |
| name optional | string | Transit Gateway 명 | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway ID | |
| account_id | Account ID | |
| bandwidth | Transit Gateway 포트 용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | |
| firewall_ids | Firewall ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | |
| state | 상태 | |
| uplink_enabled | Uplink 사용 |
49 - List VPC Endpoint
49.1 - 1.1
scpcli 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 (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC Endpoint ID | - |
| name optional | string | VPC Endpoint 명 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| subnet_id optional | string | Subnet ID | - |
| resource_key optional | string | VPC Endpoint Resource Key | - |
| resource_type optional | **** | VPC Endpoint 자원 타입 | - |
| endpoint_ip_address optional | string | VPC Endpoint IP 주소 | - |
| state optional | **** | VPC Endpoint 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | VPC Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | |
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 | |
| state | VPC Endpoint 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
49.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC Endpoint ID | - |
| name optional | string | VPC Endpoint 명 | - |
| vpc_id optional | string | VPC ID | - |
| vpc_name optional | string | VPC 명 | - |
| subnet_id optional | string | Subnet ID | - |
| resource_key optional | string | VPC Endpoint Resource Key | - |
| resource_type optional | **** | VPC Endpoint 자원 타입 | - |
| endpoint_ip_address optional | string | VPC Endpoint IP 주소 | - |
| state optional | **** | VPC Endpoint 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | VPC Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | |
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 | |
| state | VPC Endpoint 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
50 - List VPC Endpoint Connectable Resources
50.1 - 1.1
scpcli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]
Description
List VpcEndpoint connectable resources
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| resource_type required | **** | VPC Endpoint 자원 타입 | - |
| vpc_id optional | string | VPC ID(resource_type이 DNS인 경우, 필수 입력값입니다) | - |
Responses
| Name | Description | Example |
|---|---|---|
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 |
50.2 - 1.0
scpcli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]
Description
List VpcEndpoint connectable resources
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| resource_type required | **** | VPC Endpoint 자원 타입 | - |
| vpc_id optional | string | VPC ID(resource_type이 DNS인 경우, 필수 입력값입니다) | - |
Responses
| Name | Description | Example |
|---|---|---|
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 |
51 - List VPC Peering
51.1 - 1.1
scpcli 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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC Peering ID | - |
| name optional | string | VPC Peering 명 | - |
| requester_vpc_id optional | string | 요청 VPC ID | - |
| requester_vpc_name optional | string | 요청 VPC 명 | - |
| approver_vpc_id optional | string | 승인 VPC ID | - |
| approver_vpc_name optional | string | 승인 VPC 명 | - |
| account_type optional | **** | 과제 유형 | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Peering ID | |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | |
| approver_vpc_id | 승인 VPC ID | |
| approver_vpc_name | 승인 VPC 명 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | |
| description | VPC Peering 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | |
| requester_vpc_account_id | 요청 VPC 과제 ID | |
| requester_vpc_id | 요청 VPC ID | |
| requester_vpc_name | 요청 VPC 명 | |
| state | 상태 |
51.2 - 1.0
scpcli 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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC Peering ID | - |
| name optional | string | VPC Peering 명 | - |
| requester_vpc_id optional | string | 요청 VPC ID | - |
| requester_vpc_name optional | string | 요청 VPC 명 | - |
| approver_vpc_id optional | string | 승인 VPC ID | - |
| approver_vpc_name optional | string | 승인 VPC 명 | - |
| account_type optional | **** | 과제 유형 | - |
| state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Peering ID | |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | |
| approver_vpc_id | 승인 VPC ID | |
| approver_vpc_name | 승인 VPC 명 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | |
| description | VPC Peering 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | |
| requester_vpc_account_id | 요청 VPC 과제 ID | |
| requester_vpc_id | 요청 VPC ID | |
| requester_vpc_name | 요청 VPC 명 | |
| state | 상태 |
52 - List VPC Peering Rules
52.1 - 1.1
scpcli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <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.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC Peering 규칙 ID | - |
| name optional | string | VPC Peering 명 | - |
| 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
| Name | Description | Example |
|---|---|---|
| id | VPC 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_id | VPC Peering ID |
52.2 - 1.0
scpcli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <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 (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC Peering 규칙 ID | - |
| name optional | string | VPC Peering 명 | - |
| 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
| Name | Description | Example |
|---|---|---|
| id | VPC 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_id | VPC Peering ID |
53 - List VPCs
53.1 - 1.1
scpcli vpc vpc list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]
Description
VPC 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| name optional | string | VPC 명 | vpcName |
| state optional | **** | 상태 | - |
| cidr optional | string | VPC Cidr | 192.167.0.0/18 |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.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 |
| name | VPC 명 | vpcName |
| state | 상태 |
53.2 - 1.0
scpcli vpc vpc list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]
Description
VPC 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| with_count optional | string | with count | true |
| limit optional | integer | 한도 | 20 |
| marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
| sort optional | string | sort | created_at:desc |
| id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| name optional | string | VPC 명 | vpcName |
| state optional | **** | 상태 | - |
| cidr optional | string | VPC Cidr | 192.167.0.0/18 |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.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 |
| name | VPC 명 | vpcName |
| state | 상태 |
54 - Request PrivateLink Endpoint
54.1 - 1.1
scpcli vpc privatelink-endpoint request
--privatelink_endpoint_id <value>
--type <value>
Description
Request PrivateLink Endpoint
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_endpoint_id required | string | PrivateLink Endpoint ID | - |
| type required | string | PrivateLink Endpoint Action Type | - |
55 - Set Internet Gateway
55.1 - 1.1
scpcli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]
Description
Internet Gateway를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| internet_gateway_id required | string | Internet Gateway ID | - |
| description optional | string | 설명 | - |
| loggable optional | boolean | NAT 로그 저장 여부 | - |
55.2 - 1.0
scpcli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]
Description
Internet Gateway를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| internet_gateway_id required | string | Internet Gateway ID | - |
| description optional | string | 설명 | - |
| loggable optional | boolean | NAT 로그 저장 여부 | - |
56 - Set NAT Gateway
56.1 - 1.1
scpcli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]
Description
NAT Gateway를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| nat_gateway_id required | string | NAT Gateway 명 | - |
| description optional | string | NAT Gateway 상세설명 | - |
56.2 - 1.0
scpcli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]
Description
NAT Gateway를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| nat_gateway_id required | string | NAT Gateway 명 | - |
| description optional | string | NAT Gateway 상세설명 | - |
57 - Set Port
57.1 - 1.1
scpcli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]
Description
Port를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | Port ID | - |
| description optional | string | 설명 | - |
| security_groups optional | array | Security Group 목록 | - |
57.2 - 1.0
scpcli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]
Description
Port를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | Port ID | - |
| description optional | string | 설명 | - |
| security_groups optional | array | Security Group 목록 | - |
58 - Set Private NAT
58.1 - 1.1
scpcli vpc private-nat set
--private_nat_id <value>
[--description <value>]
Description
Private NAT 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
| description optional | string | 설명 | - |
58.2 - 1.0
scpcli vpc private-nat set
--private_nat_id <value>
[--description <value>]
Description
Private NAT 수정
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
| description optional | string | 설명 | - |
59 - Set PrivateLink Endpoint
59.1 - 1.1
scpcli vpc privatelink-endpoint set
--privatelink_endpoint_id <value>
[--description <value>]
Description
PrivateLink Endpoint 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_endpoint_id required | string | PrivateLink Endpoint ID | - |
| description optional | string | 설명 | - |
60 - Set PrivateLink Service
60.1 - 1.1
scpcli vpc privatelink-service set
--privatelink_service_id <value>
[--description <value>]
Description
PrivateLink Service 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_service_id required | string | PrivateLink Service ID | - |
| description optional | string | 설명 | - |
61 - Set PublicIP
61.1 - 1.1
scpcli vpc public-ip set
--publicip_id <value>
--description <value>
Description
PublicIP를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| publicip_id required | string | PublicIP ID | - |
| description required | string | PublicIP 상세 설명 | - |
61.2 - 1.0
scpcli vpc public-ip set
--publicip_id <value>
--description <value>
Description
PublicIP를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| publicip_id required | string | PublicIP ID | - |
| description required | string | PublicIP 상세 설명 | - |
62 - Set Subnet
62.1 - 1.1
scpcli vpc subnet set
--subnet_id <value>
--description <value>
Description
Subnet을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
| description required | string | 설명 | Subnet Description |
62.2 - 1.0
scpcli vpc subnet set
--subnet_id <value>
--description <value>
Description
Subnet을 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
| description required | string | 설명 | Subnet Description |
63 - Set Transit Gateway
63.1 - 1.1
scpcli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]
Description
Transit Gateway 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| description optional | string | 설명 | - |
63.2 - 1.0
scpcli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]
Description
Transit Gateway 수정
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
| description optional | string | 설명 | - |
64 - Set VPC
64.1 - 1.1
scpcli vpc vpc set
--vpc_id <value>
[--description <value>]
Description
VPC를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| description optional | string | 설명 | vpcDescription |
64.2 - 1.0
scpcli vpc vpc set
--vpc_id <value>
[--description <value>]
Description
VPC를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
| description optional | string | 설명 | vpcDescription |
65 - Set VPC Endpoint
65.1 - 1.1
scpcli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]
Description
VPC Endpoint 를 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_endpoint_id required | string | VPC Endpoint ID | - |
| description optional | string | 설명 | - |
65.2 - 1.0
scpcli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]
Description
VPC Endpoint 를 수정한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_endpoint_id required | string | VPC Endpoint ID | - |
| description optional | string | 설명 | - |
66 - Set VPC Peering
66.1 - 1.1
scpcli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]
Description
VPC Peering 수정
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| description optional | string | 설명 | - |
66.2 - 1.0
scpcli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]
Description
VPC Peering 수정
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
| description optional | string | 설명 | - |
67 - Show Internet Gateway
67.1 - 1.1
scpcli vpc internet-gateway show
--internet_gateway_id <value>
Description
Internet Gateway를 상세조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| internet_gateway_id required | string | Internet Gateway ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Internet Gateway ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | Firewall ID | |
| loggable | NAT 로그 저장 여부 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
67.2 - 1.0
scpcli vpc internet-gateway show
--internet_gateway_id <value>
Description
Internet Gateway를 상세조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| internet_gateway_id required | string | Internet Gateway ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Internet Gateway ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| firewall_id | Firewall ID | |
| loggable | NAT 로그 저장 여부 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
68 - Show NAT Gateway
68.1 - 1.1
scpcli vpc nat-gateway show
--nat_gateway_id <value>
Description
NAT Gateway를 상세조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| nat_gateway_id required | string | NAT Gateway 명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | NAT Gateway 명 | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | |
| nat_gateway_ip_address | NAT Gateway IP 주소 | |
| publicip_id | PublicIP ID | |
| state | NAT Gateway 상태 | |
| subnet_cidr | Subnet Cidr | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
68.2 - 1.0
scpcli vpc nat-gateway show
--nat_gateway_id <value>
Description
NAT Gateway를 상세조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| nat_gateway_id required | string | NAT Gateway 명 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | NAT Gateway 명 | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | |
| nat_gateway_ip_address | NAT Gateway IP 주소 | |
| publicip_id | PublicIP ID | |
| state | NAT Gateway 상태 | |
| subnet_cidr | Subnet Cidr | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
69 - Show Port
69.1 - 1.1
scpcli vpc port show
--port_id <value>
Description
Port를 상세조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | Port ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| port |
69.2 - 1.0
scpcli vpc port show
--port_id <value>
Description
Port를 상세조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| port_id required | string | Port ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| port |
70 - Show Private NAT
70.1 - 1.1
scpcli vpc private-nat show
--private_nat_id <value>
Description
Private NAT 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT ID | |
| account_id | Account ID | |
| cidr | Private NAT IP 대역 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| direct_connect_id | Direct Connect ID | |
| direct_connect_name | Direct Connect명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | |
| state | Private NAT 상태 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
70.2 - 1.0
scpcli vpc private-nat show
--private_nat_id <value>
Description
Private NAT 상세 조회
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| private_nat_id required | string | Private NAT ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Private NAT ID | |
| account_id | Account ID | |
| cidr | Private NAT IP 대역 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| direct_connect_id | Direct Connect ID | |
| direct_connect_name | Direct Connect명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | |
| state | Private NAT 상태 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
71 - Show PrivateLink Endpoint
71.1 - 1.1
scpcli vpc privatelink-endpoint show
--privatelink_endpoint_id <value>
Description
PrivateLink Endpoint 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_endpoint_id required | string | PrivateLink Endpoint ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Endpoint ID | |
| account_id | Account ID | |
| approval_type | PrivateLink Service 승인 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | Endpoint IP 주소 | |
| endpoint_ip_port_id | Endpoint IP Port ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | |
| privatelink_service_id | PrivateLink Service ID | |
| security_group_ids | Security Group 목록 | |
| state | PrivateLink Endpoint 상태 | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
72 - Show PrivateLink Service
72.1 - 1.1
scpcli vpc privatelink-service show
--privatelink_service_id <value>
Description
PrivateLink Service 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| privatelink_service_id required | string | PrivateLink Service ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PrivateLink Service ID | |
| account_id | Account ID | |
| approval_type | PrivateLink Service 승인 타입 | |
| connected_resource_id | 연결된 자원 ID | |
| connected_resource_ip_address | 연결된 자원 IP 주소 | |
| connected_resource_name | 연결된 자원명 | |
| connected_resource_type | 연결된 자원 Type | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| high_speed_transfer | 고속 데이터 전송 사용 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | |
| security_group_ids | Security Group 목록 | |
| service_ip_address | Service IP 주소 | |
| service_ip_port_id | Service IP Port ID | |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | |
| vpc_id | VPC ID |
73 - Show PublicIP
73.1 - 1.1
scpcli vpc public-ip show
--publicip_id <value>
Description
PublicIP를 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| publicip_id required | string | PublicIP ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | |
| account_id | Account ID | |
| attached_resource_id | PublicIP 연결된 자원 ID | |
| attached_resource_name | PublicIP 연결된 자원명 | |
| attached_resource_type | PublicIP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | |
| ip_address | IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | |
| type | PublicIP 타입 |
73.2 - 1.0
scpcli vpc public-ip show
--publicip_id <value>
Description
PublicIP를 상세 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| publicip_id required | string | PublicIP ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | |
| account_id | Account ID | |
| attached_resource_id | PublicIP 연결된 자원 ID | |
| attached_resource_name | PublicIP 연결된 자원명 | |
| attached_resource_type | PublicIP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | |
| ip_address | IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | |
| type | PublicIP 타입 |
74 - Show Subnet
74.1 - 1.1
scpcli vpc subnet show
--subnet_id <value>
Description
Subnet을 상세조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
74.2 - 1.0
scpcli vpc subnet show
--subnet_id <value>
Description
Subnet을 상세조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
75 - Show Transit Gateway
75.1 - 1.1
scpcli vpc transit-gateway show
--transit_gateway_id <value>
Description
Transit Gateway 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway ID | |
| account_id | Account ID | |
| bandwidth | Transit Gateway 포트 용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | |
| firewall_ids | Firewall ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | |
| state | 상태 | |
| uplink_enabled | Uplink 사용 |
75.2 - 1.0
scpcli vpc transit-gateway show
--transit_gateway_id <value>
Description
Transit Gateway 상세 조회
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Transit Gateway ID | |
| account_id | Account ID | |
| bandwidth | Transit Gateway 포트 용량 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | |
| firewall_ids | Firewall ID | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | |
| state | 상태 | |
| uplink_enabled | Uplink 사용 |
76 - Show VPC
76.1 - 1.1
scpcli vpc vpc show
--vpc_id <value>
Description
VPC를 상세조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.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 |
| name | VPC 명 | vpcName |
| state | 상태 |
76.2 - 1.0
scpcli vpc vpc show
--vpc_id <value>
Description
VPC를 상세조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_id required | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.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 |
| name | VPC 명 | vpcName |
| state | 상태 |
77 - Show VPC Endpoint
77.1 - 1.1
scpcli vpc vpc-endpoint show
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 상세조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_endpoint_id required | string | VPC Endpoint ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | VPC Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | |
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 | |
| state | VPC Endpoint 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
77.2 - 1.0
scpcli vpc vpc-endpoint show
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 상세조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_endpoint_id required | string | VPC Endpoint ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Endpoint ID | |
| account_id | Account ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | |
| endpoint_ip_address | VPC Endpoint IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | |
| resource_info | VPC Endpoint Resource Key 정보 | |
| resource_key | VPC Endpoint Resource Key | |
| resource_type | VPC Endpoint 자원 타입 | |
| state | VPC Endpoint 상태 | |
| subnet_id | Subnet ID | |
| subnet_name | Subnet 명 | |
| vpc_id | VPC ID | |
| vpc_name | VPC 명 |
78 - Show VPC Peering
78.1 - 1.1
scpcli vpc vpc-peering show
--vpc_peering_id <value>
Description
VPC Peering 상세 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Peering ID | |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | |
| approver_vpc_id | 승인 VPC ID | |
| approver_vpc_name | 승인 VPC 명 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | |
| description | VPC Peering 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | |
| requester_vpc_account_id | 요청 VPC 과제 ID | |
| requester_vpc_id | 요청 VPC ID | |
| requester_vpc_name | 요청 VPC 명 | |
| state | 상태 |
78.2 - 1.0
scpcli vpc vpc-peering show
--vpc_peering_id <value>
Description
VPC Peering 상세 조회
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| vpc_peering_id required | string | VPC Peering ID | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | VPC Peering ID | |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | |
| approver_vpc_id | 승인 VPC ID | |
| approver_vpc_name | 승인 VPC 명 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | |
| description | VPC Peering 상세설명 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | |
| requester_vpc_account_id | 요청 VPC 과제 ID | |
| requester_vpc_id | 요청 VPC ID | |
| requester_vpc_name | 요청 VPC 명 | |
| state | 상태 |