Previous Topic: message destroy idNext Topic: message list


message get id

Get message text and attributes

Syntax
message get id [ --batch ] 
Parameters
id

Message Id of message for which text and attributes are to be retrieved.

Examples

message get 120ha - get text/attributes for message 120ha

Notes:

Typical Output
ID        : 120ha
Important : 1
Timestamp : Thu Aug 31 15:20:44 2006
Text      :
   Message text that is important and too long and continues for a very long time 
Output Specification
Message get

None-batch

ID        : 010_test
Severity  : info
Timestamp : Mon 28 Mar 2011 02:54:37 PM PDT
Text      :
   This is a sample message

Batch
message M010_test
   {
   id        = 010_test
   severity  = "info"
   timestamp = "1301349277"
   text      = "This is a sample message"
   }