Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface AlarmHistoryItem

Represents the history of a specific alarm.

Hierarchy

  • AlarmHistoryItem

Properties

AlarmName?: string

The descriptive name for the alarm.

AlarmType?: string

The type of alarm, either metric alarm or composite alarm.

HistoryData?: string

Data about the alarm, in JSON format.

HistoryItemType?: string

The type of alarm history item.

HistorySummary?: string

A summary of the alarm history, in text format.

Timestamp?: Date

The time stamp for the alarm history item.