Class: DatadogAPIClient::V2::EventPriority

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/event_priority.rb

Overview

The priority of the event alert. Legacy events use normal or low. Alert events use 1 (highest priority) through 5 (lowest priority).

Constant Summary collapse

NORMAL =
"normal".freeze
LOW =
"low".freeze
PRIORITY_ONE =
"1".freeze
PRIORITY_TWO =
"2".freeze
PRIORITY_THREE =
"3".freeze
PRIORITY_FOUR =
"4".freeze
PRIORITY_FIVE =
"5".freeze

Method Summary

Methods included from BaseEnumModel

included