調用DescribeDTCSecurityIpHostsForSQLServer介面查詢RDS執行個體的分散式交易白名單資訊。
關於分散式交易白名單請參見設定分散式交易白名單。
僅適用於如下版本執行個體:
- SQL Server 2012/2016企業版高可用版
- SQL Server 2012/2016標準版
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
請求參數
名稱 | 類型 | 是否必選 | 樣本值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeDTCSecurityIpHostsForSQLServer |
系統規定參數,取值:DescribeDTCSecurityIpHostsForSQLServer。 |
DBInstanceId | String | 是 | rm-uf6wjk5xxxxxxx |
執行個體ID。 |
RegionId | String | 是 | cn-hangzhou |
地區ID,可以通過介面DescribeRegions查看。 |
AccessKeyId | String | 否 | LTAIfCxxxxxxxxxx |
阿里雲頒發給使用者的訪問服務所用的密鑰ID。 |
返回資料
名稱 | 類型 | 樣本值 | 描述 |
---|---|---|---|
DBInstanceId | String | rm-uf6wjk5xxxxxxx |
執行個體ID。 |
IpHostPairNum | String | 1 |
分散式交易白名單條目數。 |
Items |
分散式交易白名單分組列表。 |
||
SecurityIpHosts | String | 192.168.1.100,k3ecstest |
ECS執行個體的IP地址和Windows系統的電腦名稱。格式:ip,hostname。多個執行個體之間以英文分號(;)隔開。 |
WhitelistGroupName | String | test1 |
分散式交易白名單分組名稱。 |
RequestId | String | 2CA62A70-2203-45C6-8E90-8971D5ACC0C2 |
請求ID。 |
樣本
請求樣本
http(s)://rds.aliyuncs.com/?Action=DescribeDTCSecurityIpHostsForSQLServer
&DBInstanceId=rm-uf6wjk5xxxxxxx
&RegionId=cn-hangzhou
&<公用請求參數>
正常返回樣本
XML
格式
<DescribeDTCSecurityIpHostsForSQLServerResponse>
<Items>
<WhiteListGroups>
<WhitelistGroupName>test1</WhitelistGroupName>
<SecurityIpHosts>192.168.1.100,k3ecstest</SecurityIpHosts>
</WhiteListGroups>
</Items>
<IpHostPairNum>1</IpHostPairNum>
<RequestId>2CA62A70-2203-45C6-8E90-8971D5ACC0C2</RequestId>
</DescribeDTCSecurityIpHostsForSQLServerResponse>
JSON
格式
{
"IpHostPairNum":1,
"Items":{
"WhiteListGroups":[
{
"WhitelistGroupName":"test1",
"SecurityIpHosts":"192.168.1.100,k3ecstest"
}
]
},
"RequestId":"2CA62A70-2203-45C6-8E90-8971D5ACC0C2"
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。