用户续费后,云市场会调用该SPI,更新实例的到期日期。
参数
参数 | 必选 | 类型及范围 | 说明 |
---|---|---|---|
action | true | String | 固定值:renewInstance |
instanceId | true | String | 实例 ID |
orderId | true | String | 云市场订单 ID |
expiredOn | true | DateTime | 过期时间(yyyy-MM-dd HH:mm:ss) |
token | true | String | 安全令牌 |
返回值
参数 | 必选 | 类型及范围 |
---|---|---|
success | true | Boolean |
调用示例
http://example.aliyundoc.com?token=9b7dfb7b363fb2380896f24a34a9d6c9&action=renewInstance&instanceId=1&orderId=205060317920890&expiredOn=2013-01-01 01:01:01
返回示例
{
"success": "true"
}