| setcontentinspectionwasmprofile_timeoutaction |
Use this method to set timeout action for the connection with the CI agent. Either the original request can be bypassed i.e. request/response is forwarded to the endpoint or the transaction is dropped/reset. |
Syntax |
Parameters |
name |
Name of CI WASM profile. This is mandatory parameter. |
timeoutaction |
Timeout action for the connection with the CI agent. Either the original request can be bypassed i.e. request/response is forwarded to the endpoint or the transaction is dropped/reset. Default value = NS_ACT_CI_REQTIMEOUT_DROP. Possible Values : BYPASS, DROP, RESET. |
Return Value |
Returns simpleResult |
See Also |