Create a new alert configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
CreateRequest creates a new alert configuration. create_request.webhook_incompatible_with_grouped_alerts // Webhook targets are not compatible with grouped alerts. Use the no_grouping strategy when sending alerts to webhook targets. create_request.webhook_incompatible_with_ongoing_alerts // Webhook targets are not compatible with ongoing alert strategies (stream or schedule). Use the disabled ongoing strategy when sending alerts to webhook targets.
Query that defines which entities can trigger this alert.
Additional settings for the specific alert type.
Human-readable name for the alert configuration.
1 - 255User-provided fully qualified name for the alert config. This is a unique identifier that users can specify to reference the alert.
1 - 500Targets where alerts will be sent.
1AlertingTarget represents a destination where alert notifications will be sent. Each target type has its own specific configuration requirements.
Optional owner information for the alert configuration.
Success
CreateResponse returns the created alert configuration.
The alert configuration that was created.