All Products
Search
Document Center

Web Application Firewall:DescribeDefenseTemplates

Last Updated:Apr 23, 2024

Performs a paging query to retrieve protection templates.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-waf:DescribeDefenseTemplatesList
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

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-pe33b****03
TemplateIdlongNo

The ID of the protection template.

12345
TemplateTypestringNo

The type of the protection template. Valid values:

  • user_default: default template.
  • user_custom: custom template.
user_default
DefenseScenestringNo

The scenario in which the protection template is used.

  • waf_group: basic protection.
  • antiscan: scan protection.
  • ip_blacklist: IP address blacklist.
  • custom_acl: custom rule.
  • whitelist: whitelist.
  • region_block: region blacklist.
  • custom_response: custom response.
  • cc: HTTP flood protection.
  • tamperproof: website tamper-proofing.
  • dlp: data leakage prevention.
region_block
ResourcestringNo

The name of the protected object or protected object group.

Note If you specify ResourceType, you must specify this parameter.
xxxqiu.cc-ecs
ResourceTypestringNo

The type of the protected resource. Valid values:

  • single: protected object. This is the default value.
  • group: protected object group.
Note If you specify Resource, you must specify this parameter.
single
DefenseSubScenestringNo

The sub-scenario in which the protection template is used. Valid values:

  • web: bot management for website protection.
  • app: bot management for app protection.
  • basic: bot management for basic protection.
basic
PageNumberintegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 20.

10
ResourceManagerResourceGroupIdstringNo

The ID of the Alibaba Cloud resource group.

rg-acfmvyknl****fa
RegionIdstringNo

The region in which the WAF instance is deployed. Valid values:

  • cn-hangzhou: Chinese mainland.
  • ap-southeast-1: outside the Chinese mainland.
cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

4F26D2F1-E288-5104-8518-05E240E3****
TotalCountlong

The total number of entries returned.

100
Templatesobject []

The protection templates.

DefenseScenestring

The scenario in which the protection template is used.

  • waf_group: basic protection.
  • antiscan: scan protection.
  • ip_blacklist: IP address blacklist.
  • custom_acl: custom rule.
  • whitelist: whitelist.
  • region_block: region blacklist.
  • custom_response: custom response.
  • cc: HTTP flood protection.
  • tamperproof: website tamper-proofing.
  • dlp: data leakage prevention.
whitelist
GmtModifiedlong

The time when the protection template was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1683776070000
TemplateIdlong

The ID of the protection template.

12345
TemplateNamestring

The name of the protection template.

testTemplateName
TemplateOriginstring

The origin of the protection template. The value custom indicates that the protection template is a custom template created by the user.

custom
TemplateStatusinteger

The status of the protection template. Valid values:

  • 0: disabled.
  • 1: enabled.
1
TemplateTypestring

The type of the protection template. Valid values:

  • user_default: default template.
  • user_custom: custom template.
user_custom
DefenseSubScenestring

The sub-scenario in which the protection template is used. Valid values:

  • web: bot management for website protection.
  • app: bot management for app protection.
  • basic: bot management for basic protection.
basic
Descriptionstring

The description of the protection template.

test

Examples

Sample success responses

JSONformat

{
  "RequestId": "4F26D2F1-E288-5104-8518-05E240E3****",
  "TotalCount": 100,
  "Templates": [
    {
      "DefenseScene": "whitelist",
      "GmtModified": 1683776070000,
      "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.