bot-signature¶
The following operations can be performed on "bot-signature":
update bot signature¶
Updates the specified signature object from the source.
Synopsis¶
update bot signature
Arguments¶
name Name to assign to the bot signature file object on the Citrix ADC.
Example¶
update bot signature my-signature-data
rm bot signature¶
Removes the specified signature object.
Synopsis¶
rm bot signature
Arguments¶
name Name to assign to the bot signature file object on the Citrix ADC.
Example¶
rm bot signature
show bot signature¶
Displays the specified signature object. If no signature object is specified, lists all bot signature objects on the Citrix ADC.
Synopsis¶
show bot signature [
Arguments¶
name Name of the Bot signature object to display.
Output¶
response
Example¶
show bot signature
import bot signature¶
Imports the specified Signature page to the Citrix ADC, assigns it the specified name, and stores it in the list of BOT signature objects.
Synopsis¶
import bot signature [
Arguments¶
src Local path to and name of, or URL (protocol, host, path, and file name) for, the file in which to store the imported signature file. NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.
name Name to assign to the bot signature file object on the Citrix ADC.
comment Any comments to preserve information about the signature file object.
overwrite Overwrites the existing file
Example¶
import bot signature http://www.example.com/page.json my-signature-data