help¶
The following operations can be performed on "help":
help¶
Use this command to display help information for a CLI command, for a group of commands, or for all CLI commands.
Synopsys¶
help [(commandName) | <groupName> | -all]
Arguments¶
commandName
The name of a command for which you want full usage information.
groupName
The name of a command group for which you want basic usage information.
all
Use this option to request basic usage information for all commands.
Example¶
1.To view help information for adding a virtual server, enter the following CLI command:help add vserverThe following information is displayed:Usage: add vserver <vServerName> <serviceType> [<IPAddress> port>] [-type ( CONTENT | ADDRESS )] [-cacheType <cacheType>] [-backupVServerName <string>] [-redirectURL <URL>] [-cacheable ( ON | OFF )] [-state ( ENABLED | DISABLED )]where:serviceType = ( HTTP | FTP | TCP | UDP | SSL | SSL_BRIDGE | SSL_TCP | NNTP| DNS | ANY )<cacheType> = ( TRANSPARENT | REVERSE | FORWARD ) Done2.To view help information for all DNS commands, enter the following command:help dnsThe following information is displayed:add aaaaRec <hostname> <IPv6Address> ... [-TTL <secs>]rm aaaaRec <hostname> [<IPv6Address> ...]show aaaaRec [<hostname> | -type <type>]add addRec <hostname> <IPAddress> ... [-TTL <secs>] [-private <ip_addr>]rm addRec <hostname> [<IPAddress> ...]show addRec [<hostname> | -type <type>]add cnameRec <aliasName> <canonicalName> [-TTL <secs>]rm cnameRec <aliasName>show cnameRec [<aliasName> | -type <type>]add mxRec <domain> -mx <string> -pref <positive_integer> [-TTL <secs>]rm mxRec <domain> <mx>set mxRec <domain> -mx <string> [-pref <positive_integer>] [-TTL <secs>]show mxRec [<domain> | -type <type>]add nsRec <domain> [-p <string>] [-s <string>] [-TTL <secs>]rm nsRec <domain> [-p <string> | -s <string>]show nsRec [<domain> | -type <type>]set dns parameter [-timeout <secs>] [-retries <positive_integer>] [-minTTL <secs>] [-maxTTL <secs>] [-TTL ( ENABLED | DISABLED )] [-cacheRecords ( YES | NO )]show dns parameteradd soaRec <domain> -contact <string> -serial <positive_integer> -refresh <secs> -retry <secs> -expire <secs> -minimum <secs>-TTL <secs>rm soaRec <domain>set soaRec <domain> [-contact <string>] [-serial <positive_integer>][-refresh <secs>] [-retry <secs>] [-expire <secs>] [-minimum <secs>][-TTL <secs>]show soaRec [<domain> | -type <type>]add dns ptrRec <reverseDomain> <domain> ... [-TTL <secs>]rm dns ptrRec <reverseDomain> [<domain> ...]show dns ptrRec [<reverseDomain> | -type <type>]add dns srvRec <domain> <target> -priority <positive_integer> -weight <positive_integer> -port <positive_integer>rm dns srvRec <domain> [<target> ...]set dns srvRec <domain> <target> [-priority <positive_integer>] [-weight <positive_integer>] [-port <positive_integer>] [-TTL <secs>]show dns srvRec [(<domain> [<target>]) | -type <type>]Done