HP Operations Manager for Windows

OV_Action_ActionRequest-Properties


Id

Signature
string Id
Description
Id of the action request. If you do not specify the value, the provider generates it.

Ctx

Signature
string Ctx
Description
Context information. If the Id is unique, you can use the value NULL.

NodeName

Signature
string NodeName
Description
Name of the node where the action is executed. If the value is NULL, the provider uses the OV_Action node name.

ToolToStart

Signature
OV_Action ref ToolToStart
Description
Reference used to start the tool.

Parameters

Signature
string Parameters
Description
String of action parameters.

Encryption

Signature
sint32 Encryption
Description
Encryption type used to encrypt data (password and parameters).
Values
ValueMap
Values
0 = LocalPutInstance
1 = 1

User

Signature
string User
Description
User who starts the action. If the value is NULL, the provider uses the OV_Action user.

Password

Signature
string Password
Description
Password that legitimates action execution.

If you do not specify the user, the provider ignores the attribute.

Display

Signature
string Display
Description
Where the X application or NT application should open the display or GUI.

StartTime

Signature
datetime StartTime
Description
Action start time. The provider sets this attribute automatically.

SessionId

Signature
string SessionId
Description
Session or caller ID that can be used to filter action responses, based on the issuer.

paraArray

Signature
string paraArray[]
Description
Dynamic array of parameter names.

valueArray

Signature
string valueArray[]
Description
Dynamic array of corresponding parameter values.