streamtool rmrestrictedconfig
The streamtool rmrestrictedconfig command removes restricted or sensitive configuration settings from a domain or instance.
Usage
rmrestrictedconfig >>-+-----------------------+------------------------------------> '-+- -d----------+--did-' '- --domain-id-' >--+------------------------------+--+-------------+------------> '-+- -i------------+--instance-' '- --noprompt-' '- --instance-id-' >--+-------------------+--+---------------------+---------------> +-+- -a----+--------+ '-+- -U-----+--userid-' | '- --all-' | '- --User-' | .-,-------------. | | V | | '---property-name-+-' >--+---------+--+-----------------+-----------------------------> +- -h-----+ '- --trace--level-' '- --help-' >--+-----------------------+------------------------------------> '-+- -v--------+--level-' '- --verbose-' >--| Non-interactive tool options |---------------------------->< Non-interactive tool options (1) |--------+-----------------------------+------------------------| +- --embeddedzk---------------+ | .-,---------. | | V | | '- --zkconnect----host:port-+-'
- The non-interactive tool options are not supported in the interactive streamtool interface.
Authority
You must have delete authority for the application configuration security element. By default, the DomainAdministrator role for domains and the InstanceAdministrator role for instances have this authority. For more information about access control lists, see streamtool getacl.
Description
Use this command to remove restricted or sensitive information for a domain or instance, such as connection information for a password-protected database.
Options and arguments
- -a, --all
Specifies to remove all of the properties.
- -d, --domain-id did
Specifies the domain identifier.
If you do not specify this option, IBM® Streams uses the domain name that is set in the STREAMS_DOMAIN_ID environment variable. By default, that domain name is StreamsDomain. If you are using the interactive streamtool interface, it uses the name of the active domain for the current streamtool session or else it prompts you for the domain name.
The active domain for the current streamtool session is set every time that you successfully run a streamtool command with a -d or --domain-id option. Alternatively, you can run the streamtool domain command in the interactive interface.
- -h, --help
Specifies to show the command syntax.
- -i, --instance
Specifies the instance identifier.
If you do not specify an instance, the configuration is removed from the domain.
- --noprompt
Specifies to suppress confirmation prompts.
- property-name
Specifies the name of a property.
- --trace level
Specifies the trace setting. The following valid levels are listed in order of increasing verbosity, which is to say that the first level in the list generates the least amount of information:
- off
- error
- warn
- info
- debug
- trace
- -U, --User userid
Specifies an IBM Streams user ID that has authority to run the command.
- -v,--verbose level
Specifies to provide more detailed command output. The verbosity level can be 0-3, where 0 disables detailed reporting and each increment provides more detailed output.
