이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: AsyncResponse
- 2: AttachedServer
- 3: AttachmentListModel
- 4: ExternalError
- 5: MemberVolume
- 6: MemberVolumeWithRecoveryInfo
- 7: QoSModel
- 8: RecoveryInfo
- 9: RecoveryVolumeGroupInfo
- 10: RecoveryVolumeInfo
- 11: RelationVolumeGroupModel
- 12: RelationVolumeModel
- 13: SetVolumeQoSRequest
- 14: SetVolumeQoSResponse
- 15: SimpleAttachedServer
- 16: SimpleIdNameInfo
- 17: SnapshotSchedule
- 18: TagModel
- 19: VolumeAttachmentRequest
- 20: VolumeAttachmentResponse
- 21: VolumeCreateRequest
- 22: VolumeCreateRequestV1Dot2
- 23: VolumeDetachRequest
- 24: VolumeGroupCreationRequest
- 25: VolumeGroupInfo
- 26: VolumeGroupListModel
- 27: VolumeGroupListResponse
- 28: VolumeGroupMemberRequest
- 29: VolumeGroupMemberResponse
- 30: VolumeGroupModel
- 31: VolumeGroupRecoveryCreateRequest
- 32: VolumeGroupReplicationCreateRequest
- 33: VolumeGroupReplicationDeleteResponse
- 34: VolumeGroupReplicationSyncTabModel
- 35: VolumeGroupReplicationSyncTabResponse
- 36: VolumeGroupReplicationUpdateCycleRequest
- 37: VolumeGroupReplicationUpdateCycleResponse
- 38: VolumeGroupReplicationUpdatePolicyRequest
- 39: VolumeGroupReplicationUpdatePolicyResponse
- 40: VolumeGroupResponse
- 41: VolumeGroupSnapshotDeleteResponse
- 42: VolumeGroupSnapshotListModel
- 43: VolumeGroupSnapshotListResponse
- 44: VolumeGroupSnapshotResponse
- 45: VolumeGroupSnapshotRestoreResponse
- 46: VolumeGroupSnapshotScheduleRequest
- 47: VolumeGroupSnapshotScheduleResponse
- 48: VolumeListModel
- 49: VolumeListResponse
- 50: VolumeModel
- 51: VolumeModelV1Dot2
- 52: VolumeRecoveryCreateRequest
- 53: VolumeReplicationCreateRequest
- 54: VolumeReplicationCycleRequest
- 55: VolumeReplicationCycleResponse
- 56: VolumeReplicationModel
- 57: VolumeReplicationPolicyRequest
- 58: VolumeReplicationPolicyResponse
- 59: VolumeReplicationResponse
- 60: VolumeResponse
- 61: VolumeResponseV1Dot2
- 62: VolumeSnapshotDeleteResponse
- 63: VolumeSnapshotListModel
- 64: VolumeSnapshotListResponse
- 65: VolumeSnapshotRateRequest
- 66: VolumeSnapshotRateResponse
- 67: VolumeSnapshotResponse
- 68: VolumeSnapshotRestoreResponse
- 69: VolumeSnapshotScheduleRequest
- 70: VolumeSnapshotScheduleResponse
1 - AsyncResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| request_id optional | 요청 id Example : req-0006064c-c008-458c-8977-19671c6b32d4 | string | |
| resource_id optional | 자원 id Example : 8bf55e738d4e44b5a21dbe133a42ecbe | string |
2 - AttachedServer
| Name | Description | Schema | Default |
|---|---|---|---|
| id optional | 서버 id Example : 83c3c73d457345e3829ee6d5557c0011 | string | |
| image_name optional | 이미지명 Example : RHEL 8.8 for BM | string | |
| name optional | 서버 명 Example : baremetal-01 | string | |
| srn optional | SRN Example : srn:dev2::36827d9b643f46c2ae6bb7e63d633bfe:kr-west1::baremetal-blockstorage:volume/97cd36e3c1984c8cad3ec193aeda25e0 | string | |
| state optional | 서버 상태 Example : RUNNING | string | |
| type optional | 서버 유형 Example : BM | enum (BM, MNGC) |
3 - AttachmentListModel
| Name | Description | Schema | Default |
|---|---|---|---|
| object_id optional | Object id Example : 83c3c73d457345e3829ee6d5557c0016 | string | |
| object_type optional | Object 유형 Example : BM | enum (BM, MNGC) |
4 - ExternalError
| Name | Description | Schema | Default |
|---|---|---|---|
| code optional | 코드 Example : Forbidden | string | |
| object_type optional | 서버 유형 Example : BM | enum (BM, MNGC) | |
| status optional | 상태 Example : 403 | integer |
5 - MemberVolume
| Name | Description | Schema | Default |
|---|---|---|---|
| disk_type optional | disk_type Example : SSD | enum (SSD, HDD) | |
| id optional | volume id Example : 92cd16fe8ebc4f73832513a172bf0000 | string | |
| name optional | volume name Example : volume-01 | string | |
| purpose optional | volume purpose Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| size_gb optional | size_gb Example : 10 | integer | |
| so_volume_id optional | so volume id Example : | string | |
| so_volume_name optional | so volume name Example : | string |
6 - MemberVolumeWithRecoveryInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| disk_type optional | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| origin_volume optional | 원본 볼륨 정보 | SimpleIdNameInfo | |
| recovery_volume optional | 복구본 볼륨 정보 | SimpleIdNameInfo | |
| size_gb optional | 볼륨 용량(GB) Example : 10 | integer | |
| snapshot_rate optional | 스냅샷 용량 Example : 100 | integer | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) |
7 - QoSModel
| Name | Description | Schema | Default |
|---|---|---|---|
| iops required | 최소 3,000 IOPS에서 최대 16,000 IOPS 사이의 값을 입력하세요. Example : 3000 | integer | |
| throughput required | 최소 125MB/s에서 최대 1,000MB/s 사이의 값을 입력하세요. Example : 125 | integer |
8 - RecoveryInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| origin_volume optional | 원본 볼륨 정보 | RecoveryVolumeInfo | |
| recovery_volume optional | 복구본 볼륨 정보 | RecoveryVolumeInfo |
9 - RecoveryVolumeGroupInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| origin_volume_group optional | 원본 볼륨 그룹 정보 | SimpleIdNameInfo | |
| recovery_volume_group optional | 복제본 볼륨 그룹 정보 | SimpleIdNameInfo |
10 - RecoveryVolumeInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments optional | 연결 서버 | array[SimpleAttachedServer] | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| name optional | 볼륨명 Example : bs-01 | string |
11 - RelationVolumeGroupModel
| Name | Description | Schema | Default |
|---|---|---|---|
| auth optional | 권한 Example : READ | enum (READ, READ_WRITE, UNKNOWN) | |
| id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| purpose optional | 볼륨 그룹 구분 Example : ORG | enum (ORG, REPL, RECOVERY) | |
| region optional | 리전 Example : kr-west1 | string |
12 - RelationVolumeModel
| Name | Description | Schema | Default |
|---|---|---|---|
| auth optional | 권한 Example : READ | enum (READ, READ_WRITE, UNKNOWN) | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| purpose optional | 볼륨 구분 Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| region optional | 리전 Example : kr-west1 | string |
13 - SetVolumeQoSRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| iops optional | IOPS. 생략하면 기존 값이 유지됩니다. Example : 3000 | integer | |
| throughput optional | Throughput. 생략하면 기존 값이 유지됩니다. Example : 125 | integer |
14 - SetVolumeQoSResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| iops optional | IOPS Example : 3000 | integer | |
| throughput optional | Throughput Example : 125 | integer |
15 - SimpleAttachedServer
| Name | Description | Schema | Default |
|---|---|---|---|
| id optional | 서버 id Example : 83c3c73d457345e3829ee6d5557c0011 | string | |
| type optional | 서버 유형 Example : BM | enum (BM, MNGC) |
16 - SimpleIdNameInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| name optional | 이름 Example : my_name | string |
17 - SnapshotSchedule
| Name | Description | Schema | Default |
|---|---|---|---|
| day_of_week optional | 요일 Example : MON | string | MON |
| frequency optional | 주기 DAILY | WEEKLY | NONE Example : DAILY |
| hour optional | 시간 Example : 18 | integer |
18 - TagModel
| Name | Description | Schema | Default |
|---|---|---|---|
| key optional | Tag key Example : my_tag_1 | any of [string, null] | |
| value optional | Tag value Example : my_value_1 | any of [string, null] |
19 - VolumeAttachmentRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments required | 서버 id, 유형 목록 | array[AttachmentListModel] |
20 - VolumeAttachmentResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments optional | 서버 id, 유형 목록 | array[AttachmentListModel] |
21 - VolumeCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments required | 서버 id, 유형 목록 | array[AttachmentListModel] | |
| disk_type required | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| name required | 볼륨명 Example : bs-01 | string | |
| size_gb required | 볼륨 용량(GB) Example : 10 | integer | |
| tags optional | 태그 | any of [array[TagModel], null] |
22 - VolumeCreateRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments required | 서버 id, 유형 목록 | array[AttachmentListModel] | |
| disk_type required | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| name required | 볼륨명 Example : bs-01 | string | |
| qos optional | 볼륨 QoS | QoSModel | |
| size_gb required | 볼륨 용량(GB) Example : 10 | integer | |
| tags optional | 태그 | any of [array[TagModel], null] |
23 - VolumeDetachRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments required | 연결해지 object id 목록 | array[string] |
24 - VolumeGroupCreationRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | 볼륨 그룹명 Example : vg-01 | string | |
| tags optional | 태그 | any of [array[TagModel], null] | |
| volume_ids required | 추가할 볼륨(Block Storage) id 목록 Example : ['17e0b4fd27784dfb843440ec08bdd148'] | array[string] |
25 - VolumeGroupInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| name optional | 볼륨 그룹명 Example : vg-01 | string |
26 - VolumeGroupListModel
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| created_at optional | 생성일시 Example : 2024-08-01T07:06:23.315Z | string (date-time) | |
| created_by optional | 생성자 Example : samsung-cloud-platform1@samsung.com | string | |
| id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string | |
| modified_at optional | 수정일시 Example : 2024-08-01T07:06:25.315Z | string (date-time) | |
| modified_by optional | 수정자 Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | 볼륨 그룹명 Example : vg-01 | string | |
| num_of_block_storages optional | 볼륨 수 Example : 2 | integer | 1 |
| purpose optional | 볼륨 그룹 구분 Example : ORG | string | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, AVAILABLE, DELETING, EDITING, DELETED, ERROR_DELETING, ERROR_EDITING, ERROR) |
27 - VolumeGroupListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| total_count optional | 총 개수 Example : 1 | integer | |
| volume_groups optional | 볼륨 그룹 목록 | array[VolumeGroupListModel] |
28 - VolumeGroupMemberRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| volume_ids required | 볼륨(Block Storage) id 목록 Example : ['13666d6c32d4456e8421f7768d0bf225'] | array[string] |
29 - VolumeGroupMemberResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string | |
| member_volumes optional | 멤버 볼륨 목록 | array[MemberVolume] |
30 - VolumeGroupModel
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| created_at optional | 생성일시 Example : 2024-08-01T07:06:23.315Z | string | |
| created_by optional | 생성자 Example : samsung-cloud-platform1@samsung.com | string | |
| has_origin optional | 원본 관계 존재 여부 Example : True | boolean | |
| has_replication optional | 복제 관계 존재 여부 Example : True | boolean | |
| id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string | |
| member_volumes optional | 멤버 볼륨 목록 | array[MemberVolumeWithRecoveryInfo] | |
| modified_at optional | 수정일시 Example : 2024-08-01T07:06:25.315Z | string | |
| modified_by optional | 수정자 Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | 볼륨 그룹명 Example : vg-01 | string | |
| purpose optional | 볼륨 그룹 구분 Example : ORG | enum (ORG, REPL, RECOVERY) | |
| recovery optional | 복제본 볼륨 그룹 정보 | RecoveryVolumeGroupInfo | |
| snapshot_schedule optional | 스냅샷 스케줄 | SnapshotSchedule | |
| so_storage_id optional | So 스토리지 id Example : 200 | integer | |
| so_volume_pool_id optional | So 볼륨풀 id Example : bm-01 | string | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, AVAILABLE, DELETING, EDITING, DELETED, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| storage_volume_group_name optional | So 볼륨 그룹명 Example : go02407310544da8aadc775f | string |
31 - VolumeGroupRecoveryCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| block_storage_name_prefix required | Block Storage명 접두사 Example : prefix- | string | |
| snapshot_id required | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string |
32 - VolumeGroupReplicationCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cycle required | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| name required | 복제본 볼륨 그룹명 Example : replica-vg-01 | string | |
| region required | 리전 Example : kr-west1 | string | |
| replication_volume_name_prefix required | 복제본 볼륨명 접두사 Example : dr | string |
33 - VolumeGroupReplicationDeleteResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| result optional | 결과 Example : | boolean |
34 - VolumeGroupReplicationSyncTabModel
| Name | Description | Schema | Default |
|---|---|---|---|
| related_volume_groups optional | 연관 볼륨 그룹 목록 | array[RelationVolumeGroupModel] | |
| sync_cycle optional | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| sync_state optional | 복제 상태 Example : SNAPMIRROED | string |
35 - VolumeGroupReplicationSyncTabResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| result optional | 볼륨 그룹 복제 정보 | VolumeGroupReplicationSyncTabModel |
36 - VolumeGroupReplicationUpdateCycleRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cycle required | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) |
37 - VolumeGroupReplicationUpdateCycleResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cycle optional | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| volume_group_id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string |
38 - VolumeGroupReplicationUpdatePolicyRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| policy required | 정책 Example : RESYNC | enum (RESYNC, BREAK) |
39 - VolumeGroupReplicationUpdatePolicyResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cycle optional | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| sync_state optional | 복제 상태 Example : SNAPMIRROED | string |
40 - VolumeGroupResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| result optional | 볼륨 그룹 상세 정보 | VolumeGroupModel |
41 - VolumeGroupSnapshotDeleteResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| volume_group_id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string |
42 - VolumeGroupSnapshotListModel
| Name | Description | Schema | Default |
|---|---|---|---|
| created_dt optional | 생성일시 Example : 2024-08-01T07:07:23.315Z | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| snapshot_name optional | 스냅샷 이름 Example : vo240812063154d4a6abf418e___snapshot-create-bm-blockstorage.2024-08-13_141932 | string |
43 - VolumeGroupSnapshotListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| is_snapshot_policy optional | 스냅샷 활성화 여부 Example : False | boolean | |
| snapshots optional | 스냅샷 목록 | array[VolumeGroupSnapshotListModel] | |
| volume_group_id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string |
44 - VolumeGroupSnapshotResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| snapshot_name optional | 스냅샷 이름 Example : vo240812063154d4a6abf418e___snapshot-create-bm-blockstorage.2024-08-13_141932 | string | |
| volume_group_id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string |
45 - VolumeGroupSnapshotRestoreResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| volume_group_id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string |
46 - VolumeGroupSnapshotScheduleRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| day_of_week optional | 요일(이 필드를 제외할 경우, 스케줄 주기가 DAILY로 설정됩니다.) Example : SUN | enum (SUN, MON, TUE, WED, THU, FRI, SAT) | |
| hour required | 시간 Example : 18 | integer |
47 - VolumeGroupSnapshotScheduleResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| day_of_week optional | 요일 Example : SUN | enum (SUN, MON, TUE, WED, THU, FRI, SAT) | |
| frequency optional | 주기 DAILY | WEEKLY | NONE Example : DAILY |
| hour optional | 시간 Example : 18 | integer | |
| volume_group_id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string |
48 - VolumeListModel
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments optional | 연결 서버 Example : [{'id': 'd7682135392e42489948c189e29011cc', 'name': 'baremetal-01'}] | array[object] | |
| created_at optional | 생성일시 Example : 2026-02-11T06:40:48.807Z | string (date-time) | |
| created_by optional | 생성자 Example : samsung-cloud-platform1@samsung.com | string | |
| disk_type optional | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| has_relation optional | 관계 존재 여부 Example : False | boolean | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| is_in_volume_group optional | 볼륨 그룹 소속 여부 Example : False | boolean | |
| is_snapshot_activated optional | 스냅샷 활성화 여부 Example : True | boolean | |
| iscsi_target_ips optional | iscsi ip 목록 Example : {'description': 'List of iscsi ips', 'example': ['172.30.4.3', '172.30.4.4']} | array[string] | |
| modified_at optional | 수정일시 Example : 2026-02-11T06:40:48.814Z | string (date-time) | |
| modified_by optional | 수정자 Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| purpose optional | 볼륨 구분 Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| size_gb optional | 볼륨 용량(GB) Example : 10 | integer | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| volume_group optional | 볼륨 그룹 Example : | object |
49 - VolumeListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| total_count optional | 총 개수 Example : 1 | integer | |
| volumes optional | 볼룸 목록 | array[VolumeListModel] |
50 - VolumeModel
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| attachments optional | 연결 서버 | array[AttachedServer] | |
| created_at optional | 생성일시 Example : 2024-08-01T07:06:23.315Z | string | |
| created_by optional | 생성자 Example : samsung-cloud-platform1@samsung.com | string | |
| disk_type optional | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| external_errors optional | 외부 호출 중 발생한 에러 | array[ExternalError] | |
| has_origin optional | 원본 관계 존재 여부 Example : True | boolean | |
| has_replication optional | 복제 관계 존재 여부 Example : True | boolean | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| is_encryption optional | 암호화 적용 여부 Example : True | boolean | |
| iscsi_target_ips optional | iscsi ip 목록 Example : ['172.30.4.3', '172.30.4.4'] | array[string] | |
| modified_at optional | 수정일시 Example : 2024-08-01T07:06:25.315Z | string | |
| modified_by optional | 수정자 Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| previous_state optional | 이전 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| purpose optional | 볼륨 구분 Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| recovery optional | 복구본 정보 | RecoveryInfo | |
| size_gb optional | 볼륨 용량(GB) Example : 10 | integer | |
| snapshot_rate optional | 스냅샷 용량 Example : 100 | integer | |
| snapshot_schedule optional | 스냅샷 스케줄 | SnapshotSchedule | |
| srn optional | SRN Example : srn:dev2::36827d9b643f46c2ae6bb7e63d633bfe:kr-west1::baremetal-blockstorage:volume/97cd36e3c1984c8cad3ec193aeda25e0 | string | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| storage_volume_name optional | 스토리지 볼륨명 Example : vo202407310544da8aadc775f | string | |
| volume_group optional | 볼륨 그룹 | VolumeGroupInfo |
51 - VolumeModelV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| attachments optional | 연결 서버 | array[AttachedServer] | |
| created_at optional | 생성일시 Example : 2024-08-01T07:06:23.315Z | string | |
| created_by optional | 생성자 Example : samsung-cloud-platform1@samsung.com | string | |
| disk_type optional | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| external_errors optional | 외부 호출 중 발생한 에러 | array[ExternalError] | |
| has_origin optional | 원본 관계 존재 여부 Example : True | boolean | |
| has_replication optional | 복제 관계 존재 여부 Example : True | boolean | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| is_encryption optional | 암호화 적용 여부 Example : True | boolean | |
| iscsi_target_ips optional | iscsi ip 목록 Example : ['172.30.4.3', '172.30.4.4'] | array[string] | |
| modified_at optional | 수정일시 Example : 2024-08-01T07:06:25.315Z | string | |
| modified_by optional | 수정자 Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| previous_state optional | 이전 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| purpose optional | 볼륨 구분 Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| qos optional | 볼륨 QoS | QoSModel | |
| recovery optional | 복구본 정보 | RecoveryInfo | |
| size_gb optional | 볼륨 용량(GB) Example : 10 | integer | |
| snapshot_rate optional | 스냅샷 용량 Example : 100 | integer | |
| snapshot_schedule optional | 스냅샷 스케줄 | SnapshotSchedule | |
| srn optional | SRN Example : srn:dev2::36827d9b643f46c2ae6bb7e63d633bfe:kr-west1::baremetal-blockstorage:volume/97cd36e3c1984c8cad3ec193aeda25e0 | string | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| storage_volume_name optional | 스토리지 볼륨명 Example : vo202407310544da8aadc775f | string | |
| volume_group optional | 볼륨 그룹 | VolumeGroupInfo |
52 - VolumeRecoveryCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | 복구 볼륨명 Example : recovery-volume | string | |
| snapshot_id required | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string |
53 - VolumeReplicationCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cycle required | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| name required | 복제본 볼륨 목록 Example : replica-bs-01 | string | |
| region required | 리전 Example : kr-west1 | string |
54 - VolumeReplicationCycleRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| cycle required | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) |
55 - VolumeReplicationCycleResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| cycle optional | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| volume_id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string |
56 - VolumeReplicationModel
| Name | Description | Schema | Default |
|---|---|---|---|
| related_volumes optional | 연관 볼륨 목록 | array[RelationVolumeModel] | |
| sync_cycle optional | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| sync_state optional | 복제 상태 Example : SNAPMIRROED | string |
57 - VolumeReplicationPolicyRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| policy required | 정책 Example : RESYNC | enum (RESYNC, BREAK) |
58 - VolumeReplicationPolicyResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| sync_cycle optional | 복제 주기 Example : 5MIN | enum (5MIN, HOURLY, DAILY, WEEKLY, MONTHLY) | |
| sync_state optional | 복제 상태 Example : SNAPMIRROED | string |
59 - VolumeReplicationResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| result optional | 볼륨 복제 정보 | VolumeReplicationModel |
60 - VolumeResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| result optional | 볼륨 상세 정보 | VolumeModel |
61 - VolumeResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| result optional | 볼륨 상세 정보 | VolumeModelV1Dot2 |
62 - VolumeSnapshotDeleteResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| volume_id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string |
63 - VolumeSnapshotListModel
| Name | Description | Schema | Default |
|---|---|---|---|
| created_dt optional | 생성일시 Example : 2024-08-01T07:07:23.315Z | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| snapshot_name optional | 스냅샷 이름 Example : vo240812063154d4a6abf418e___snapshot-create-bm-blockstorage.2024-08-13_141932 | string | |
| snapshot_size_mb optional | 스냅샷 크기(MB) Example : 0 | object |
64 - VolumeSnapshotListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| is_snapshot_policy optional | 스냅샷 활성화 여부 Example : False | boolean | |
| snapshot_capacity_mb optional | 스냅샷 크기(MB) Example : 0 | object | |
| snapshot_capacity_rate optional | 스냅샷 용량 비율 Example : 0 | object | |
| snapshot_total_usage optional | 스냅샷 총 사용량 Example : 0 | object | |
| snapshots optional | 스냅샷 목록 | array[VolumeSnapshotListModel] | |
| volume_id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string |
65 - VolumeSnapshotRateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| snapshot_rate required | 스냅샷 용량 Example : 100 | integer |
66 - VolumeSnapshotRateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| is_snapshot_activated optional | 스냅샷 활성화 여부 Example : True | boolean | |
| snapshot_rate optional | 스냅샷 용량 Example : 100 | integer | |
| volume_id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string |
67 - VolumeSnapshotResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| snapshot_name optional | 스냅샷 이름 Example : vo240812063154d4a6abf418e___snapshot-create-bm-blockstorage.2024-08-13_141932 | string | |
| volume_id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string |
68 - VolumeSnapshotRestoreResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| snapshot_id optional | 스냅샷 id Example : 05600123-6e78-11f0-a3f0-d039eab8d501 | string | |
| volume_id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string |
69 - VolumeSnapshotScheduleRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| day_of_week optional | 요일(이 필드를 제외할 경우, 스케줄 주기가 DAILY로 설정됩니다.) Example : SUN | enum (SUN, MON, TUE, WED, THU, FRI, SAT) | |
| hour required | 시간 Example : 18 | integer |
70 - VolumeSnapshotScheduleResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| day_of_week optional | 요일 Example : SUN | enum (SUN, MON, TUE, WED, THU, FRI, SAT) | |
| frequency optional | 주기 DAILY | WEEKLY | NONE Example : DAILY |
| hour optional | 시간 Example : 18 | integer | |
| volume_id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string |