VolumeShowResponseV1Dot2
VolumeShowResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| bootable required | Bootable Example : False | boolean | |
| created_at required | Created at Example : | string (date-time) | |
| encrypted required | Encrypted Example : True | boolean | |
| id required | Volume ID Example : 3f500f00-ed80-4566-a057-e31760226f9a | string | |
| max_iops optional | The number of distinct read or write operations a volume can process in a single second. Example : 10000 | any of [integer, null] | |
| max_throughput optional | The actual amount of data (volume) transferred to or from the storage device per second. Example : 500 | any of [integer, null] | |
| modified_at optional | Modified at Example : 2025-07-26T12:00:00Z | any of [string (date-time), null] | |
| multiattach required | Connect to two or more servers, no restriction on the number of connected servers per volume, and Virtual Server can connect up to 26 volumes. Example : False | boolean | |
| name optional | Volume name Example : volume01 | any of [string, null] | |
| servers required | Attached servers | array[VolumeServer] | |
| size required | Volume size Example : 104 | integer | |
| snapshot_id optional | Snapshot ID Example : cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 | any of [string, null] | |
| state required | Volume state Example : available | string | |
| user_id required | User ID Example : 570907805e5447be84b618450ef52o0t | string | |
| volume_image_metadata optional | Volume Image metadata | any of [VolumeImageMetadataResponse, null] | |
| volume_type required | Volume type Example : SSD | string | |
| volume_type_id required | Volume type ID Example : c643ac35-3aec-43e6-b97a-3d6f666c5207 | string |