You need to enable JavaScript to run this app.
导航
ModifyInstanceChargeType - 变更实例的计费类型
最近更新时间:2024.09.26 15:55:17首次发布时间:2023.03.30 19:59:25

调用 ModifyInstanceChargeType 接口变更实例的计费类型。

使用说明

此接口用于变更实例的计费类型,目前仅支持按量计费实例转为包年包月实例。此操作对实例的运行不会有任何影响。

说明

  • Kafka 实例的状态为“运行中”。
  • 按量计费转包年包月时,您需要结算此按量计费实例的账单,并预付包年包月的金额。请确保账户中余额充足。
  • 目前仅支持按量计费转包年包月,操作前请确认实例的计费方式为“按量计费”。
  • 接口调用成功后,计费类型的调整预计在 30 秒内生效,请耐心等待。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

ModifyInstanceChargeType

要执行的操作,取值:ModifyInstanceChargeType。

Version
String

2022-05-01

API的版本,取值:2022-05-01。

ChargeInfo
Object

--

变更后的计费类型。

InstanceId
String

kafka-cnngtp9xoxao****

实例 ID。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
OrderId
String

order-712089661643355****

订单 ID。

请求示例

POST /?Action=ModifyInstanceChargeType&Version=2022-05-01 HTTP/1.1
Content-Type: application/json
Host: kafka.volcengineapi.com
X-Date: 20210328T100802Z
Authorization: HMAC-SHA256 Credential=AK********/20210328/cn-beijing/Kafka/request, SignedHeaders=x-date, Signature=********

{
  "InstanceId": "kafka-cnng3s31v076****",
  "ChargeInfo": {
    "ChargeType": "PrePaid",
    "AutoRenew": true,
    "PeriodUnit": "Month",
    "Period": 9
  }
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202302271903349B56E707EFFA7E695001",
        "Action": "ModifyInstanceChargeType",
        "Version": "2022-05-01",
        "Service": "Kafka",
        "Region": "cn-beijing"
    },
    "Result": {
        "OrderId": "Order720478887683310****"
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
OperationDenied.ChargeTypeIsPrepaid
It's forbidden to release a prepaid instance within validity period.

不支持在合同期内删除实例。

400
Forbidden.Authentication
This operation is forbidden by Realname Authentication system.

账户未实名认证。

400
OperationDenied.InstanceClosed
The operation is not permitted due to the instance has overdue or expired.

当前实例已关停,无法执行该操作。

400
InvalidParameter
The specified parameter is not valid.

参数值无效。

400
OperationDenied.InvalidRequest
The request that you specified is not valid.

请求异常,请检查后重试。

400
Insufficient.Balance
The account balance is insufficient.

您的账户余额不足。

400
OperationDenied.InstancePrepaid
The operation is not permitted due to the instance charge type is prepaid.

当前实例计费类型是预付费,无法执行该操作。

400
OperationDenied.ExistCreatingOrder
The operation is not permitted due to exist creating instance order.

已存在创建中的订单,无法执行该操作。

400
InvalidParameter.Unsupported
The specified parameter %s is not supported.

不支持%s参数。

400
InvalidParameter.Malformed
The specified parameter %s is Malformed.

%s参数不符合规范。

400
InstanceOrderCreateFailed
Create instance order failed.

创建订单失败。

403
OperationDenied.AccountNotAuthorized
You are not authorized to perform this operation.

您不具备相关权限 ,请授权或切换账号后重试。

403
OperationDenied.InvalidInstanceStatus
The operation is not valid for the current status of the instance.

当前实例状态不允许执行该操作。

404
InvalidInstanceId.NotFound
The specified Instance ID does not exist.

实例不存在。

404
InvalidInstance.NotFound
The specified instance does not exist.

该实例不存在。

500
InternalError
The request failed due to some unknown error, exception or failure.

内部错误,请稍后重试。