1.2
1.2
scpcli vpc public-ip list
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]
Description
PublicIP 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| ip_address optional | string | IP 주소 | 192.167.0.5 |
| state optional | string | PublicIP 상태 | ATTACHED |
| attached_resource_type optional | string | PublicIP 연결된 자원 타입 | NAT_GW |
| attached_resource_id optional | string | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name optional | string | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| type optional | **** | PublicIP 타입 | IGW |
Responses
| Name | Description | Example |
|---|---|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |