调用 CreateCenInterRegionBandwidth 接口,为指定云企业网实例分配域间带宽。
加入到同一带宽包中的总域间带宽之和不得超过带宽包上限。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateCenInterRegionBandwidth | 要执行的操作,取值为CreateCenInterRegionBandwidth。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
CenId | String | 是 | cen-7qthudw0ll6jmc**** | 云企业网实例的ID。 |
LocalRegionId | String | 是 | cn-beijing | 本端地域的ID。 |
CenBandwidthPackageId | String | 否 | cbp-bp1o94dp5**** | 带宽包ID。
|
PeerRegionId | String | 是 | cn-shanghai | 对端地域的ID。 |
Bandwidth | Integer | 是 | 1000 | CEN域间带宽的带宽峰值,单位为Mbps。取值不能超过所属带宽包可分配的带宽大小。 |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
InterRegionBandwidthId | String | cirb-3tex2x1cwd4c6c0v**** | CEN域间带宽的ID。 |
GET /?Action=CreateCenInterRegionBandwidth&Version=2020-04-01&CenId=cen-7qthudw0ll6jmc****&LocalRegionId=cn-beijing&PeerRegionId=cn-shanghai&Bandwidth=1000 HTTP/1.1 Host: open.volcengineapi.com Service: cen Region: cn-beijing
{ "ResponseMetadata": { "RequestId": "20211222122528010225****", "Action": "CreateCenInterRegionBandwidth", "Version": "2020-04-01", "Service": "cen", "Region": "cn-beijing" }, "Result": { "InterRegionBandwidthId": "cirb-3tex2x1cwd4c6c0v****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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 | InvalidInterRegionBandwidth.BandwidthPackageNotFound | No bandwidth package exists between given regions. | 指定的互通地域之间未创建带宽包。 |
400 | InvalidInterRegionBandwidth.CenMissmatch | The associated cen of specified inter-region bandwidth and bandwidth package are different. | 指定的域间带宽与带宽包关联的云企业网不一致。 |
400 | InvalidInterRegionBandwidth.CenMissmatch | The associated cen of specified inter-region bandwidth and bandwidth package are different. | 指定的域间带宽与带宽包关联的云企业网不一致。 |
400 | InvalidInterRegionBandwidth.Conflict | The specified bandwidth between local region and peer region exists. | 指定的互通地域之间已经存在域间带宽。 |
400 | InvalidInterRegionBandwidth.GeographicRegionSetIDMissmatch | The regions of specified inter-region bandwidth do not match the geographic region set ID of the bandwidth package. | 指定域间带宽的互通地域与带宽包的互通区域不匹配。 |
400 | InvalidLocalRegionId.Conflict | The specified LocalRegionId and PeerRegionId are the same. | 指定的本端地域和对端地域相同。 |
400 | InvalidParameter | A parameter specified in the request is not valid, is unsupported or cannot be used. | 该请求传入了非法或不支持的参数。 |
400 | LimitExceeded.InterRegionBandwidth | The specified inter-region bandwidth exceeds the range of bandwidth package. | 指定的域间带宽大小超出带宽包可分配的带宽。 |
400 | LimitExceeded.InterRegionBandwidth | The specified inter-region bandwidth exceeds the lower limit. | 指定的带宽大小超出域间带宽最小限制。 |
400 | LimitExceeded.PhysicalLineBandwidth | You’ve reached the bandwidth limit on the number of physical line. | 已达到物理线路可分配带宽上限。 |
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. | 指定带宽包欠费关停,不支持当前操作。 |
404 | InvalidCen.NotFound | The specified CEN does not exist. | 指定的云企业网实例不存在。 |
404 | InvalidCenBandwidthPackage.NotFound | The bandwidth package of the specified geographic regions does not exist. | 指定的带宽包不存在。 |
404 | InvalidLocalRegionId.NotFound | The specified LocalRegionId does not exist. | 指定的本端地域不存在。 |
404 | InvalidPeerRegionId.NotFound | The specified PeerRegionId does not exist. | 指定的对端地域不存在。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |
409 | InvalidCen.InvalidStatus | The specified CEN instance is not in the correct status for the request. | 指定的云企业网实例所处的状态无法响应该请求,请稍后再试。 |