The alert webhook subscription data model
Name | Type | Description | Notes |
---|---|---|---|
id | int | The unique identifier | |
create_time | datetime | The create time | |
update_time | datetime | The last update time | |
url | str | The webhook endpoint URL. | |
secret | str | The auth secret for the webhook endpoint. | |
is_enabled | bool | Enable/disable alert notifications for a webhook endpoint. | |
is_subscribe_all | bool | The all alert policy selected flag. | |
alert_policy_ids | list[int] | The selected alert policy list. | [optional] |