Queries the proxies that are generated by the secure access proxy feature.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "5812180E-555F-5F90-BE4F-280576F4****",
"Success": true,
"ErrorMessage": "User can not access to Tenant [123445]",
"ErrorCode": "UnknownError",
"ProxyList": [
{
"ProxyId": 0,
"CreatorId": 0,
"CreatorName": "test_name",
"InstanceId": 0,
"PrivateEnable": true,
"PrivateHost": "dphzmy-5j8oimjsz6ze****.proxy.dms.aliyuncs.com",
"PublicEnable": false,
"PublicHost": "dphzmy-5j8oimjsz6ze****-pub.proxy.dms.aliyuncs.com",
"HttpsPort": 443,
"ProtocolType": "MYSQL",
"ProtocolPort": 3306,
"RegionId": "cn-hangzhou"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history