Volume
Endpoints
- GETVolumes List
/api/v1/block_storage/ - POSTCreate Volume
/api/v1/block_storage/ - DELETEDelete Volume
/api/v1/block_storage/{block_id}/ - PUTAttach Volume to Node
/api/v1/block_storage/{block_id}/vm/attach/ - PUTDetach Volume to Node
/api/v1/block_storage/{block_id}/vm/detach/ - PUTUpgrade Volume
/api/v1/block_storage/{block_id}/vm/upgrade/ - GETSnahpshot List
/api/v1/block_storage/{block_id}/snapshot/ - POSTCreate Snapshot
/api/v1/block_storage/{block_id}/snapshot/ - PUTCreate Volume using snapshot
/api/v1/block_storage/{block_id}/restore/ - DELETEDelete Snapshot
/api/v1/block_storage/{block_id}/snapshot/{snapshot_id} - POSTImport Volume
/api/v1/block_storage/import/ - POSTExport Custom Volume
/api/v1/images/export-image/