Queries the list of unsupported ports for a hybrid cloud.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeHybridCloudUnsupportPorts |
list |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call DescribeInstanceInfo to query the ID of your WAF instance. |
waf_cdnsdf3**** |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpsPorts |
string |
The list of ports for the HTTPS protocol. The value is a string. Multiple ports are returned in the port1,port2,port3 format. |
443,8443,8021,3443,2443,9011 |
| RequestId |
string |
The ID of the request. |
C2E97B3F-1623-4CDF-A7E2-FD9D****027A |
| HttpPorts |
string |
The list of ports for the HTTP protocol. The value is a string. Multiple ports are returned in the port1,port2,port3 format. |
80,8080 |
Examples
Success response
JSON format
{
"HttpsPorts": "443,8443,8021,3443,2443,9011",
"RequestId": "C2E97B3F-1623-4CDF-A7E2-FD9D****027A",
"HttpPorts": "80,8080"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.