調用DescribeDBInstanceProxyConfiguration介面查看資料庫代理設定,已下線。

说明 該API已下線。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

請求參數

名稱 類型 是否必選 樣本值 描述
Action String DescribeDBInstanceProxyConfiguration

系統規定參數,取值為:DescribeDBInstanceProxyConfiguration

DBInstanceId String rm-uf6wjk5xxxxxxxxxx

執行個體ID。

AccessKeyId String LTAIfCxxxxxxxxxx

阿里雲頒發給使用者的訪問服務所用的密鑰ID。

返回資料

名稱 類型 樣本值 描述
AttacksProtectionConfiguration String {\"check_interval_seconds\":\"0\",\"max_failed_login_attempts\":\"0\",\"blocking_seconds\":\"0\",\"status\":\"Disable\"}

是否開啟防暴力破解:

  • Enable:開啟;
  • Disable:關閉。

傳回值格式為json字串,如:

{"status":"Disable", "check_interval_seconds": 60,

"max_failed_login_attempts": 60, "blocking_seconds": 600}

參數說明及取值範圍:

  • 對於每一個用戶端,check_interval_seconds秒內最多允許max_failed_login_attempts次錯誤密碼登入,否則將對該用戶端IP禁止登入blocking_seconds秒鐘。
  • 取值範圍:
    • check_interval_seconds:30-600,單位為秒;
    • max_failed_login_attempts:10-5000,單位為次數;
    • blocking_seconds:30-3600,單位為妙。
PersistentConnectionsConfiguration String {\"status\":\"Disable\"}

是否開啟短串連最佳化:

  • Enable:開啟;
  • Disable:關閉。

傳回值格式為json字串,如:

{"status":"Disable"}。

TransparentSwitchConfiguration String {\"status\":\"Enable\"}

是否開啟透明切換:

  • Enable:開啟;
  • Disable:關閉。

傳回值格式為json字串,如:

{"status":"Enable"}。

RequestId String E9DD55F4-1A5F-48CA-BA57-DFB3CA8C4C34

請求ID。

樣本

請求樣本


http(s)://rds.aliyuncs.com/?DBInstanceId=rm-uf6wjk5xxxxxxxxxx
&<公用請求參數>

正常返回樣本

XML 格式

<DescribeDBInstanceProxyConfigurationResponse>
	  <PersistentConnectionsConfiguration>{"status":"Disable"}</PersistentConnectionsConfiguration>
	  <TransparentSwitchConfiguration>{"status":"Enable"}</TransparentSwitchConfiguration>
	  <AttacksProtectionConfiguration>{"check_interval_seconds":"0","max_failed_login_attempts":"0","blocking_seconds":"0","status":"Disable"}</AttacksProtectionConfiguration>
	  <RequestId>E9DD55F4-1A5F-48CA-BA57-DFB3CA8C4C34</RequestId></DescribeDBInstanceProxyConfigurationResponse>

JSON 格式

{
	"TransparentSwitchConfiguration":"{\"status\":\"Enable\"}",
	"PersistentConnectionsConfiguration":"{\"status\":\"Disable\"}",
	"AttacksProtectionConfiguration":"{\"check_interval_seconds\":\"0\",\"max_failed_login_attempts\":\"0\",\"blocking_seconds\":\"0\",\"status\":\"Disable\"}",
	"RequestId":"E9DD55F4-1A5F-48CA-BA57-DFB3CA8C4C34"
}

錯誤碼

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