前のトピック: message destroy id

次のトピック: message list


message get id

メッセージ テキストおよび属性を取得します。

構文
message get id [ --batch ] 
パラメータ
id

テキストと属性が取得されるメッセージのメッセージ ID。

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

注:

一般的な出力
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 
出力の仕様
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"
   }