| getcontentinspectioncalloutResult Structure Definition |
The getcontentinspectioncalloutResult structure defines the return type for getcontentinspectioncallout 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. |
contentinspectioncalloutList |
List of contentinspectioncallouts |
| contentinspectioncallout Structure Definition |
The contentinspectioncallout structure defines the actual return type values for getcontentinspectioncallout API. |
Syntax |
Members |
name |
Name of the Content Inspection callout to display. |
type |
Type |
profilename |
Profile name |
servername |
Vserver/Server name |
serverport |
Server port. |
returntype |
Return type of the callout |
resultexpr |
String expression for callout response |
hits |
Total hits |
undefhits |
Total undefs |
undefreason |
Reason for last undef |
comment |
Any comments to preserve information about this Content Inspection callout. |
_nextgenapiresource |
See Also |