You need to enable JavaScript to run this app.
导航
CreateCenBandwidthPackage
最近更新时间:2024.07.24 11:48:56首次发布时间:2022.04.28 07:28:31

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

调试

请求参数

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

CenBandwidthPackageName

String

cbp-test

带宽包的名称。

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

Description

String

namedesc

带宽包的描述。

  • 必须以字母、数字或中文开头,可包含字母、数字、中文和以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。
  • 长度限制为0 ~ 255个字符。
  • 不填则默认为空字符串。

BillingType

Integer

1

带宽包的计费方式。取值如下:

  • 1(默认值):包年包月。
  • 4:按量计费-按95峰值计费。

    说明

    按量计费-按95峰值计费正在邀测中,如需试用,请联系客户经理。

PeriodUnit

String

Month

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

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

Period

Integer

1

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

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

LocalGeographicRegionSetId

String

China

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

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

PeerGeographicRegionSetId

String

China

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

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

CenId

String

cen-7qthudw0ll6jmc****

需要绑定的云企业网实例ID。
您可以调用 DescribeCens 接口,查询云企业网实例ID。

ProjectNameStringdefault带宽包所属项目的名称。不填默认为default。

Tags.N.Key

String

Tags.1.Key=key1&Tags.2.Key=key2

用户标签的标签键。

  • 参数 - N:表示标签键的序号,取值范围:1~20。
  • 多个标签键之间用&分隔。
  • 不能以 volc:sys:开头,包括任意大小写形式。
  • 长度取值范围为1~128字符,允许输入各国语言文字、数字、空格( )、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、中划线(-)和@(@)。
  • 若标签键开头或结尾存在空格,系统会自动为其去除。

说明

同一资源的标签键不允许重复。

Tags.N.Value

String

Tags.1.Value=value1&Tags.2.Value=value2

用户标签的标签值。

  • 参数 - N:表示标签值的序号,取值范围:1~20。
  • 多个标签值之间用&分隔。
  • 长度取值范围为0~256字符,不填默认为空。
  • 允许输入各国语言文字、数字、空格( )、下划线(_)、点号(.)、半角冒号(:)、斜杠(/)、等号(=)、加号(+)、中划线(-)和@(@)。
  • 大小写敏感。
  • 若标签值开头或结尾存在空格,系统会自动为其去除。

说明

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

ClientToken

String

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

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

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

返回参数

参数名称
类型
示例值
描述
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.指定标签的索引顺序参数格式不合法。
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.幂等请求处理中。