Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
11 KiB
Querying a False Alarm Masking Rule
Function Description
This API is used to query details about a false alarm masking rule.
URI
- URI format
GET /v1/{project_id}/waf/policy/{policy_id}/ignore/{ignore_id}
- Parameter description
Table 1 Path parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Specifies the project ID.
policy_id
Yes
String
Specifies the policy ID.
ignore_id
Yes
String
Specifies the ID of a false alarm masking rule.
Request
Request parameters
None
Response
Parameter |
Type |
Description |
---|---|---|
id |
String |
Specifies the ID of a false alarm masking rule. |
policy_id |
String |
Specifies the policy ID. |
path |
String |
Specifies a misreported URL excluding a domain name. |
event_id |
String |
Specifies the event ID. |
event_type |
String |
Specifies the event type. |
timestamp |
Long |
Specifies the time when a false alarm masking rule is added. |
rule |
String |
Specifies the rule ID, which consists of six digits and cannot be empty. |
Example
- Response example
{ "id": "6cdc116040d444f6b3e1bf1dd629f1d0", "policy_id": "44d887434169475794b2717438f7fa78", "path": "/a", "event_id": "3737fb122f2140f39292f597ad3b7e9a", "event_type": "xss", "rule": "100001", "timestamp": 1499817600 }
Status Code
For details about error status codes, see Status Codes.