调用 ModifyCenBandwidthPackageAttributes 接口,修改带宽包的名称、描述和带宽上限。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyCenBandwidthPackageAttributes | 要执行的操作,取值为ModifyCenBandwidthPackageAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
CenBandwidthPackageId | String | 是 | cbp-4c2zaavbvh5fx**** | 带宽包的实例ID。 |
CenBandwidthPackageName | String | 否 | cbp-test | 带宽包的名称。
|
Description | String | 否 | namedesc | 带宽包的描述。
|
Bandwidth | Integer | 否 | 100 | 带宽包的带宽上限。取值范围为2~10000,单位为Mbps。 说明 传入的带宽值应不小于已分配域间带宽的大小。 |
本接口无特有的返回参数。更多信息请见返回结构。
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 | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | FailedOperation | Failed to obtain CEN bandwidth package billing information. | 获取带宽包计费信息失败。 |
400 | InvalidBandwidthPackage.OrderConflict | The specified Bandwidth package has unpaid order. | 指定的带宽包存在未支付的订单,请先完成上个订单的支付或等待24h超时。 |
400 | InvalidCenBandwidthPackage.BandwidthNotEnough | Specified bandwidth is not enough for current inter region bandwidths. | 指定的带宽值无法满足当前域间带宽使用。 |
400 | InvalidCenBandwidthPackage.InvalidStatus | Specified CEN bandwidth package is being operated now. | 指定的带宽包所处状态无法响应该请求,请稍后重试。 |
400 | InvalidCenCrossBorderBandwidthPackage.FrozenStatus | The specified request is denied because your account has been frozen for cross-border. Please wait for the Service Provider to unfreeze it. | 您的账号当前处于跨境封停状态,请等待运营商解封后再进行操作。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法,请修复描述格式后重试。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法,描述长度不能超过255个字符。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法,请修复名称格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法,名称长度不能超过128个字符。 |
400 | InvalidWhiteList.AccountNotFound | Specific account does not exist in white list. | 指定的账号在白名单中不存在。 |
400 | LimitExceeded.BandwidthOfBandwidthPackage | Specified bandwidth exceeds the range of bandwidth package. | 指定的带宽超出带宽包取值范围。 |
400 | OrderError | Failed to create an order. | 下单失败。 |
400 | UnsupportedOperation | The payment failed due to the account balance is not enough for this order. | 账户余额不足,订单支付失败。 |
400 | UnsupportedOperation | The request on the specified bandwidth package is denied because the bandwidth package is expired. | 指定带宽包已过期,不支持当前操作。 |
400 | UnsupportedOperation | The request on the specified bandwidth package is denied because the bandwidth package is shut down due to arrears. | 指定带宽包欠费关停,不支持当前操作。 |
400 | UnsupportedOperation | The specified request is denied because the type of bandwidth package is POC. | 指定的带宽包为测试带宽包,暂不支持此操作。 |
400 | UnsupportedOperation | The request on the specified instance is denied due to the account in arrears status. | 因账户处于欠费状态,对于该实例的操作请求被拒绝。 |
400 | UnsupportedOperation.BandwidthScaleDown | Specified bandwidth value cannot be less than current value. | 暂不支持带宽包降配。 |
404 | InvalidCenBandwidthPackage.NotFound | The bandwidth package of the specified geographic regions does not exist. | 指定的带宽包不存在。 |
409 | InvalidCen.InvalidStatus | The specified CEN instance is not in the correct status for the request. | 指定的云企业网实例所处的状态无法响应该请求,请稍后再试。 |