调用DescribeContactPoints获取集群数据库连接信息 。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeContactPoints |
系统规定参数。取值:DescribeContactPoints。 |
ClusterId | String | 是 | cds-bp1b136j****5d57 |
集群ID。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ContactPoints | Array |
集群连接信息集合。 |
|
ContactPoint | |||
DataCenterId | String | cn-hangzhou-g |
数据中心ID。 |
Port | Integer | 9042 |
CQL端口。 |
PrivateAddresses | List | cds-bp1b136****5d56-1-core-001.cassandra.rds.aliyuncs.com |
私网连接点。 |
PublicAddresses | List | cds-proxy-pub-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com |
公网连接点。 |
RequestId | String | 467F786B-C765-40C4-8493-89F4CE95F1B6 |
请求ID。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeContactPoints
&ClusterId=cds-bp1b136j****5d57
&<公共请求参数>
正常返回示例
XML
格式
<DescribeContactPointsResponse>
<RequestId>467F786B-C765-40C4-8493-89F4CE95F1B6</RequestId>
<ContactPoints>
<ContactPoint>
<Port>9042</Port>
<DataCenterId>cn-hangzhou-g</DataCenterId>
<PrivateAddresses>
<PrivateAddress>cds-bp1b136j****5d56-1-core-001.cassandra.rds.aliyuncs.com</PrivateAddress>
<PrivateAddress>cds-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com</PrivateAddress>
</PrivateAddresses>
<PublicAddresses>
<PublicAddress>cds-proxy-pub-bp1b136j****5d56-1-core-001.cassandra.rds.aliyuncs.com</PublicAddress>
<PublicAddress>cds-proxy-pub-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com</PublicAddress>
</PublicAddresses>
</ContactPoint>
</ContactPoints>
</DescribeContactPointsResponse>
JSON
格式
{
"RequestId": "467F786B-C765-40C4-8493-89F4CE95F1B6",
"ContactPoints": {
"ContactPoint": [
{
"Port": 9042,
"DataCenterId": "cn-hangzhou-g",
"PrivateAddresses": {
"PrivateAddress": [
"cds-bp1b136j****5d56-1-core-001.cassandra.rds.aliyuncs.com",
"cds-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com"
]
},
"PublicAddresses": {
"PublicAddress": [
"cds-proxy-pub-bp1b136j****5d56-1-core-001.cassandra.rds.aliyuncs.com",
"cds-proxy-pub-bp1b136j****5d56-1-core-002.cassandra.rds.aliyuncs.com"
]
}
}
]
}
}
错误码
访问错误中心查看更多错误码。