Queries the range of custom ports supported by Anti-DDoS Proxy for website services.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
yundun-ddoscoo:DescribeWebCustomPorts | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
ResourceGroupId | string | No | The resource group ID of the Anti-DDoS Proxy instance in Resource Management. The default value is empty, which indicates that the instance belongs to the default resource group. | default |
Response elements
Parameter | Type | Description | Example |
object | |||
RequestId | string | The ID of this request. | 0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc |
| WebCustomPorts | array<object> | The custom port information for website services. | |
object | |||
ProxyType | string | The Protocol Type. Valid values:
| http |
| ProxyPorts | array | The available port range. | |
string | The available port. | 8080 |
Examples
Success response
JSON format
{
"RequestId": "0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc",
"WebCustomPorts": [
{
"ProxyType": "http",
"ProxyPorts": [
"8080"
]
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.