Call the DescribeDBClusterNetInfo operation to retrieve network information for an AnalyticDB for MySQL cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
adb:DescribeDBClusterNetInfo |
get |
DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
Yes |
The ID of the cluster. |
am-bp1xxxxxxxx47 |
| RegionId |
string |
No |
The ID of the region where the cluster is located. |
cn-hangzhou |
| Engine |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ClusterNetworkType |
string |
The network type of the cluster. |
VPC |
| RequestId |
string |
The ID of the request. |
1AD222E9-E606-4A42-BF6D-8A4442913CEF |
| Items |
object |
||
| Address |
array<object> |
The list of cluster endpoints. |
|
|
object |
|||
| VSwitchId |
string |
The ID of the vSwitch. Note
This value is empty when NetType is Public. |
vsw-xxxxxx |
| ConnectionString |
string |
The cluster endpoint. |
am-bpxxxxxxxx.ads.aliyuncs.com |
| NetType |
string |
The network type. Valid values:
|
VPC |
| Port |
string |
The port number used to connect to the cluster. |
3306 |
| VPCId |
string |
The ID of the VPC. Note
This value is empty when NetType is Public. |
vpc-xxxxxxxxx |
| IPAddress |
string |
The IP address. |
192.168.x.x |
| ConnectionStringPrefix |
string |
The prefix of the cluster endpoint. |
am-bpxxxxxxxx89k51380 |
Examples
Success response
JSON format
{
"ClusterNetworkType": "VPC",
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF",
"Items": {
"Address": [
{
"VSwitchId": "vsw-xxxxxx",
"ConnectionString": "am-bpxxxxxxxx.ads.aliyuncs.com",
"NetType": "VPC",
"Port": "3306",
"VPCId": "vpc-xxxxxxxxx",
"IPAddress": "192.168.x.x",
"ConnectionStringPrefix": "am-bpxxxxxxxx89k51380"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.