HP Operations Manager for Windows

OV_Action-Properties


Name

Signature
string Name
Description
The name identifying the Action.

Icon

Signature
string Icon
Description
The icon to use for this tool. If blank, the default icon defined for the Actions is used.

Command

Signature
string Command
Description
The command string that is executed.

IOType

Signature
sint32 IOType
Description
Indicates whether the command is expected to give an output stream.
Values
ValueMap
Values
0 = NoOutput
1 = Output

CallType

Signature
sint32 CallType
Description
Identifies the type of the command.
Values
ValueMap
Values
0 = Executable
1 = VB script
2 = JScript
3 = Windows Scripting Host
4 = Perl script
100 = URL

ExecuteOn

Signature
uint16 ExecuteOn
Description
Identifies the location from which the command runs.
Values
ValueMap
Values
0 = Management Server
1 = Selected Node
2 = Node List
3 = Console

ExecuteAsUser

Signature
string ExecuteAsUser
Description
The user who execute the command. If this string is blank or empty, the default user is used.

Parameters

Signature
string Parameters
Description
The parameters to be added to the command.

EditParameters

Signature
boolean EditParameters
Description
Indicates whether the parameters can be edited by the user before the command is executed.

EditLogin

Signature
boolean EditLogin
Description
Indicates whether the logon can be edited by the user before the command is executed.

Password

Signature
string Password
Description
The encrypted password for the user identified in ExecuteAsUser.

RequirePassword

Signature
boolean RequirePassword
Description
If true, the user is required to type a password.

PredefinedList

Signature
string PredefinedList[]
Description
A predefined list of nodes or services on which the action is executed. This list is valid only if the ExecuteOn property is set to NodeList. This is an array of strings in which each element in the array is a node or a service.

ShowInContextMenu

Signature
boolean ShowInContextMenu
Description
If true, the tool is shown in the context menu when clicking on a message.