建立共享頻寬
描述
根據請求引數建立共享寬頻。
請求引數
引數名 | 引數型別 | 是否必填 | 引數說明 |
---|---|---|---|
Region | String | 是 | 機房標識,取值參見地域列表 |
Action | String | 是 | 操作方法:CreateCommonBandwidth |
Name | String | 是 | 共享寬頻名稱 |
BandwidthSize | Integer | 是 | 寬頻大小 |
ProductModelId | Integer | 是 | 型號ID |
PayType | String | 是 | 付費型別。取值範圍: |
Period | Integer | 是 | 購買年限週期: |
AutoRenew | Integer | 否 | 是否開啟自動續費,1開啟 |
返回引數
名稱 | 型別 | 說明 |
---|---|---|
Action | String | 執行的操作 |
TaskId | String | 請求標識 |
CommonBandwidthId | String | 共享寬頻ID |
請求示例
https://api.yunpanel.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"
}
}