| getappflowactionResult Structure Definition |
The getappflowactionResult structure defines the return type for getappflowaction 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. |
appflowactionList |
List of appflowactions |
| appflowaction Structure Definition |
The appflowaction structure defines the actual return type values for getappflowaction API. |
Syntax |
Members |
name |
Name of the action about which to display information. |
hits |
The number of times the action has been taken. |
collectors |
Name(s) of collector(s) to be associated with the AppFlow action. |
clientsidemeasurements |
On enabling this option, the Citrix ADC will collect the time required to load and render the mainpage on the client. |
pagetracking |
On enabling this option, the Citrix ADC will start tracking the page for waterfall chart by inserting a NS_ESNS cookie in the response. |
webinsight |
On enabling this option, the Citrix ADC will send the webinsight records to the configured collectors. |
securityinsight |
On enabling this option, the Citrix ADC will send the security insight records to the configured collectors. |
botinsight |
On enabling this option, the Citrix ADC will send the bot insight records to the configured collectors. |
ciinsight |
On enabling this option, the Citrix ADC will send the ContentInspection Insight records to the configured collectors. |
videoanalytics |
On enabling this option, the Citrix ADC will send the videoinsight records to the configured collectors. |
distributionalgorithm |
On enabling this option, the Citrix ADC will distribute records among the collectors. Else, all records will be sent to all the collectors. |
metricslog |
If only the stats records are to be exported, turn on this option. NOTE: This attribute is deprecated. Please use set appflow param -metrics |
transactionlog |
Log ANOMALOUS or ALL transactions |
referencecount |
The number of references to the action. |
description |
Description of the action |
comment |
Comments associated with the AppFlow action. |
analyticsprofile |
Analytics profile to be bound to the appflow action |
_nextgenapiresource |
See Also |