跳到主要内容

创建共享带宽

描述

根据请求参数创建共享宽带。

请求参数

参数名参数类型是否必填参数说明
RegionString机房标识,取值参见地域列表
ActionString操作方法:CreateCommonBandwidth
NameString共享宽带名称
BandwidthSizeInteger宽带大小,单位Mbps;支持20~100Mbps;
ProductModelIdInteger型号ID
PayTypeString付费类型。取值范围:
  • PREPAID:包年包月
  • PeriodInteger购买年限周期:
  • 包年包月,取值范围: 1,2,3,4,5,6,7,8,9,12,24,36,单位:月
  • AutoRenewInteger是否开启自动续费,1开启

    返回参数

    名称类型说明
    ActionString执行的操作
    TaskIdString请求标识
    CommonBandwidthIdString共享宽带ID

    请求示例

    https://api.chinac.com/v2/?Action=CreateCommonBandwidth
    &Region=cn-wuxi
    &Name=csbwtest001
    &BandwidthSize=20
    &ProductModelId=10086
    &PayType=PREPAID
    &AutoRenew=1
    &Period=1
    &<公共请求参数>

    返回示例

    {
    "code": 10000,
    "message": "",
    "data": {
    "TaskId": "bb112c20170506133720502",
    "Action": "CreateCommonBandwidth",
    "CommonBandwidthId" : "b-tq73j7la0719f"
    }
    }