Request Metadata Filter
Request Metadata Filter is the building block used to build Filters on request Metadata.
Request filtering can be useful for jobs triggered by events, that will carry the initial metadata of the request that triggered the action.
Conditions use the same syntax as security policies.
Parameters
Label | Identifier | Type / Allowed Values | Comment |
---|---|---|---|
Field Name | FieldName | Remote Address (RemoteAddress), User Agent (UserAgent), Content Type (ContentType), HTTP Protocol (HttpProtocol), Request Host (RequestHost), Request Hostname (RequestHostname), Request Port (RequestPort), Request Method (RequestMethod), Request URI (RequestURI), Cookies String (CookiesString), Server Time (ServerTime) |
Field on which the Condition test will be applied |
Condition | Condition | Subject equals (EqualsSubjectCondition), String does not match (StringNotMatchCondition), Office Hours (OfficeHoursCondition), Resource contains (ResourceContainsCondition), Boolean Value (BooleanCondition), Glob Matcher (PathGlobCondition), Date period (WithinPeriodCondition), String equals (StringEqualCondition), CIDRCondition (CIDRCondition), StringPairs equals (StringPairsEqualCondition), String matches (StringMatchCondition), Date after (DateAfterCondition) |
One of the available conditions as defined for Security Policies |