1.0
1.0
scpcli virtualserver volume snapshot list
[--volume_id <value>]
[--limit <value>]
[--offset <value>]
[--marker <value>]
[--with_count <value>]
[--name <value>]
Description
List snapshots and details.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id optional | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| limit optional | integer | 페이지 항목 개수 | 20 |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| marker optional | string | 이전 요청에서 마지막으로 반환된 항목 ID | 2a9be312-5d4b-4bc8-b2ae-35100fa9241f |
| with_count optional | boolean | 총 개수 여부 | True |
| name optional | string | 스냅샷명 | snapshot-1 |
Responses
| Name | Description | Example |
|---|---|---|
| id | 스냅샷 ID | cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| description | 설명 | description |
| metadata | Snapshot metadata | |
| name | 스냅샷명 | snapshot-1 |
| size | 볼륨 크기 | 104 |
| status | 볼륨 상태 | available |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| volume_id | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |