HP Operations Manager for Windows

OV_Message-Properties


Id

Signature
string Id
Description
Key to identify the external message.

OriginalId

Signature
string OriginalId
Description
Contains the original message ID if the property "Id" was changed (for example, by the message stream interface).

ConditionId

Signature
string ConditionId
Description
Identifies the condition that matches the message.

NodeName

Signature
string NodeName
Description
UUID of the managed node on which the event occurred.

AgentId

Signature
string AgentId
Description
Contains the ID of the agent.

PrimaryNodeName

Signature
string PrimaryNodeName
Description
"Readable" name of the managed node on which the event occurred.

TimeCreated

Signature
datetime TimeCreated
Description
Time when the message was created on the agent.

Format: YYYYMMDDHHMMSS.mmmmmmsUUU

YYYY - Four-digit year.

MM - Two-digit month.

DD - Two-digit day (01-31).

HH - Two-digit hour (00-23).

MM - Two-digit minute (00-59).

SS - Two-digit number of seconds (00-59).

mmmmmm - Six-digit number of microseconds (000000-999999).

s - Plus sign (+) or minus sign (-) to indicate a positive or negative offset from universal time coordinates (UTC).

UUU - Three-digit offset indicating the number of minutes that the originating time zone deviates from UTC.

TimeReceived

Signature
datetime TimeReceived
Description
The time when the message was received on the management server. In case of duplicates, it is the time when the last duplicate arrived on the server (if duplicate detection is enabled).

Format: YYYYMMDDHHMMSS.mmmmmmsUUU

YYYY - Four-digit year.

MM - Two-digit month.

DD - Two-digit day (01-31).

HH - Two-digit hour (00-23).

MM - Two-digit minute (00-59).

SS - Two-digit number of seconds (00-59).

mmmmmm - Six-digit number of microseconds (000000-999999).

s - Plus sign (+) or minus sign (-) to indicate a positive or negative offset from universal time coordinates (UTC).

UUU - Three-digit offset indicating the number of minutes that the originating time zone deviates from UTC.

Text

Signature
string Text
Description
Message text.

OriginalText

Signature
string OriginalText
Description
Contains the original text received from the agent.

MessageGroup

Signature
string MessageGroup
Description
Logical grouping of messages by type.

Object

Signature
string Object
Description
Specifies the object that was affected by, that was detected, or that caused the message. For example, this could be a printer that sent a message when it stopped accepting requests, or a backup device that sent a message when a backup stopped.

Application

Signature
string Application
Description
Specifies the application that was affected by or detected the message.

Type

Signature
string Type
Description
Defines filters for the message stream interface.

ServiceId

Signature
string ServiceId
Description
Service that is affected by the message.

OriginalServiceId

Signature
string OriginalServiceId
Description
Contains the service ID without parameter replacement.

NumberOfAnnotations

Signature
sint32 NumberOfAnnotations = 0
Description
Number of annotations attached to this message.

UsedNotificationInterfaces

Signature
string UsedNotificationInterfaces
Description
Identifies the interfaces used for notifications (for example, email).

DoNotification

Signature
boolean DoNotification = FALSE
Description
If true, the system sends a notification for the message (for example, by using email or pager).

Unmatched

Signature
boolean Unmatched = TRUE
Description
If true, the message does not match any condition.

LogOnly

Signature
boolean LogOnly = FALSE
Description
If true, the system stores the message as a history message.

IsProxied

Signature
boolean IsProxied = FALSE
Description
If true, the agent node is different from the node on which the event occurred.

CreateTroubleTicketInterface

Signature
boolean CreateTroubleTicketInterface = FALSE
Description
If true, the system creates a trouble ticket for the message.

AcknowledgeAfterTroubleTicket

Signature
boolean AcknowledgeAfterTroubleTicket = FALSE
Description
If true, the system acknowledges the message after it creates the trouble ticket.

IsExternalNode

Signature
boolean IsExternalNode = FALSE
Description
If true, the message arrived from an external node. An external node is not managed by HPOM for Windows. (for example, a node without an HP Operations agent).

Severity

Signature
sint32 Severity = 1
Description
Indicates how urgent the message is.
Values
ValueMap
Values
1 = Unknown
2 = Normal
4 = Warning
8 = Minor
16 = Major
32 = Critical

State

Signature
sint32 State = 1
Description
The current state of the message.
Values
ValueMap
Values
1 = Undefined
2 = Unowned
3 = Owned
4 = Acknowledged
5 = Node Deleted
6 = Deleted

TimeOfStateChange

Signature
datetime TimeOfStateChange
Description
Time when the last state change occurred.

Format: YYYYMMDDHHMMSS.mmmmmmsUUU

YYYY - Four-digit year.

MM - Two-digit month.

DD - Two-digit day (01-31).

HH - Two-digit hour (00-23).

MM - Two-digit minute (00-59).

SS - Two-digit number of seconds (00-59).

mmmmmm - Six-digit number of microseconds (000000-999999).

s - Plus sign (+) or minus sign (-) to indicate a positive or negative offset from universal time coordinates (UTC).

UUU - Three-digit offset indicating the number of minutes that the originating time zone deviates from UTC.

UserOfStateChange

Signature
string UserOfStateChange
Description
User responsible for the last state change.

SourceType

Signature
sint32 SourceType = 0x0
Description
Message source type (for example, console, logfile, or SNMP, and so on).
Values
ValueMap
Values
0x0 = Unknown
0x1 = MPE Console
0x2 = Open Message Interface
0x4 = Logfile Entry | Windows Event Log
0x8 = Measurement Threshold | Service/Process Monitoring
0x10 = SNMP Interceptor
0x20 = Server Message Stream Interface
0x40 = Agent Message Stream Interface
0x80 = Reserved
0x100 = Scheduled Command
0x200 = Measurement Threshold | Service/Process Monitoring
0x400 = Windows Management Interface
0x1000 = Internal
0x2000 = Unknown
0x2001 = MPE Console
0x2002 = Open Message Interface
0x2004 = Logfile Entry | Windows Event Log
0x2008 = Measurement Threshold | Service/Process Monitoring
0x2010 = SNMP Interceptor
0x2020 = Server Message Stream Interface
0x2040 = Agent Message Stream Interface
0x2080 = Reserved
0x2100 = Scheduled Command
0x2200 = Measurement Threshold | Service/Process Monitoring
0x2400 = Windows Management Interface

Source

Signature
string Source
Description
Name and version of the policy that created the message.

MessageKey

Signature
string MessageKey
Description
Identifies a certain type of message.

MessageKeyRelation

Signature
string MessageKeyRelation
Description
Messages with message keys that match the MessageKeyRelation are acknowledged by this message.

NumberOfDuplicates

Signature
sint32 NumberOfDuplicates = 0
Description
If duplicate detection is enabled, the number of duplicates of the current message. Otherwise, the value is 0.

TimeFirstReceived

Signature
datetime TimeFirstReceived
Description
If duplicate detection is enabled, the time when the message was first received on the management server. Otherwise, the value is equal to TimeReceived.

Format: YYYYMMDDHHMMSS.mmmmmmsUUU

YYYY - Four-digit year.

MM - Two-digit month.

DD - Two-digit day (01-31).

HH - Two-digit hour (00-23).

MM - Two-digit minute (00-59).

SS - Two-digit number of seconds (00-59).

mmmmmm - Six-digit number of microseconds (000000-999999).

s - Plus sign (+) or minus sign (-) to indicate a positive or negative offset from universal time coordinates (UTC).

UUU - Three-digit offset indicating the number of minutes that the originating time zone deviates from UTC.

NumberOfStoredDuplicates

Signature
sint32 NumberOfStoredDuplicates = 0
Description
Number of duplicate annotations stored with the message.

AutomaticAction

Signature
OV_MessageAction AutomaticAction
Description
Action that is automatically executed when the message arrived on the management server (see OV_MessageAction).

OperatorAction

Signature
OV_MessageAction OperatorAction
Description
Action that can be executed by an operator when the message arrived on the management server (see OV_MessageAction).

InstructionAvailable

Signature
boolean InstructionAvailable = FALSE
Description
If true, an instruction is attached to the message.

InstructionID

Signature
string InstructionID
Description
Identifies the instruction attached to the message.

InstructionType

Signature
sint32 InstructionType = 0
Description
Type of the instruction (for example, text).
Values
ValueMap
Values
0 = CSM_C_INSTR_NO
1 = CSM_C_INSTR_TEXT
2 = CSM_C_INSTR_INTERF
3 = CSM_C_INSTR_INTERNAL

InstructionParameters

Signature
string InstructionParameters
Description
Instruction parameters passed to the instruction text interface.

CMAs

Signature
OV_Message_CA CMAs[]
Description
List of custom message attributes (CMAs).

Origin

Signature
string Origin
Description
In a MOM environment, identifies the management server that received the message first.

Sender

Signature
string Sender
Description
In a MOM environment, identifies the management server from which the message was received.