tencent cloud

文档反馈

DescribeCustomRuleList

最后更新时间:2024-09-25 10:12:49

1. API Description

Domain name for API request: waf.tencentcloudapi.com.

Obtain the access control policy list in the protection configuration

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeCustomRuleList.
Version Yes String Common Params. The value used for this API: 2018-01-25.
Region Yes String Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-guangzhou, ap-seoul.
Domain Yes String Domain name
Offset Yes Integer Offset
Limit Yes Integer Capacity
Filters.N No Array of FiltersItemNew Filter array. A name can be one of the following: RuleID, RuleName, and Match.
Order No String asc or desc
By No String exp_ts or mod_ts
DomainList.N No Array of String Domain name list to query. This parameter is not required on the access control page.

3. Output Parameters

Parameter Name Type Description
RuleList Array of DescribeCustomRulesRspRuleListItem Rule details
TotalCount String Number of rules
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 test1

Input Example

POST / HTTP/1.1
Host: waf.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCustomRuleList
<Common request parameters>



{
    "Domain": "hzh.qcloud.com",
    "Limit": "10",
    "Offset": "10"
}

Output Example

{
    "Response": {
        "RequestId": "89d3f512-674f-4ecf-b766-90d2600fa498",
        "RuleList": [],
        "TotalCount": "1"
    }
}

Example2 Obtaining the Access Control Rule List

Input Example

POST / HTTP/1.1
Host: waf.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCustomRuleList
<Common request parameters>



{
    "Domain": "test.qcloudwaf.com",
    "Limit": 1,
    "Filters": [
        {
            "Values": [
                "1234567890"
            ],
            "Name": "RuleID",
            "ExactMatch": true
        }
    ],
    "Offset": 1
}

Output Example

{
    "Response": {
        "RuleList": [
            {
                "ActionType": "abc",
                "Bypass": "abc",
                "CreateTime": "abc",
                "ExpireTime": "abc",
                "Name": "abc",
                "Redirect": "abc",
                "RuleId": "abc",
                "SortId": "abc",
                "Status": "abc",
                "Strategies": [
                    {
                        "Field": "abc",
                        "CompareFunc": "abc",
                        "Content": "abc",
                        "Arg": "abc"
                    }
                ],
                "EventId": "abc",
                "ModifyTime": "abc",
                "ValidStatus": 0,
                "Source": "abc",
                "JobType": "abc",
                "JobDateTime": {
                    "Timed": [
                        {
                            "StartDateTime": 1,
                            "EndDateTime": 1
                        }
                    ],
                    "Cron": [
                        {
                            "Days": [
                                1
                            ],
                            "WDays": [
                                1
                            ],
                            "StartTime": "abc",
                            "EndTime": "abc"
                        }
                    ],
                    "TimeTZone": "abc"
                },
                "CronType": "abc",
                "Label": "abc",
                "PageId": "abc"
            }
        ],
        "TotalCount": "abc",
        "RequestId": "abc"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InternalError Internal error.
InternalError.DBErr DBErr
InvalidParameter Parameter error.
UnsupportedOperation The operation is not supported.