Home > Configuration > CI > setcontentinspectionpolicy_action

setcontentinspectionpolicy_action

Use this method to set name of the contentInspection action to perform if the request matches this contentInspection policy.
There are also some built-in actions which can be used. These are:
* NOINSPECTION - Send the request from the client to the server or response from the server to the client without sending it to Inspection device for Content Inspection.
* RESET - Resets 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.

Syntax



Parameters

name

Name of the contentInspection policy.
This is mandatory parameter.

actioN

Name of the contentInspection action to perform if the request matches this contentInspection policy. There are also some built-in actions which can be used. These are: * NOINSPECTION - Send the request from the client to the server or response from the server to the client without sending it to Inspection device for Content Inspection. * RESET - Resets 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.

Return Value

Returns simpleResult

See Also