Vorheriges Thema: message destroy idNächstes Thema: message list


message get id

Meldungstext und -attribute abrufen

Syntax
message get id [ --batch ] 
Parameter
id

Meldungs-ID der Meldung, für die Text und Attribute abgerufen werden sollen.

Beispiele

message get 120ha - Text und Attribute für Meldung 120ha abrufen

Hinweise:

Typische Ausgabe
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 
Ausgabespezifikation
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"
   }