調(diào)用OpenCdnService開通CDN服務(wù)。開通服務(wù)后才能進行域名操作。
接口說明
- 一個用戶只能開通一次,且要求阿里云賬號已通過實名認(rèn)證。
- 單用戶調(diào)用頻率:5 次/秒。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:
- 操作:是指具體的權(quán)限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|
cdn:OpenCdnService | none | *全部資源 * |
| 無 |
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InternetChargeType | string | 是 | 開通服務(wù)的計費類型。取值為 PayByTraffic,表示按流量計費。 | PayByTraffic |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "97C68796-EB7F-4D41-9D5B-12B909D76508"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidInternetChargeType.ValueNotSupported | The specified value of parameter InternetChargeType is not valid. | - |
400 | CdnService.HasOpened | Your cdn service has opened. | CDN服務(wù)已開通,請勿重復(fù)開通。 |
400 | InsufficientBalance | Your account does not have enough balance. | 賬戶余額不足,請先充值再操作。 |
400 | NoRealNameAuthentication | Real name authentication is needed. | 您的賬戶未開通實名認(rèn)證。 |
400 | VertifyFailInvalidPayMethod | INVALID PAY METHOD | - |
400 | VertifyFailUserProfileComplete | MISSING USERPROFILE | - |
400 | CreateOrderFailed | Create order failed | - |
400 | QueryInfoError | Create order failed | - |
400 | MissingParameter | The input parameter OwnerId or OwnerAccount that is mandatory for processing this request is not supplied. | - |
400 | CreateOrderFailed | Create order failed. | - |
400 | CreateOrderFailed | Query account info error. | - |
400 | CreateOrderFailed | The specified value of parameter InternetChargeType is not valid. | - |
403 | Forbidden.Intl | User not authorized to open Intl service. | 國際站CDN產(chǎn)品當(dāng)前定向開放中。 |
403 | Forbidden.BidUser | Bid user is limited to open service. | 您無權(quán)限使用該項服務(wù)。 |
訪問錯誤中心查看更多錯誤碼。