bulletin
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A bulletin that represents a notification about a passing event including,
the source component (if applicable), the timestamp, the message, and where
the bulletin originated (if applicable).
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (long)
|
0/1 |
The id of this message.
|
|
nodeAddress (string)
|
0/1 |
When clustered, the address of the node from which this bulletin
originated.
|
|
groupId (string)
|
0/1 |
The group id of the source component.
|
|
category (string)
|
0/1 |
The category of this message.
|
|
message (string)
|
0/1 |
The actual message.
|
|
sourceId (string)
|
0/1 |
The id of the source of this message.
|
|
sourceName (string)
|
0/1 |
The name of the source of this message.
|
|
level (string)
|
0/1 |
The level of this bulletin.
|
|
timestamp (string)
|
0/1 |
When this bulletin was generated as a formatted string.
|
JSON
| property |
type |
description |
| id |
id (long)
|
The id of this message.
|
| nodeAddress |
nodeAddress (string)
|
When clustered, the address of the node from which this bulletin
originated.
|
| groupId |
groupId (string)
|
The group id of the source component.
|
| category |
category (string)
|
The category of this message.
|
| message |
message (string)
|
The actual message.
|
| sourceId |
sourceId (string)
|
The id of the source of this message.
|
| sourceName |
sourceName (string)
|
The name of the source of this message.
|
| level |
level (string)
|
The level of this bulletin.
|
| timestamp |
timestamp (string)
|
When this bulletin was generated as a formatted string.
|