1.2
1.2
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>]
[--attached_resource_types <value>]
Description
Port 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
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 명 | portName |
| subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name optional | string | Subnet 명 | subnetName |
| id optional | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
| attached_resource_id optional | string | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
| fixed_ip_address optional | string | 고정된 IP | 192.168.1.100 |
| mac_address optional | string | MAC 주소 | fa:16:3e:00:00:01 |
| state optional | string | 상태 | - |
| security_groups optional | string | Security Group 목록 | - |
| attached_resource_types optional | **** | 연결된 자원 유형 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
| attached_resource_type | 연결된 자원 유형 | |
| created_at | 생성일시 | |
| description | 설명 | Port Description |
| fixed_ip_address | 고정된 IP | 192.168.1.100 |
| mac_address | MAC 주소 | fa:16:3e:00:00:01 |
| modified_at | 수정일시 | |
| name | Port 명 | portName |
| state | 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 071bc63b767444c9afaab1c972d302d5 |
| vpc_name | VPC 명 | vpcName |