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"
Synopsys¶
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"
Synopsys¶
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"
Synopsys¶
Arguments¶
name
Outputs¶
response
Example¶
show appfw customsettings
import appfw customSettings¶
Downloads the Application Firewall Custom Settings XML configuration to the NetScaler Box with the given object name NOTE: This command is deprecated.Changed CLI commands for Appfw "customSettings" to "signatures"
Synopsys¶
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.
overwrite
Overwrites the existing file
xslt
XSLT file URL.
merge
Merges the existing Signature with new signature rules
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 NetScaler Box with the given object name NOTE: This command is deprecated.Changed CLI commands for Appfw "customSettings" to "signatures"
Synopsys¶
Arguments¶
name
Indicates name of the custom-settings object to update.
mergeDefault
Merges signature file with default signature file.
Example¶
update customsettings my-settings