Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
this.client.disconnect();

Notification Event Types

The following is list of event types that a subscriber can be notified of on a per zone (topic) basis.  Each time an event is triggered it publishes a new notification of a given event type  .  

...

The payload for an event includes:

Timestamp of when event occurred (TBD)
keyvalue
descriptionA full description of the event - i.e. a full concatenation of the information described below for easy displaying.
dateCreatedUnix timestamp of when the event notification was sent

uuid

Zone uuid of target resourcename
eventTypeZone display name of target resource
descriptionDescription of event
dateOne of the above described "Notification Event Types"
zoneNameThe name of the zone that generated the event.
zoneUuidThe UUID of the zone that generated the event.
optionalOther key/values that are appropriate for the event type

...