Queries the protection templates that are associated with a protected object or protected object group.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-waf:DescribeDefenseResourceTemplates | list |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceId | string | Yes | The ID of the Web Application Firewall (WAF) instance. Note
You can call the DescribeInstance operation to query the ID of the WAF instance.
| waf_v3prepaid_public_cn-9lb36****0e |
Resource | string | Yes | The name of the protected object or protected object group that you want to query. | xxxxxhemicals.cn-waf |
ResourceType | string | No | The type of the protected resource. Valid values:
| single |
RuleType | string | No | The type of the protection rule. Valid values:
| whitelist |
RuleId | long | No | The ID of the protection rule. | 20111098 |
ResourceManagerResourceGroupId | string | No | The ID of the Alibaba Cloud resource group. | rg-aek2ax2y5****pi |
RegionId | string | No | The region in which the WAF instance is deployed. Valid values:
| cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "2305CEB0-BA5A-5543-A1D3-3F1D0891****",
"Templates": [
{
"DefenseScene": "whitelist",
"GmtModified": 1692930539000,
"TemplateId": 12345,
"TemplateName": "TestTemplateName",
"TemplateOrigin": "custom",
"TemplateStatus": 1,
"TemplateType": "user_custom",
"DefenseSubScene": "basic",
"Description": "test"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|