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