Home > Configuration > Appqoe > addappqoeaction

addappqoeaction

Use this method to add a new AppQoE action for triggering

Syntax



Parameters

name

Name for the AppQoE action. Must begin with a letter, number, or the underscore symbol (_). Other characters allowed, after the first character, are the hyphen (-), period (.) hash (#), space ( ), at (@), equals (=), and colon (:) characters. This is a mandatory argument.
This is mandatory parameter.

priority

Priority for queuing the request. If server resources are not available for a request that matches the configured rule, this option specifies a priority for queuing the request until the server resources are available again. If priority is not configured then Lowest priority will be used to queue the request.

respondwith

Responder action to be taken when the threshold is reached. Available settings function as follows: ACS - Serve content from an alternative content service Threshold : maxConn or delay NS - Serve from the Citrix ADC (built-in response) Threshold : maxConn or delay

customfile

name of the HTML page object to use as the response

altcontentsvcname

Name of the alternative content service to be used in the ACS

altcontentpath

Path to the alternative content service to be used in the ACS

polqdepth

Policy queue depth threshold value. When the policy queue size (number of requests queued for the policy binding this action is attached to) increases to the specified polqDepth value, subsequent requests are dropped to the lowest priority level.
Minimum value = 0.
Maximum value = 0xFFFFFFFE.

priqdepth

Queue depth threshold value per priorirty level. If the queue size (number of requests in the queue of that particular priorirty) on the virtual server to which this policy is bound, increases to the specified qDepth value, subsequent requests are dropped to the lowest priority level.
Minimum value = 0.
Maximum value = 0xFFFFFFFE.

maxconn

Maximum number of concurrent connections that can be open for requests that matches with rule.
Minimum value = 1.
Maximum value = 0xFFFFFFFE.

delay

Delay threshold, in microseconds, for requests that match the policy's rule. If the delay statistics gathered for the matching request exceed the specified delay, configured action triggered for that request, if there is no action then requests are dropped to the lowest priority level
Minimum value = 1.
Maximum value = 599999999.

dostrigexpression

Optional expression to add second level check to trigger DoS actions. Specifically used for Analytics based DoS response generation

dosaction

DoS Action to take when vserver will be considered under DoS attack and corresponding rule matches. Mandatory if AppQoE actions are to be used for DoS attack prevention.

tcpprofile

Bind TCP Profile based on L2/L3/L7 parameters.

retryonreset

Retry on TCP Reset
Default value = NO.

retryontimeout

Retry on request Timeout(in millisec) upon sending request to backend servers
Minimum value = RETRY_MIN_TIMEOUT.
Maximum value = RETRY_MAX_TIMEOUT.

numretries

Retry count
Default value = 3.
Maximum value = MAX_SKIP_SVC_ENTRIES_FOR_RETRY.

Return Value

Returns simpleResult

See Also