1.0
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 명 |