1 - 1.1
scpcli filestorage volume create
--type_name <value>
--protocol <value>
--name <value>
[--snapshot_id <value>]
[--cifs_password <value>]
[--tags <value>]
Description
파일스토리지를 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| type_name required | string | 볼륨 유형 이름 | HDD |
| protocol required | string | 프로토콜 | NFS |
| name required | string | 볼륨 이름 | my_volume |
| snapshot_id optional | string | 스냅샷 아이디 | 40htrre5b-eww25-ff2b-a426-6afefas65a3b |
| cifs_password optional | string | CIFS 비밀번호 | cifspwd0!! |
| tags optional | array | '{"key": "key", "value": "value"}' |
Responses
| Name | Description | Example |
|---|---|---|
| protocol | 프로토콜 | NFS |
| snapshot_id | 스냅샷 아이디 | 40htrre5b-eww25-ff2b-a426-6afefas65a3b |
| type_name | 볼륨 유형 이름 | HDD |
| volume_id | 볼륨 아이디 | bfdbabf2-04d9-4e8b-a205-020f8e6da438 |
| volume_name | 볼륨 이름 | my_volume |
2 - 1.0
scpcli filestorage volume create
--type_name <value>
--protocol <value>
--name <value>
[--snapshot_id <value>]
[--cifs_password <value>]
[--tags <value>]
Description
파일스토리지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| type_name required | string | 볼륨 유형 이름 | HDD |
| protocol required | string | 프로토콜 | NFS |
| name required | string | 볼륨 이름 | my_volume |
| snapshot_id optional | string | 스냅샷 아이디 | 40htrre5b-eww25-ff2b-a426-6afefas65a3b |
| cifs_password optional | string | CIFS 비밀번호 | cifspwd0!! |
| tags optional | array | '{"key": "key", "value": "value"}' |
Responses
| Name | Description | Example |
|---|---|---|
| protocol | 프로토콜 | NFS |
| snapshot_id | 스냅샷 아이디 | 40htrre5b-eww25-ff2b-a426-6afefas65a3b |
| type_name | 볼륨 유형 이름 | HDD |
| volume_id | 볼륨 아이디 | bfdbabf2-04d9-4e8b-a205-020f8e6da438 |
| volume_name | 볼륨 이름 | my_volume |