硅云帮助文档中心
搜索文档
热门搜索词:
产品简介
产品定价
入门指南
经典案例
快照
常见问题
知识拓展
名词解释
API参考
扩容实例
扩容实例,此接口会自动从用户余额中扣除扩容实例所需的费用,此接口不能扩容随服务器续费的磁盘
/ncs-server/api/v1/disk/renew
POST
字段 | 类型 | 最大长度 | 参数位置 | 默认必填 | 描述 |
instanceId | string | 32 | RequestBody | 实例id | |
resizeSize | int | 10 | RequestBody | 要扩容到多大,只能往大扩 | |
idempotent | string | 64 | RequestBody | 选填 | 幂等Id,防止扩容成功但超时的情况,当传递相同的idempotent时,无论调用多少次,只会扩容成功一次,如要传递,请确保唯一性,否则将出现意料之外的情况,会和新购续费冲突 |
POST /ncs-server/api/v1/disk/resize HTTP/1.1 Content-Type: application/json request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: 1c52fd17b7c65d70d424fac55ebc6ee10e782c6a2f95fe02015b070a9f4f6f95 Content-Type: application/json { "instanceId": "disk-3hdnwe228s223", "resizeSize": 16, "idempotent": "54321" }
data 返回为已支付的支付订单
{ "status": 2000, "message": "success", "data": "1706473829073420289" }
您对该文档有什么建议?
本文导航