setConditions
public void setConditions(QueryCondition[] Conditions)
Set Log filter criteria. The detailed filter criteria are as follows:
EdgeResponseStatusCode: Filter by response status code returned from the EdgeOne node to the client.
?? Supported operators: equal, great, less, great_equal, less_equal
?? Valid values: any integer greater than or equal to 0
OriginResponseStatusCode: Filter by response status code of the origin server.
?? Supported operators: equal, great, less, great_equal, less_equal.
?? Valid values: any integer greater than or equal to -1
SecurityAction: Filter by final action after the request matches a security rule.
?? Supported operator: equal
?? Options:
?? -: unknown/not matched
?? Monitor: observation
?? JSChallenge: JavaScript challenge
?? Deny: blocking
?? Allow: allowing
?? BlockIP: IP blocking
?? Redirect: redirection
?? ReturnCustomPage: returning to a custom page
?? ManagedChallenge: managed challenge
?? Silence: silence
?? LongDelay: response after a long delay
?? ShortDelay: response after a short delay
SecurityModule: Filter by name of the security module finally handling the request.
??Supported operator: equal
??Options:
?? -: unknown/not matched
?? CustomRule: Custom Rules in Web Protection
?? RateLimitingCustomRule: Rate Limiting Rules in Web Protection
?? ManagedRule: Managed Rules in Web Protection
?? L7DDoS: CC Attack Defense in Web Protection
?? BotManagement: Bot Basic Management in Bot Management
?? BotClientReputation: Client Reputation Analysis in Bot Management
?? BotBehaviorAnalysis: Bot Intelligent Analysis in Bot Management
?? BotCustomRule: Custom Bot Rules in Bot Management
?? BotActiveDetection: Active Detection in Bot Management
- Parameters:
Conditions
- Log filter criteria. The detailed filter criteria are as follows:
- EdgeResponseStatusCode: Filter by response status code returned from the EdgeOne node to the client.
?? Supported operators: equal, great, less, great_equal, less_equal
?? Valid values: any integer greater than or equal to 0
- OriginResponseStatusCode: Filter by response status code of the origin server.
?? Supported operators: equal, great, less, great_equal, less_equal.
?? Valid values: any integer greater than or equal to -1
- SecurityAction: Filter by final action after the request matches a security rule.
?? Supported operator: equal
?? Options:
?? -: unknown/not matched
?? Monitor: observation
?? JSChallenge: JavaScript challenge
?? Deny: blocking
?? Allow: allowing
?? BlockIP: IP blocking
?? Redirect: redirection
?? ReturnCustomPage: returning to a custom page
?? ManagedChallenge: managed challenge
?? Silence: silence
?? LongDelay: response after a long delay
?? ShortDelay: response after a short delay
- SecurityModule: Filter by name of the security module finally handling the request.
??Supported operator: equal
??Options:
?? -: unknown/not matched
?? CustomRule: Custom Rules in Web Protection
?? RateLimitingCustomRule: Rate Limiting Rules in Web Protection
?? ManagedRule: Managed Rules in Web Protection
?? L7DDoS: CC Attack Defense in Web Protection
?? BotManagement: Bot Basic Management in Bot Management
?? BotClientReputation: Client Reputation Analysis in Bot Management
?? BotBehaviorAnalysis: Bot Intelligent Analysis in Bot Management
?? BotCustomRule: Custom Bot Rules in Bot Management
?? BotActiveDetection: Active Detection in Bot Management