Describes the CDN interaction rule configurations for a specified domain name.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddoscoo:DescribeCdnLinkageRules |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The ID of the resource group to which the Anti-DDoS instance belongs in Resource Management. If you leave this parameter empty, the instance belongs to the default resource group. |
default |
| Domain |
string |
No |
The domain name of your website. Note
The domain name must be added to your Anti-DDoS instance. Call DescribeDomains to query all domain names. |
example.aliyundoc.com |
| PageNumber |
integer |
Yes |
The number of the page to return for a paged query. |
1 |
| PageSize |
integer |
Yes |
The number of entries to return on each page for a paged query. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
string |
The total number of entries returned. |
12 |
| RequestId |
string |
The ID of the request. |
02FE96D9-C77B-5735-B36D-329E052C8047 |
| SchedulerRules |
array<object> |
The traffic scheduling rules. |
|
|
array<object> |
The traffic scheduling rules. |
||
| Domain |
string |
The domain name. |
example.aliyundoc.com |
| CdnLinkageEnable |
integer |
Specifies whether CDN interaction is enabled. Valid values:
|
0 |
| CdnLinkageRule |
object |
The CDN interaction rule. |
|
| Cname |
string |
The canonical name of the Anti-DDoS instance that is associated with the domain name. |
example.aliyundoc.com |
| RuleName |
string |
The name of the traffic scheduling rule. |
testDDos |
| Rules |
array<object> |
The rule information. |
|
|
object |
|||
| Type |
string |
The format of the resource address. Valid values:
|
A |
| Status |
integer |
The status of the rule. Valid values:
|
1 |
| Value |
string |
The resource address. |
203.107.XX.XX |
| ValueType |
integer |
The type of the resource address. Valid values:
|
1 |
| Priority |
integer |
The priority of the rule. Valid values: 0 to 100. A larger value indicates a higher priority. |
1 |
| RegionId |
string |
The region ID. The default value is empty. |
"" |
| Param |
object |
The resource for interaction. |
|
| ParamType |
string |
The type of the resource for interaction. Valid values:
|
cdn |
| ParamData |
object |
The interaction conditions. |
|
| AccessQps |
integer |
The QPS threshold that triggers a resource switch. |
100 |
| UpstreamQps |
integer |
A reserved field. The default value is 0. |
0 |
Examples
Success response
JSON format
{
"TotalCount": "12",
"RequestId": "02FE96D9-C77B-5735-B36D-329E052C8047",
"SchedulerRules": [
{
"Domain": "example.aliyundoc.com\n",
"CdnLinkageEnable": 0,
"CdnLinkageRule": {
"Cname": "example.aliyundoc.com\n",
"RuleName": "testDDos",
"Rules": [
{
"Type": "A",
"Status": 1,
"Value": "203.107.XX.XX",
"ValueType": 1,
"Priority": 1,
"RegionId": "\"\""
}
],
"Param": {
"ParamType": "cdn",
"ParamData": {
"AccessQps": 100,
"UpstreamQps": 0
}
}
}
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.