HP Operations Manager for Windows

OV_ExternalMessage-Properties


Id

Signature
string Id
Description
Key to identify the external message.

PrimaryNodeName

Signature
string PrimaryNodeName
Description
Managed node on which the event occurred.

TimeCreated

Signature
datetime TimeCreated = "20060101000000.000000-000"
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. Initial value is "20060101000000.000000-000".

Text

Signature
string Text
Description
The message text.

OriginalText

Signature
string OriginalText
Description
The original message text.

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 the message or that 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.

DoNotification

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

LogOnly

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

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 creating the trouble ticket.

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

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.

CMA

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