| getcontentinspectionwasmprofileResult Structure Definition |
The getcontentinspectionwasmprofileResult structure defines the return type for getcontentinspectionwasmprofile 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. |
contentinspectionwasmprofileList |
List of contentinspectionwasmprofiles |
| contentinspectionwasmprofile Structure Definition |
The contentinspectionwasmprofile structure defines the actual return type values for getcontentinspectionwasmprofile API. |
Syntax |
Members |
name |
Name of the CI WASM profile to be displayed |
timeout |
Timeout (in milliseconds) for the connection with the CI WASM agent |
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. |
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. |
anomalousdatasize |
Transaction data size (in KB) greater than which a transaction is considered as anomalous. Default is 512KB. |
anomalousttfbtime |
Transaction time (in milliseconds) above which a transaction is considered as anomalous. Default is 1 seconds. |
wasmmodule |
Name of the WASM Module |
_nextgenapiresource |
See Also |