3.2. AlarmChange¶
Overview¶
The information of alarms are included.
Data Type¶
parameter | description | datatype |
---|---|---|
alarm_id | The UUID of the alarm | String(UUID) |
detail | JSON fragment describing change | String |
event_id | Non-use | String(UUID) |
on_behalf_of | The tenant on behalf of which the change is being made | String |
project_id | The project ID of the initiating identity | String(UUID) |
timestamp | The time/date of the alarm change | datetime |
type | The type of the alarm change. You can specify 'creation', 'rule change', 'state transition', or 'deletion'. | String |
user_id | The user ID of the initiating identity | String(UUID) |