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