续费高速通道
1.接口描述
调用RenewPeerConnect接口续费一个高速通道
2.请求参数
名称 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Action | String | 是 | 固定取值:RenewPeerConnect |
PeerConnectUUID | String | 是 | 高速通道标识 |
Period | Integer | 是 | 购买时长 |
ClientToken | String | 是 | 用于保证幂等性 |
BillingCycle | String | 是 | 计费周期 MONTH 月 |
3.返回数据
名称 | 类型 | 说明 |
---|---|---|
RequestId | String | 请求ID |
4.示例
请求示例
http://openapi.kaopuyun.com/?AccessKeyId=ix00000kmig1
&Action=RenewPeerConnect
&BillingCycle=MONTH
&ClientToken=114511
&Format=JSON
&PeerConnectUUID=p2c-5d000007z42q
&Period=1
&SignatureMethod=HMAC-SHA1
&SignatureNonce=f5f489d2-dd4f-42f8-95e3-472eef389791
&SignatureVersion=1.0
&Timestamp=2024-06-04T09%3A57%3A42Z
&Version=2014-05-26
&Signature=ai5NWYiDmCfBTW3dU23%2FwvY6TfE%3D
正常返回示例
{
"RequestId": "6175d280-2259-11ef-a81c-d24bbf2655d0"
}
5.错误码
错误码 | 错误信息 |
---|---|
AccountBalanceNotEnough | 账户余额不足 |
AccountNotRealNameAuth | 账户未实名认证 |
ProdResourceConfigNotFound | 资源配置信息不存在 |
ResourceOwnerIdError | 资源所属用户错误 |
RenewPeerConnectMonitorDataFail | 续费高速通道列表失败:xxx |
MissingParameter | Period参数不能为空 |
MissingParameter | BillingCycle参数不能为空 |
MissingParameter | PeerConnectUUID参数不能为空 |
ValueNotSupported | BillingCycle参数不合法 |