delete command
The NSM service
designer can
run the delete command from the NSM CLI to delete
the latest enabled version of a NSM service
template.
Usage
./nsmadmin.sh command=delete id=<id> username=<username> password=<password> port=<port> -vOptions
id is a mandatory option that specifies the NSM service template identifier.
username is a mandatory option that specifies the NSM service designer user name.
password is a mandatory option that specifies the NSM service designer password.
port is the Netcool Configuration Manager presentation server port number. The default value is 16310. It is optional.
-v displays detailed output to both the console and the log file. It can be specified anywhere in a command. It is optional.
Examples
./nsmadmin.sh command=delete id=19 ./nsmadmin.sh command=delete id=19 username=admin password=password01 ./nsmadmin.sh -v command=delete id=19 username=admin password=password01 port=16310 ./nsmadmin.sh command=delete id=19 username=admin password=password01 port=16310 -v