getappqoeactionResult Structure Definition

The getappqoeactionResult structure defines the return type for getappqoeaction 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.

appqoeactionList

List of appqoeactions


appqoeaction Structure Definition

The appqoeaction structure defines the actual return type values for getappqoeaction API.

Syntax



Members

name

Name for the AppQoE action.

hits


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

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.

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.

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

maxconn

Maximum number of concurrent connections that can be open for requests that matches with rule.

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

customfile

name of the HTML page object to use as the response

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

retryontimeout

Retry on request Timeout(in millisec) upon sending request to backend servers

numretries

Retry count

_nextgenapiresource


See Also