| setcontentinspectionaction_ifserverdown |
Use this method to set name of the action to perform if the Vserver representing the remote service is not UP. This is not supported for NOINSPECTION Type. The Supported actions are: * RESET - Reset the client connection by closing it. The client program, such as a browser, will handle this and may inform the user. The client may then resend the request if desired. * DROP - Drop the request without sending a response to the user. * CONTINUE - It bypasses the ContentIsnpection and Continues/resumes the Traffic-Flow to Client/Server. |
Syntax |
Parameters |
name |
Name of the RemoteService policy to modify. This is mandatory parameter. |
ifserverdown |
Name of the action to perform if the Vserver representing the remote service is not UP. This is not supported for NOINSPECTION Type. The Supported actions are:
* RESET - Reset the client connection by closing it. The client program, such as a browser, will handle this and may inform the user. The client may then resend the request if desired.
* DROP - Drop the request without sending a response to the user.
* CONTINUE - It bypasses the ContentIsnpection and Continues/resumes the Traffic-Flow to Client/Server. Default value = NS_ACT_CI_IFSERVERDOWN_RESET. Possible Values : CONTINUE, DROP, RESET. |
Return Value |
Returns simpleResult |
See Also |