asadmin [asadmin-options] delete-protocol-filter [--help]
--protocol protocol-name
[--target server]
protocol-filter-name
delete-protocol-filter |
Previous | Next | Contents |
removes a protocol filter
Synopsis
asadmin [asadmin-options] delete-protocol-filter [--help]
--protocol protocol-name
[--target server]
protocol-filter-name
Description
The delete-protocol-filter
subcommand removes the specified protocol
filter. This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--protocol-name
The name of the associated protocol.
--target
Deletes the protocol filter only from the specified target. Valid
values are as follows:
server
Deletes the protocol filter from the default server instance. This is the default value.
Deletes the protocol filter from the specified configuration.
Deletes the protocol filter from all server instances in the specified cluster.
Deletes the protocol filter from the specified standalone server instance.
Operands
The name of the protocol filter to be deleted.
Examples
Example 1 Deleting a Protocol Filter
The following command deletes the protocol filter named http1-filter
:
asadmin> delete-protocol-filter --protocol http1 http1-filter
Command delete-protocol-filter executed successfully.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |