SnapshotCreateRequest
SnapshotCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : description | any of [string, null] | |
| force optional | 볼륨이 연결된 경우에도 스냅샷을 생성할지 여부 Example : True | any of [boolean, null] | |
| metadata optional | 하나 이상의 스냅샷 메타데이터의 key-value 쌍 Example : | any of [object, null] | |
| name required | 스냅샷명 Example : snapshot-1Pattern : ^[a-zA-Z0-9-_ ]+$Maximum length : 255 | string | |
| volume_id required | 볼륨 ID Example : 3f500f00-ed80-4566-a057-e31760226f9a | string |