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 | String equals (StringEqualCondition), StringPairs equals (StringPairsEqualCondition), String matches (StringMatchCondition), Glob Matcher (PathGlobCondition), Date period (WithinPeriodCondition), Date after (DateAfterCondition), CIDRCondition (CIDRCondition), Subject equals (EqualsSubjectCondition), Resource contains (ResourceContainsCondition), Boolean Value (BooleanCondition), String does not match (StringNotMatchCondition), Office Hours (OfficeHoursCondition) |
One of the available conditions as defined for Security Policies |