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

ModifyCenInterRegionBandwidthAttributes

最近更新时间2024.01.12 10:22:13

首次发布时间2022.07.01 08:33:53

调用ModifyCenInterRegionBandwidthAttributes接口,修改指定域间带宽的带宽大小。

使用说明

加入到同一带宽包中的总域间带宽之和不得超过带宽包上限。

请求参数

名称类型是否必选示例值描述
ActionStringModifyCenInterRegionBandwidthAttributes要执行的操作,取值为ModifyCenInterRegionBandwidthAttributes。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
InterRegionBandwidthIdStringcirb-3tex2x1cwd4c6c0v****云企业网域间带宽的ID。您可以调用DescribeCenInterRegionBandwidths接口获取域间带宽ID。
BandwidthInteger1000云企业网域间带宽的带宽峰值,单位为Mbps。取值不能超过所属带宽包可分配的带宽大小。

返回数据

名称类型示例值描述
RequestIdString202111161611080102121461940900****请求ID。

请求示例

GET /?Action=ModifyCenInterRegionBandwidthAttributes&Version=2020-04-01&InterRegionBandwidthId=cirb-3tex2x1cwd4c6c0v****&Bandwidth=1000 HTTP/1.1
Host: open.volcengineapi.com
Service: cen
Region: cn-beijing

返回示例

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

错误码

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

HttpCode错误码错误信息描述
400LimitExceeded.InterRegionBandwidthThe specified inter-region bandwidth exceeds the lower limit.指定的带宽大小超出域间带宽最小限制。
400LimitExceeded.InterRegionBandwidthThe specified inter-region bandwidth exceeds the range of bandwidth package.指定的域间带宽大小超出带宽包可分配的带宽。
400UnsupportedOperationThe request on the specified bandwidth package is denied because the bandwidth package is expired.指定带宽包已过期,不支持当前操作。
400InvalidCenCrossBorderBandwidthPackage.FrozenStatusThe specified request is denied because your account has been frozen for cross-border. Please wait for the Service Provider to unfreeze it.您的账号当前处于跨境封停状态,请等待运营商解封后再进行操作。
404InvalidInterRegionBandwidth.NotFoundThe specified inter-region bandwidth does not exist.指定的域间带宽不存在。
409InvalidCen.InvalidStatusThe specified CEN instance is not in the correct status for the request.指定的云企业网实例所处的状态无法响应该请求,请稍后再试。