Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 865 Bytes

XiqAlertWebhookSubscription.md

File metadata and controls

18 lines (14 loc) · 865 Bytes

XiqAlertWebhookSubscription

The alert webhook subscription data model

Properties

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]

[Back to Model list] [Back to API list] [Back to README]