最近更新时间: 2019-11-22 18:05:14
POST /v2/cinder/{projectName}/volumes 请求body
POST /v2/cinder/{projectName}/volumes
{ "size": 10, "name": "test", "description": "volume for test", "snapshot_id": "", "metadata": { "fs_type": "xfs" } }
返回
{ "Code": 0, "Message": "xxx", }