Queries the details of a secure access proxy.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProxyId | long | Yes | The ID of the secure access proxy. You can call the ListProxies operation to query the ID of the secure access proxy. | 4** |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "F49D4598-2B3C-5723-865E-2CCB818E****",
"Success": true,
"ErrorMessage": "The condition cannot be empty!",
"ErrorCode": "UnknownError",
"ProxyId": 0,
"CreatorId": 0,
"CreatorName": "test_name",
"InstanceId": 0,
"PrivateEnable": true,
"PrivateHost": "dphzmy-5j8oimjsz6ze****.proxy.dms.aliyuncs.com",
"PublicEnable": true,
"PublicHost": "dphzmy-5j8oimjsz6zed7k****.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