Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface Event

Represents a single occurrence of something interesting within the system. Some examples of events are creating a DAX cluster, adding or removing a node, or rebooting a node.

Hierarchy

  • Event

Properties

Date?: Date

The date and time when the event occurred.

Message?: string

A user-defined message associated with the event.

SourceName?: string

The source of the event. For example, if the event occurred at the node level, the source would be the node ID.

SourceType?: string

Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.