HP Operations Manager for Windows

OV_ActionResponseEvent


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.
class OV_ActionResponseEvent
{
Properties:
string Id;
string Ctx;
string NodeName;
datetime FinishTime;
sint32 Result;
string StdOutput;
string SessionId;
sint32 Status;
};