You need to enable JavaScript to run this app.
导航

ModifyTransitRouterBandwidthPackageAttributes

最近更新时间2024.01.10 10:46:58

首次发布时间2023.09.12 10:21:32

调用 ModifyTransitRouterBandwidthPackageAttributes 接口,修改指定中转路由器带宽包的基本信息。

请求参数

名称类型是否必选示例值描述
ActionStringModifyTransitRouterBandwidthPackageAttributes要执行的操作,取值为ModifyTransitRouterBandwidthPackageAttributes。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
TransitRouterBandwidthPackageIdStringtr-bp-4c2zaavbvh5f42****中转路由器带宽包的ID。您可以调用DescribeTransitRouterBandwidthPackages接口获取带宽包ID。

TransitRouterBandwidthPackageName

String

trbp-test

中转路由器带宽包的名称。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:点号 (.) 、下划线 (_) 和短划线 (-) 。
  • 长度限制为1 ~ 128个字符。
  • 不传入该参数或该参数不传入数值时,表示保持原有配置不变。

Description

String

namedesc

中转路由器带宽包的描述。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不传入该参数或该参数不传入数值时,表示保持原有配置不变。
BandwidthInteger2中转路由器带宽包的带宽峰值。取值范围为2 ~ 10000,单位为Mbps。

返回参数

名称类型示例值描述
RequestIdString0ED8D006-F706-4D23-88ED-E11ED28D****请求ID。

请求示例

GET /?Action=ModifyTransitRouterBandwidthPackageAttributes&Version=2020-04-01&TransitRouterId=tr-7qthudw0ll6jmc****&Bandwidth=3 HTTP/1.1
Host: open.volcengineapi.com
Service: transitrouter
Region: cn-guangzhou

返回示例

{
    "ResponseMetadata": {
        "RequestId": "0ED8D006-F706-4D23-88ED-E11ED28D****",
        "Action": "ModifyTransitRouterBandwidthPackageAttributes",
        "Version": "2020-04-01",
        "Service": "transitrouter",
        "Region": "cn-guangzhou"
    },
    "Result": {}
}

错误码

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

HttpCode错误码错误信息描述
400FailedOperationFailed to obtain TransitRouter bandwidth package billing information.获取带宽包计费信息失败。
400InvalidDescription.MalformedThe specified description is malformed.指定的描述格式不合法,请修复描述格式后重试。
400InvalidDescription.MalformedThe specified description is malformed. Ensure the maximum length of description is 255.指定的描述格式不合法,描述长度不能超过255个字符。
400InvalidName.MalformedThe specified name is malformed. Ensure the maximum length of name is 128.指定的名称格式不合法,名称长度不能超过128个字符。
400InvalidName.MalformedThe specified name is malformed.指定的名称格式不合法,请修复名称格式后重试。
400InvalidTransitRouterBandwidthPackage.InvalidStatusThe specified TransitRouter bandwidth package is being operated now.指定的带宽包所处状态无法响应该请求,请稍后重试。
400LimitExceeded.BandwidthOfBandwidthPackageThe specified bandwidth exceeds the bandwidth limit of Transit Router bandwidth package.指定的带宽超出带宽包取值范围。
400OrderErrorFailed to create an order.下单失败。
400UnsupportedOperationThe payment failed due to the account balance is not enough for this order.账户余额不足,订单支付失败。
400UnsupportedOperation.ExpiredStatusThe request on the specified bandwidth package is denied because the bandwidth package is expired.指定带宽包已过期,不支持当前操作。
400UnsupportedOperation.BandwidthScaleDownTransitRouter bandwidth package dose not support being scale down.暂不支持带宽包降配。
400InvalidTransitRouterBandwidthPackage.BandwidthNotEnoughSpecified bandwidth is not enough for current inter region bandwidths.指定的带宽值无法满足当前域间带宽使用。
400InvalidTransitRouterCrossBorderBandwidthPackage.FrozenStatusThe specified request is denied because your account has been frozen for cross-border. Please wait for the Service Provider to unfreeze it.您的账号当前处于跨境封停状态,请等待运营商解封后再进行操作。
400UnsupportedOperation.ActionOnPocPackageThe specified request is denied because the type of bandwidth package is POC.指定的带宽包为测试带宽包,暂不支持此操作。
404InvalidTransitRouterBandwidthPackage.NotFoundThe specified bandwidth package id does not exist.指定的带宽包不存在。