為指定云數(shù)據(jù)庫SelectDB版實例申請公網(wǎng)地址。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權(quán)信息
下表是API對應的授權(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)操作 |
---|---|---|---|---|
selectdb:AllocateInstancePublicConnection | create | *全部資源 * |
| 無 |
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DBInstanceId | string | 是 | 實例 ID。 | selectdb-cn-7213cjv**** |
NetType | string | 是 | 新增連接地址的網(wǎng)絡類型,固定為 Public(公網(wǎng))。 | Public |
ConnectionStringPrefix | string | 是 | 目標連接地址的前綴,即 ConnectionString 參數(shù)的前綴部分。 | selectdb-cn-h033cn****-pub-i3 |
RegionId | string | 是 | 地域 ID。 | cn-hangzhou |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"RequestId": "5ED62C81-9948-5612-81E1-EA3853752306",
"InstanceName": "新建實例測試",
"TaskId": 498115273
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidDBInstanceNetType.Malformed | The specified parameter "DBInstanceNetType" is not valid. | 網(wǎng)絡類型非法。 |
400 | DocumentConvertFailed.ExceedFileSizeLimit | The conversion has been failed, exceed file size limit. | 文檔轉(zhuǎn)換失敗,文件大小超過系統(tǒng)限額。 |
400 | Forbidden | User not authorized to operate on the specified resource, or this API does not support RAM. | 子賬號權(quán)限不足,請先獲取授權(quán)。 |
400 | InvalidDBName | The specified database name is not allowed. | 數(shù)據(jù)庫名稱不符合要求,請確認數(shù)據(jù)名稱是否正確。 |
400 | CreateOrderFailed | Failed to create order. | 創(chuàng)建訂單失敗。 |
403 | InvalidDBInstanceState.NotSupport | The specified instance state does't support this operation. | 指定的實例狀態(tài)不支持此操作。 |
403 | DBClusterNotSupported | The requested operation can not be performed while the cluster is not sale. | 當集群未運行時,無法執(zhí)行請求的操作。 |
403 | IncorrectDBInstanceState | Current DB instance state does not support this operation. | 當前實例狀態(tài)不支持此操作。 |
403 | InstanceEngineType.NotSupport | The instance engine and type does not support operations. | 操作失敗,實例引擎和類型不支持該操作。 |
403 | MoneyLessThan100 | The Account Monet less Than 100. | 當前阿里云賬號余額不足100,請充值。 |
403 | OperationDenied.DBNameAndAccountPrivilegeCount | The operation is not permitted due to count of database or account privilege. | 操作失敗,數(shù)據(jù)庫與權(quán)限的數(shù)量不一致。 |
403 | InsufficientResourceCapacity | The resource is out of usage. | 資源不足,請您稍后再試。 |
404 | InvalidDBInstanceId.NotFound | The DBInstanceId provided does not exist in our records. | SelectDB實例不存在。 |
404 | InvalidClusterInstance.NotFound | Specified cluster instance does not exist. | SelectDB實例不存在。 |
404 | DBInstanceLocked | The current instance lock mode does not support this operation. | 操作失敗,當前實例已鎖定。 |
404 | IncorrectVswitchId | The specified parameter VSwitchId is not valid. | 交換機參數(shù)無效。 |
404 | InvalidApi.NotFound | Specified api is not found, please check your url and method. | 找不到指定的 API。請檢查調(diào)用的 URL 和方法。您調(diào)用的 API 不存在。請檢查 API 的名稱是否正確,請注意確認大小寫。 |
404 | InvalidDBInstance.NotFound | The specified instance is not found. | 沒有找到指定的實例,請檢查實例的正確性。 |
404 | InvalidDBInstanceClass.NotFound | The specified instance classic does not exist. | 當前選擇的配置或規(guī)格不存在或已停售,請重新選擇。 |
404 | InvalidRegionId.NotFound | The provided RegionId does not exist in our records. | 操作失敗,輸入的地域及可用區(qū)不存在。 |
404 | QueryPrice.Failed | The inquiry failed. Contact Alibaba Cloud customer service representatives. | 詢價失敗,請聯(lián)系客服同學。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-07-10 | OpenAPI 錯誤碼發(fā)生變更 | 查看變更詳情 |
2024-06-24 | OpenAPI 錯誤碼發(fā)生變更 | 查看變更詳情 |
2024-01-11 | OpenAPI 返回結(jié)構(gòu)發(fā)生變更 | 查看變更詳情 |