日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateMySqlDataSource - 創建 MySQL 數據源

本接口用于創建 MySQL 數據源。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
Namestring

數據源的名稱。

source_name
Typestring

類型,包括 INTERNET、VPC、RDS、PolarDB 和 DG。

VPC
VpcIdstring

用戶申請公有云 VPC 的唯一 ID。

vpc-bp1d2q3mhg9i23ofi****
InstanceIdstring

數據庫實例 ID。

rm-t4****
DgInstanceIdstring

DG 網關 ID。

dg-x****
Ipstring

數據庫宿主機的 IP。

xxx.xxx.xxx.1
Portinteger

數據庫宿主機 IP 的端口號。

2883
Schemastring

數據庫的名稱。填寫后,僅對該數據庫進行數據遷移或數據同步。

test
UserNamestring

用于數據遷移或數據同步的數據庫用戶的名稱。

user_name
Passwordstring

數據庫用戶的密碼,需要使用 Base64 編碼。

cGFzc193b3JK
Descriptionstring

數據源的備注信息,不能超過 128 個字符。

test

返回參數

名稱類型描述示例值
object

返回結果。

Successboolean

是否調用成功。

true
ErrorDetailobject

錯誤詳情。

Codestring

錯誤碼(新)。

CM-RESOAT1111
Levelstring

包括 FATAL、ERROR、WARNING 和 CRITICAL。

ERROR
Messagestring

錯誤描述(新)。

null
ExtraContextobject

用于填充 Message 中的占位符。

any

用于填充 Message 中的占位符。

null
MessageMcmsKeystring

錯誤信息的 Key。

null
MessageMcmsContextobject

用于填充 MessageMcmsKey 中的占位符。

string

用于填充 MessageMcmsKey 中的占位符。

null
Reasonstring

錯誤原因。

null
ReasonMcmsKeystring

錯誤原因的 Key。

null
ReasonMcmsContextobject

錯誤原因的上下文。

string

錯誤原因的上下文。

null
Proposalstring

建議(新)。

Contact the administrator.
ProposalMcmsKeystring

建議內容的 Key。

null
ProposalMcmsContextobject

建議內容的上下文。

string

建議內容的上下文。

null
UpstreamErrorDetailany

上游錯誤詳情,用于處理 HTTP 請求。

null
Codestring

錯誤碼(舊)。

INNER_ERROR
Messagestring

錯誤描述(舊)。

A system error occurred.
Advicestring

建議(舊)。

Contact the administrator.
RequestIdstring

請求 ID。

EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C
PageNumberinteger

頁序號,分頁查詢時生效。

1
PageSizeinteger

頁大小,分頁查詢時生效。

10
TotalCountlong

總數,分頁查詢時生效。

24
Coststring

請求耗時,單位為秒。

1
Datastring

MySQL 數據源的 ID。

e_edz****

示例

正常返回示例

JSON格式

{
  "Success": true,
  "ErrorDetail": {
    "Code": "CM-RESOAT1111\n",
    "Level": "ERROR",
    "Message": "null",
    "ExtraContext": {
      "key": "null"
    },
    "MessageMcmsKey": "null",
    "MessageMcmsContext": {
      "key": "null"
    },
    "Reason": "null",
    "ReasonMcmsKey": "null",
    "ReasonMcmsContext": {
      "key": "null"
    },
    "Proposal": "Contact the administrator.",
    "ProposalMcmsKey": "null",
    "ProposalMcmsContext": {
      "key": "null"
    },
    "UpstreamErrorDetail": "null"
  },
  "Code": "INNER_ERROR",
  "Message": "A system error occurred.\n",
  "Advice": "Contact the administrator.",
  "RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
  "PageNumber": 1,
  "PageSize": 10,
  "TotalCount": 24,
  "Cost": "1",
  "Data": "e_edz****"
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-06-26OpenAPI 入參發生變更查看變更詳情
2024-05-07API 內部配置變更,不影響調用查看變更詳情