| getcmpactionResult Structure Definition |
The getcmpactionResult structure defines the return type for getcmpaction 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. |
cmpactionList |
List of cmpactions |
| cmpaction Structure Definition |
The cmpaction structure defines the actual return type values for getcmpaction API. |
Syntax |
Members |
name |
Name of the action for which to display detailed information. |
cmptype |
Type of compression performed by this action.
Available settings function as follows:
* COMPRESS - Apply GZIP or DEFLATE compression to the response, depending on the request header. Prefer GZIP.
* GZIP - Apply GZIP compression.
* DEFLATE - Apply DEFLATE compression.
* NOCOMPRESS - Do not compress the response if the request matches a policy that uses this action. |
deltatype |
The type of delta action if compression type is delta compression. NOTE: This attribute is deprecated. Deprecating delta action in cmp policies |
addvaryheader |
Control insertion of the Vary header in HTTP responses compressed by Citrix ADC. Intermediate caches store different versions of the response for different values of the headers present in the Vary response header. |
varyheadervalue |
The value of the HTTP Vary header for compressed responses. |
builtin |
Flag to determine whether compression is default or not |
_nextgenapiresource |
See Also |