Name | Description | Type | Additional information |
---|---|---|---|
TransferToken |
A unique token for this transfer. Used to handle (ignore) redundant retransmissions. |
globally unique identifier |
None. |
AlertGUID |
Identifies the alert. Can be null, if no alerts should be made. |
globally unique identifier |
None. |
NotificationAction |
Is used to add a NotificationAction. Can be null, if no notification action should be made. |
Action |
None. |
Category |
The category of the alert. Only a (semi)fixed set of values are allowed to pass through from the cloud. |
string |
None. |
Description |
The alerts description. |
string |
None. |
Action |
Is used to add an action. Can only be non-null, if ActionGUID is null. Can be null. |
Action |
None. |
ActionGUID |
Is used to reference an existing action. Can only be non-null, if Action is null. Can be null. |
globally unique identifier |
None. |
Url |
An url for a web page (that can be opened from the Dashboard), associated with the alert. Can be null. |
string |
None. |
ModuleID |
The ID of a Noah module (that can be opened from the Dashboard), associated with the alert. Can be null. |
integer |
None. |
ModuleParameter |
A string passed (by command line) to the module when opening it. Can be null. |
string |
None. |
IconUrl |
An url for an image. Used to show on a button that opens the Url. Can be null. |
string |
None. |
Group |
Notifications with same Group value are in group, and are presented as that on the Dashboard. Can be null. |
globally unique identifier |
None. |