1.0
1.0
scpcli virtualserver volume snapshot create
--volume_id <value>
--name <value>
[--description <value>]
[--force <value>]
[--metadata <value>]
Description
Create a snapshot.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| volume_id required | string | 볼륨 ID | 3f500f00-ed80-4566-a057-e31760226f9a |
| name required | string | 스냅샷명 | snapshot-1 |
| description optional | string | 설명 | description |
| force optional | boolean | Force | True |
| metadata optional | **** | Snapshot metadata | - |
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 |