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

ModifyCenBandwidthPackageAttributes

最近更新时间2024.04.22 17:42:04

首次发布时间2022.04.28 07:28:31

调用 ModifyCenBandwidthPackageAttributes 接口,修改带宽包实例的基本信息。

调试

请求参数

参数名称
类型
是否必选
示例值
描述
ActionStringModifyCenBandwidthPackageAttributes要执行的操作,取值为ModifyCenBandwidthPackageAttributes。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
CenBandwidthPackageIdStringcbp-4c2zaavbvh5fx****带宽包的实例ID。您可以调用DescribeCenBandwidthPackages接口获取带宽包ID。

CenBandwidthPackageName

String

cbp-test

带宽包实例的新名称。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:点号 (.) 、下划线 (_) 和中划线 (-) 。
  • 长度限制为1 ~ 128个字符。
  • 不更改该参数时,保持原有名称。

Description

String

namedesc

带宽包的描述。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不更改该参数时,保持原有描述。

Bandwidth

Integer

100

带宽包实例新的带宽峰值。取值范围为2~10000,单位为Mbps。

说明

传入的带宽值应不小于已分配域间带宽的大小。

返回参数

参数名称
类型
示例值
描述
RequestIdString2021081115253901022514606****请求ID。

请求示例

GET /?Action=ModifyCenBandwidthPackageAttributes&Version=2020-04-01&CenBandwidthPackageId=cbp-4c2zaavbvh5fx****&Bandwidth=100 HTTP/1.1
Host: open.volcengineapi.com
Service: cen
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021081115253901022514606****",
        "Action": "ModifyCenBandwidthPackageAttributes",
        "Version": "2020-04-01",
        "Service": "cen",
        "Region": "cn-beijing"
    },
    "Result": {}
}

错误码

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

HttpCode错误码错误信息描述
400InvalidName.MalformedThe specified name is malformed. Ensure the maximum length of name is 128.指定的名称格式不合法,名称长度不能超过128个字符。
400InvalidName.MalformedThe specified name is malformed.指定的名称格式不合法,请修复名称格式后重试。
400InvalidDescription.MalformedThe specified description is malformed. Ensure the maximum length of description is 255.指定的描述格式不合法,描述长度不能超过255个字符。
400InvalidDescription.MalformedThe specified description is malformed.指定的描述格式不合法,请修复描述格式后重试。
400InvalidCenBandwidthPackage.BandwidthNotEnoughSpecified bandwidth is not enough for current inter region bandwidths.指定的带宽值无法满足当前域间带宽使用。
400InvalidCenBandwidthPackage.InvalidStatusSpecified CEN bandwidth package is being operated now.指定的带宽包所处状态无法响应该请求,请稍后重试。
400LimitExceeded.BandwidthOfBandwidthPackageSpecified bandwidth exceeds the range of bandwidth package.指定的带宽超出带宽包取值范围。
400UnsupportedOperationThe request on the specified bandwidth package is denied because the bandwidth package is expired.指定带宽包已过期,不支持当前操作。
400UnsupportedOperationThe payment failed due to the account balance is not enough for this order.账户余额不足,订单支付失败。
400FailedOperationFailed to obtain CEN bandwidth package billing information.获取带宽包计费信息失败。
400OrderErrorFailed to create an order.下单失败。
400UnsupportedOperationThe specified request is denied because the type of bandwidth package is POC.指定的带宽包为测试带宽包,暂不支持此操作。
400InvalidCenCrossBorderBandwidthPackage.FrozenStatusThe specified request is denied because your account has been frozen for cross-border. Please wait for the Service Provider to unfreeze it.您的账号当前处于跨境封停状态,请等待运营商解封后再进行操作。
400InvalidBandwidthPackage.OrderConflictThe specified Bandwidth package has unpaid order.指定的带宽包存在未支付的订单,请先完成上个订单的支付或等待24h超时。
404InvalidCenBandwidthPackage.NotFoundThe bandwidth package of the specified geographic regions does not exist.指定的带宽包不存在。
409InvalidCen.InvalidStatusThe specified CEN instance is not in the correct status for the request.指定的云企业网实例所处的状态无法响应该请求,请稍后再试。