| getcontentinspectionpolicyResult Structure Definition |
The getcontentinspectionpolicyResult structure defines the return type for getcontentinspectionpolicy API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
contentinspectionpolicyList |
List of contentinspectionpolicys |
| contentinspectionpolicy Structure Definition |
The contentinspectionpolicy structure defines the actual return type values for getcontentinspectionpolicy API. |
Syntax |
Members |
name |
Name of the contentInspection policy for which to display settings. |
rule |
Rule of the policy. |
actioN |
CI action associated with the policy. |
undefaction |
UNDEF action associated with the policy. |
hits |
Number of hits. |
undefhits |
Number of policy UNDEF hits. |
activepolicy |
Indicates whether policy is bound or not. |
boundto |
Location where policy is bound |
priority |
Specifies the priority of the policy. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
labeltype |
Type of policy label invocation. |
labelname |
Name of the label to invoke if the current policy rule evaluates to TRUE. |
comment |
Any type of information about this contentInspection policy. |
logaction |
Name of the messagelog action to use for requests that match this policy. |
builtin |
Flag to determine if contentInspection policy is built-in or not |
_nextgenapiresource |
See Also |