Mengambil informasi layanan proxy untuk alamat penyewa.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID Kluster (wajib). |
ob******** |
| TenantId |
string |
No |
ID Penyewa (opsional). |
t******** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Tanggapan. |
||
| RequestId |
string |
ID permintaan. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| Data |
array<object> |
Informasi objek yang dikueri. |
|
|
array<object> |
Data tanggapan. |
||
| TenantId |
string |
ID penyewa. |
t******** |
| TenantName |
string |
Nama penyewa. |
forMySQLTenant |
| TenantConnections |
array<object> |
Informasi koneksi penyewa. |
|
|
array<object> |
Data tanggapan. |
||
| TenantEndpointId |
string |
The ID of the tenant endpoint. |
obe-******** |
| AddressType |
string |
The address type. |
MASTER |
| IntranetAddress |
string |
The domain name of the private IP address. |
xx.xx.xx.xx |
| IntranetPort |
integer |
The service port of the private IP address. |
3306 |
| IntranetAddressStatus |
string |
The status of the private IP address. |
ONLINE |
| MaxConnectionNum |
integer |
The maximum number of connections of the private IP address. |
1500 |
| IntranetAddressMasterZoneId |
string |
The primary zone of the private IP address. |
cn-hangzhou-j |
| IntranetAddressSlaveZoneId |
string |
The standby zone of the private IP address. |
cn-hangzhou-i |
| InternetAddress |
string |
The domain name of the public IP address. |
t4nun********-mi.oceanbase.aliyuncs.com |
| InternetPort |
integer |
The service port of the public IP address. |
3306 |
| InternetAddressStatus |
string |
The status of the public IP address. |
CLOSED |
| InternetMaxConnectionNum |
integer |
The maximum number of connections of the public IP address. |
1500 |
| VpcId |
string |
The ID of the VPC. |
vpc-******** |
| VSwitchId |
string |
The ID of the vSwitch. |
vsw-******** |
| MaxConnectionLimit |
integer |
The maximum number of connections allowed for the private IP address. |
50000 |
| InternetMaxConnectionLimit |
string |
The maximum number of connections allowed for the public IP address. |
4000 |
| ProxyClusterInfo |
object |
Proxy service information. |
|
| Status |
string |
The status of the proxy cluster. |
ONLINE |
| Zone |
string |
The list of zones for proxies, which are separated with commas (,). |
cn-hangzhou-j,cn-hangzhou-k |
| UnitNum |
integer |
The number of proxy specification types. |
2 |
| ExclusiveUnitNumLimit |
integer |
The maximum number of exclusive specifications of the proxy. |
10 |
| CreateTime |
string |
The time when the proxy cluster was created, in the ISO 8601 format. |
2026-01-12T03:34:22Z |
| ProxyVersion |
string |
The kernel version of the proxy. |
4.3.1.9-32025112117 |
| ProxyClusterId |
string |
The ID of the proxy cluster. |
ob******** |
| AllowModifyServerNum |
boolean |
Specifies whether you are allowed to modify the number of server groups. |
false |
| SharedUnitNumLimit |
integer |
The maximum number of shared specifications of the proxy. |
4 |
| DeployMode |
string |
The deployment mode of the proxy. |
2-2 |
| UnitSpec |
string |
The basic specification of the proxy. For example, 2C4G indicates two CPU cores and 4 GB of memory. |
2C4G |
| ProxyServiceVersion |
string |
The architecture version of the proxy. |
1.0 |
| ProxyMode |
string |
The proxy mode. |
fusion |
| ServerNumLimit |
integer |
The maximum number of server groups. |
15 |
| AllowModifyProxyMode |
boolean |
Specifies whether you are allowed to modify the proxy mode. |
true |
| EnableExclusiveNodeMode |
boolean |
Specifies whether to enable the exclusive node mode. |
false |
| NeedUpdateProxyMode |
boolean |
Specifies whether the proxy architecture needs to be updated. |
true |
| IsExclusiveNodeMode |
boolean |
Specifies whether the proxy is in exclusive node mode. |
false |
| TotalCount |
integer |
Jumlah total. |
10 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"Data": [
{
"TenantId": "t********",
"TenantName": "forMySQLTenant",
"TenantConnections": [
{
"TenantEndpointId": "obe-********",
"AddressType": "MASTER",
"IntranetAddress": "xx.xx.xx.xx",
"IntranetPort": 3306,
"IntranetAddressStatus": "ONLINE",
"MaxConnectionNum": 1500,
"IntranetAddressMasterZoneId": "cn-hangzhou-j",
"IntranetAddressSlaveZoneId": "cn-hangzhou-i",
"InternetAddress": "t4nun********-mi.oceanbase.aliyuncs.com",
"InternetPort": 3306,
"InternetAddressStatus": "CLOSED",
"InternetMaxConnectionNum": 1500,
"VpcId": "vpc-********",
"VSwitchId": "vsw-********",
"MaxConnectionLimit": 50000,
"InternetMaxConnectionLimit": "4000",
"ProxyClusterInfo": {
"Status": "ONLINE",
"Zone": "cn-hangzhou-j,cn-hangzhou-k",
"UnitNum": 2,
"ExclusiveUnitNumLimit": 10,
"CreateTime": "2026-01-12T03:34:22Z",
"ProxyVersion": "4.3.1.9-32025112117",
"ProxyClusterId": "ob********",
"AllowModifyServerNum": false,
"SharedUnitNumLimit": 4,
"DeployMode": "2-2",
"UnitSpec": "2C4G",
"ProxyServiceVersion": "1.0",
"ProxyMode": "fusion",
"ServerNumLimit": 15,
"AllowModifyProxyMode": true,
"EnableExclusiveNodeMode": false,
"NeedUpdateProxyMode": true,
"IsExclusiveNodeMode": false
}
}
]
}
],
"TotalCount": 10
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.