Home > Configuration > CI > addcontentinspectionwasmprofile

addcontentinspectionwasmprofile

Use this method to adds a CI WASM profile to the Citrix ADC.

Syntax



Parameters

name

Name of CI WASM profile.
This is mandatory parameter.

timeout

Timeout (in milliseconds) for the connection with the CI WASM agent
Default value = 1000.
Minimum value = 0.
Maximum value = 86400000.

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.

maxbodylen

Max data size (in KB) that will be sent to the CI Agent. Default is 16KB. Maximum value that can be configured is 32KB.
Default value = 16.
Minimum value = 0.
Maximum value = 32.

anomalousdatasize

Transaction data size (in KB) greater than which a transaction is considered as anomalous. Default is 512KB.
Default value = 512.
Minimum value = 0.
Maximum value = 512.

anomalousttfbtime

Transaction time (in milliseconds) above which a transaction is considered as anomalous. Default is 1 seconds.
Default value = 1000.
Minimum value = 0.
Maximum value = 3600000.

wasmmodule

Name of the WASM Module.
This is mandatory parameter.

Return Value

Returns simpleResult

See Also