创建云硬盘v3 响应参数 参数 参数类型 说明 示例 下级对象 statusCode Integer 状态码。可能值: 800:请求成功。 900:请求失败。 error String 错误码。 message String 提示信息。 returnObj Object 返回数据对象 returnObj 表 returnObj 参数 参数类型 说明 示例 下级对象 submitted Boolean 是否提交成功(仅创建单独付费云硬盘有效)。 errorMessage String 错误信息(仅创建单独付费云硬盘有效)。 newOrderNo String 订单号(仅创建单独付费云硬盘有效)。 newOrderId String 订单id(仅创建单独付费云硬盘有效)。 totalPrice String 总价格(仅创建单独付费云硬盘有效)。 operations Array of Objects 创建云硬盘操作列表。可用于查询操作状态和新建云硬盘ID(相关接口:异步操作查询操作详情)。 operations 表 operations 参数 参数类型 说明 示例 下级对象 operationId String 操作ID。 枚举参数 无 请求示例 请求url 请求头header 无 请求体body { "billMode":"Cycle", "cycleType":3, "cycleCnt":1, "autoPay":true, "volumeName":"cvtest", "diskType":"uhio", "count":1, "volumeSize":40, "encryption":false, "vpcOid":"xxxxxxxxxxx", "resourcePackOid":"xxxxxxxxxx" }