appfw-customSettings¶
The following operations can be performed on "appfw-customSettings":
export| rm| show| import| update|
export appfw customSettings¶
NOTE: This command is deprecated.Changed CLI commands for Appfw "customSettings" to "signatures"
Synopsis¶
Arguments¶
name
target
rm appfw customSettings¶
Removes the object imported by import customsettings. NOTE: This command is deprecated.Changed CLI commands for Appfw "customSettings" to "signatures"
Synopsis¶
Arguments¶
name
Indicates name of custom-settings object.
Example¶
rm customsettings <name>
show appfw customSettings¶
Displays the object imported by import customsettings. NOTE: This command is deprecated.Changed CLI commands for Appfw "customSettings" to "signatures"
Synopsis¶
Arguments¶
name
Output¶
response
Example¶
show appfw customsettings
import appfw customSettings¶
Downloads the Application Firewall Custom Settings XML configuration to the Citrix ADC Box with the given object name NOTE: This command is deprecated.Changed CLI commands for Appfw "customSettings" to "signatures"
Synopsis¶
Arguments¶
src
Indicates the source of the custom settings file as a URL of the form
<protocol>://<host>[:<port>][/<path>]
<protocol> is http or https. <host> is the DNS name or IP address of the http or https server. <port> is the port number of the server. If omitted, the default port for http or https will be used. <path> is the path of the file on the server.
Import will fail if an https server requires client certificate authentication.
name
Indicates name of custom-settings object.
comment
Comments.
xslt
XSLT file URL.
merge
Merges the existing Signature with new signature rules
preservedefactions
preserves the def actions on a signature rule in signature object
overwrite
Overwrites the existing file
sha1
File path for sha1 file to validate signature file
Example¶
import customsettings http://www.example.com/ns/customsettings.xml my-settings
update appfw customSettings¶
Updates the Application Firewall Custom Settings XML configuration to the Citrix ADC Box with the given object name NOTE: This command is deprecated.Changed CLI commands for Appfw "customSettings" to "signatures"
Synopsis¶
Arguments¶
name
Indicates name of the custom-settings object to update.
Example¶
update customsettings my-settings