ica-action¶
The following operations can be performed on "ica-action":
set| add| rename| show| rm| unset|
set ica action¶
This command modifies the specified parameters of the specified ica action.
Synopsis¶
set ica action
Arguments¶
name Name of the action that you want to modify.
accessProfileName Name of the ica accessprofile to be associated with this action.
latencyprofileName Name of the ica latencyprofile to be associated with this action.
Example¶
set ica action ica_action_1 -accessprofileName profile2
add ica action¶
Creates an ICA action, which is used to specify the ICA accessprofile.The action can be associated with an ICA policy by using the add ica policy command
Synopsis¶
add ica action
Arguments¶
name Name for the ICA action. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after the ICA action is added.
The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my ica action" or 'my ica action').
accessProfileName Name of the ica accessprofile to be associated with this action.
latencyprofileName Name of the ica latencyprofile to be associated with this action.
Example¶
add ica action ica_action_1 -accessprofileName profile1
rename ica action¶
This command renames an ICA action.
Synopsis¶
rename ica action
Arguments¶
name Name of the existing action.
newName New name for the ICA action. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#),period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks ( for example, "my ica action" or 'my ica action').
Example¶
rename ica action old_name new_name
show ica action¶
This command displays details of the specified ica action. If no profile is specified, displays a list of ica actions on the Citrix ADC.
Synopsis¶
show ica action [
Arguments¶
name Name of the ICA action.
Output¶
stateflag accessProfileName Name of the ica accessprofile to be associated with this action.
latencyprofileName Name of the ica latencyprofile to be associated with this action.
hits The number of times the action has been taken.
referenceCount The number of references to the action.
undefHits The number of times the action resulted in UNDEF.
builtin Indicates that the ICA action is a built-in (SYSTEM INTERNAL) type.
feature The feature to be checked while applying this config
isDefault A value of true is returned if it is a default action
devno count
Example¶
sh ica action ica_action_1
rm ica action¶
This command removes the ica action specified
Synopsis¶
rm ica action
Arguments¶
name Name of the action to be removed.
Example¶
rm ica action ica_action_1
unset ica action¶
Use this command to remove ica action settings.Refer to the set ica action command for meanings of the arguments.
Synopsis¶
unset ica action