| getpolicyevaluation |
Use this method to get pixl expression or action and gives result. Result type can be zero or more of: |
Syntax |
Parameters |
expression |
Expression string. For example: http.req.body(100).contains("this"). |
actioN |
Rewrite action name. Supported rewrite action types are:
-delete
-delete_all
-delete_http_header
-insert_after
-insert_after_all
-insert_before
-insert_before_all
-insert_http_header
-replace
-replace_all
|
type |
Indicates request or response input packet. This is mandatory parameter. |
input |
Text representation of input packet. This is mandatory parameter. |
Return Value |
Returns getpolicyevaluationResult |
See Also |