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

CreateCenBandwidthPackage

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

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

调用CreateCenBandwidthPackage接口,创建一个带宽包实例。

使用说明

  • a.N.b类型的参数中,“N”表示标签信息的序号,需按照数字顺序从1开始填写,单次调用数量上限20个。多个标签之间使用&分隔。
  • 参数LocalGeographicRegionSetIdPeerGeographicRegionSetId不能同时设置为“Asia”。

请求参数

参数名称类型是否必选示例值
描述
ActionStringCreateCenBandwidthPackage要执行的操作,取值为CreateCenBandwidthPackage。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。

LocalGeographicRegionSetId

String

China

云企业网互通的本端地理区域ID。取值如下:

  • China:中国大陆。
  • Asia:亚太。

PeerGeographicRegionSetId

String

China

云企业网互通的对端地理区域ID。取值如下:

  • China:中国大陆。
  • Asia:亚太。
BandwidthInteger2带宽包实例的带宽峰值。取值范围为2 ~ 10000,单位为Mbps,默认值为2Mbps。

CenBandwidthPackageName

String

cbp-test

带宽包的名称。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:点号 (.) 、下划线 (_) 和中划线 (-) 。
  • 长度限制为1 ~ 128个字符。
  • 不传入该参数或该参数不传入数值时,默认为带宽包实例ID。

Description

String

namedesc

带宽包的描述。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不传入该参数或该参数不传入数值时,默认为空字符串。
CenIdStringcen-7qthudw0ll6jmc****需要绑定的云企业网实例ID。您可以调用DescribeCens接口获取云企业网实例ID。

BillingType

Integer

1

带宽包实例的计费类型。取值如下:

  • 1(默认值):包年包月。

PeriodUnit

String

Month

带宽包实例的计费周期。取值如下:

  • Month(默认值):按月计费。
  • Year:按年计费。

Period

Integer

1

带宽包实例的购买时长,默认值为1。取值如下:

  • 当参数PeriodUnit取值为Month时,取值范围为1~9,12,24和36。
  • 当参数PeriodUnit取值为Year时,取值范围为1~3。

ClientToken

String

123e4567-e89b-12d3-a456-42665544****

客户端Token,用于保证请求的幂等性。

  • 该参数值由客户端自动生成,确保不同请求的取值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
  • 取值仅支持ASCII字符,最大不超过64个字符。
  • 未指定该参数值时,不进行幂等校验。
ProjectNameStringdefault带宽包所属项目的名称。
不传入该参数或该参数不传入数值时,默认为default。

Tags.N.Key

String

Tags.1.Key=k1&Tags.2.Key=k2

带宽包用户标签的标签键。

  • 长度限制为1~128个字符。
  • 大小写敏感,不能以volc:的任意大小写组合开头。
  • 不能以空格开头或结尾。
  • 允许包含字母、数字、空格()、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、减号(-)和@。

同一资源的标签键不允许重复。每个标签键只能对应一个标签值。

Tags.N.Value

String

Tags.1.Value=v1&Tags.2.Value=v2

带宽包用户标签的标签值。

  • 长度限制为0~256个字符。
  • 大小写敏感,不能以空格开头或结尾。
  • 允许包含字母、数字、空格()、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、减号(-)和@。

如果传入该参数,则必须先传入Tags.N.Key

返回参数

名称类型示例值
描述
RequestIdString2021081115253901022514606****请求ID。
CenBandwidthPackageIdStringcbp-4c2zaavbvh5fx****带宽包实例ID。

请求示例

GET /?Action=CreateCenBandwidthPackage&Version=2020-04-01&LocalGeographicRegionSetId=China&PeerGeographicRegionSetId=China&CenBandwidthPackageName=cbp-test&Description=namedesc&CenId=cen-7qthudw0ll6jmc**** HTTP/1.1
Host: open.volcengineapi.com
Service: cen
Region: cn-beijing

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021081115253901022514606****",
        "Action": "CreateCenBandwidthPackage",
        "Version": "2020-04-01",
        "Service": "cen",
        "Region": "cn-beijing"
    },
    "Result": {
        "CenBandwidthPackageId": "cbp-4c2zaavbvh5fx****"
    }
}

错误码

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

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.BillingTypeMalformedThe specified BillingType is invalid.指定的计费类型无效。
400InvalidCenBandwidthPackage.PeriodUnitMalformedSpecified PeriodUnit is invalid.指定的计费周期无效。
400InvalidCenBandwidthPackage.PeriodMalformedSpecified Period is invalid.指定的购买时长无效。
400QuotaExceeded.CenBandwidthPackageYou've reached the limit on the number of CEN bandwidth packages that you can create.已达到可创建带宽包实例数量的配额上限。
400QuotaExceeded.CenAttachedInstanceYou've reached the number of instances can be attached to CEN in one region.已达到云企业网实例在该地域中可加载的网络实例数量的配额上限。
400LimitExceeded.BandwidthOfBandwidthPackageSpecified bandwidth exceeds the range of bandwidth package.指定的带宽超出带宽包取值范围。
400OrderErrorFailed to create an order.下单失败。
400UnsupportedOperationThe request on the specified instance is denied due to the account in arrears status.因账户处于欠费状态,对于该实例的操作请求被拒绝。
400UnsupportedOperationThe payment failed due to the account balance is not enough for this order.账户余额不足,订单支付失败。
400IdempotentParameterMismatchArguments on this idempotent request are inconsistent with arguments used in previous request(s).此幂等请求的参数与前一个请求中使用的参数不一致。
400InvalidParameter.ClientTokenMalformedThe specified parameter ClientToken is malformed.指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。
400InvalidTagKey.MalformedThe specified parameter tag key is invalid.标签键不合法。
400InvalidTagValue.MalformedThe specified parameter tag value is invalid.标签值不合法。
400LimitExceeded.TagsYou've reached the limit on the number of tags that you can operate at a time.已达到单次可操作标签数量的上限。
400InvalidTag.DisorderThe specified index order of tag is malformed.指定标签的索引顺序参数格式不合法。
400InvalidBandwidthPackageRegionSetId.NotSupportedThe specified inter region set Asia-Pacific to Asia-Pacific is not supported.暂不支持从亚太到亚太的带宽包。
400UnsupportedOperationThe specified Interconnecting geographical regions don't support auto renewal. You can do manually renewal within the time period that you signed with service provider.指定的带宽包互通区域不支持在火山平台开启自动续费。可以控制台手动续期,续期时间不得超过您和运营商签约的服务时间。
400InvalidCenCrossBorderBandwidthPackage.FrozenStatusThe specified request is denied because your account has been frozen for cross-border. Please wait for the Service Provider to unfreeze it.您的账号当前处于跨境封停状态,请等待运营商解封后再进行操作。
400InvalidCenCrossBorderBandwidthPackage.UnactivatedStatusThe specified request is denied because your account has not been activated for cross-border. Please contact the Service Provider to activate it.您的账号暂未开通跨境互通能力,无法创建跨境带宽包。请联系运营商为您开通权限。
400UnsupportedOperationThe specified time period has exceeded the service period you signed with the Service Provider.指定的购买时长已超过您和联通签约的服务时长。
403Forbidden.CreateCrossBorderBandwidthPackageYou can not create cross border bandwidth package due to have not passed cross-border audit yet.未通过跨境资格审核,无法创建跨境带宽包。
404InvalidProject.NotFoundThe specified Project does not exist.指定的项目不存在。
404InvalidGeographicRegionSetID.NotSupportedSpecified geographic region set ID is not supported.指定的地理区域ID无效。
404InvalidCen.NotFoundThe specified CEN does not exist.指定的云企业网实例不存在。
409InvalidCen.InvalidStatusThe specified CEN instance is not in the correct status for the request.指定的云企业网实例所处的状态无法响应该请求,请稍后再试。
409InvalidCenBandwidthPackage.RegionSetConflictSpecified geographic region set of the bandwidth package conflicts with that of another bandwidth package.该云企业网已经存在指定地理区域间的带宽包。
412IdempotentProcessingThe request uses the same client token as a previous one that is still in process.幂等请求处理中。