The Alert Model
Name | Type | Description | Notes |
---|---|---|---|
id | str | The unique identifier | |
owner_id | int | The owner ID | [optional] |
timestamp | datetime | The alert create time | |
org_id | int | The organization identifier, valid when enabling HIQ feature | [optional] |
message_metadata_id | int | The message metadata id | [optional] |
message_metadata_type | str | The message metadata type | [optional] |
message_metadata_name | str | The message metadata name | [optional] |
summary | str | A high-level, text summary message of the event. Will be used to construct an alert's description. | [optional] |
severity_name | str | The severity name of the alert | [optional] |
category_name | str | The alert category name | [optional] |
severity_id | int | The severity Id of the alert | [optional] |
category_id | int | The alert category Id | [optional] |
source | XiqAlertSource | [optional] | |
tags | list[XiqAlertTag] | Additional information for the alert | |
acknowledged | bool | The acknowledged status of alert | [optional] |
site_id | int | The site id of alert | [optional] |
site_name | str | The site name of alert | [optional] |
alert_policy_id | int | The policy id of alert | [optional] |
alert_policy_name | str | The policy name of alert | [optional] |
alert_rule_id | int | The rule id of alert | [optional] |
acknowledged_username | str | The user's email who acknowledged | [optional] |
floor_id | int | The floor id of alert | [optional] |
floor_name | str | The floor name of alert | [optional] |
building_id | int | The buiding id of alert | [optional] |
building_name | str | The building name of alert | [optional] |