This API is used to query details about a false alarm masking rule.
GET /v1/{project_id}/waf/policy/{policy_id}/ignore/{ignore_id}
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 parameters
None
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. |
{
"id": "6cdc116040d444f6b3e1bf1dd629f1d0",
"policy_id": "44d887434169475794b2717438f7fa78",
"path": "/a",
"event_id": "3737fb122f2140f39292f597ad3b7e9a",
"event_type": "xss",
"rule": "100001",
"timestamp": 1499817600
}
For details about error status codes, see Status Codes.