Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.69 KB

File metadata and controls

45 lines (29 loc) · 1.69 KB

AlarmCommentNotificationRuleTriggerConfig

tb_ce_client.models.AlarmCommentNotificationRuleTriggerConfig

Extends: NotificationRuleTriggerConfig

Properties

Name Type Description Notes
alarm_types List[str] [optional]
alarm_severities List[AlarmSeverity] [optional]
alarm_statuses List[AlarmSearchStatus] [optional]
only_user_comments bool [optional]
notify_on_comment_update bool [optional]

Referenced Types

NotificationRuleTriggerConfig

Name Type Description Notes
trigger_type NotificationRuleTriggerType

AlarmSeverity (enum)

CRITICAL | MAJOR | MINOR | WARNING | INDETERMINATE

AlarmSearchStatus (enum)

ANY | ACTIVE | CLEARED | ACK | UNACK

NotificationRuleTriggerType (enum)

ENTITY_ACTION | ALARM | ALARM_COMMENT | ALARM_ASSIGNMENT | DEVICE_ACTIVITY | RULE_ENGINE_COMPONENT_LIFECYCLE_EVENT | EDGE_CONNECTION | EDGE_COMMUNICATION_FAILURE | NEW_PLATFORM_VERSION | ENTITIES_LIMIT | … (14 values total)


Conventions

  • Package: tb_ce_client.models
  • Attribute access: obj.alarm_types, obj.name, etc.
  • Serialize: obj.model_dump() or obj.model_dump(by_alias=True) for camelCase JSON
  • Deserialize: AlarmCommentNotificationRuleTriggerConfig.model_validate(data) or AlarmCommentNotificationRuleTriggerConfig.model_validate_json(json_str)
  • None fields: Optional attributes default to None; accessing them never raises exceptions