HP Operations Manager for Windows

OV_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_ActionRequest is the old action request format. OV_Action_ActionRequest replaces it.

class OV_ActionRequest
{
Properties:
string Id;
string Ctx;
string NodeName;
string Call;
sint32 CallType;
sint32 Encryption;
string User;
string Password;
string Display;
boolean SendOutput;
datetime StartTime;
string SessionId;

Instance Methods:
sint32 Cancel(
);
};