IBM Tivoli Monitoring, Version 6.3

tacmd deleteAction

Description

Use the tacmd deleteAction command to delete a Take Action. You must log in by using the tacmd login command before running the tacmd deleteAction command.

CLI syntax

tacmd deleteAction  
                      {-n|--name} ACTIONNAME  
                      [{-t|--type} TYPE]  
                      [{-d|--detailtextname} TYPEDESC]  
                      [{-f|--force}]  

where:
-n|--name
The name of the action to be deleted.
-t|--type
Application type name. Specify a two-digit character code of the system type name to delete the action.
-d|--detailtextname
Application detail text name. Specify detail text of system type name to delete the action.
-f|--force
Deletes the action without prompting user for confirmation.

CLI example

This example deletes the action named "Test Action" of type WE and which has type name "WebSphere Application Server" after user's confirmation.
   tacmd deleteAction -n "Test Action" –t we  –d  "WebSphere Application Server" 

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback