HP Operations Manager for Windows

OV_Action_ActionRequest


Description
An action is executed on a node. The management server sends an action request event to the node where the action is to be executed. When the action is finished, the node sends an action response event with the action result back to the management server.

OV_Action_ActionRequest is the new action request format.

class OV_Action_ActionRequest
{
Properties:
string Id;
string Ctx;
string NodeName;
OV_Action ref ToolToStart;
string Parameters;
sint32 Encryption;
string User;
string Password;
string Display;
datetime StartTime;
string SessionId;
string paraArray[];
string valueArray[];

Instance Methods:
sint32 Cancel(
);
};