Deleting event suppressions with the CLI by specifying a file
The following table lists the required and optional parameters for the manage event suppression command tool.
Parameters | Description |
---|---|
delete | Indicates that this command is deleting Event Suppression Periods. |
-f filename | Name of a file containing the event suppression information. Required to read events from a file. If the filename is -, the information is read from stdin. |
Optional parameters | Description |
-hor -? or --help | Provides a brief help message. |
-u username or --user username | Indicates that the parameter username used for connecting to the services. |
-p password or --password password | Password used for connecting to the services. If -p or -s is not specified, the user is prompted for the password. -p is mutually exclusive with -s. |
-s or --stdin | Specify password via stdin. This is mutually exclusive with -p. |
--inherited | Any suppression for supervisory objects is included. |
--descendents | Any suppression for descendent objects is included. |
-d | Run the command in debug mode. |
-v | Run the command in verbose mode. |