Previous Topic: destroy (Dashboard Message Management)--Destroy a MessageNext Topic: set (Dashboard Message Management)--Set Message Text/Attributes


get (Dashboard Message Management)--Get Message Text/Attributes

Get message text and attributes

Syntax
message get id [ --batch ]  
Parameters
id

Message Id of message to retrieve text and attributes for

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"
   }