Create a Signals ruleAsk AIpost https://api.firehydrant.io/v1/teams/{team_id}/signal_rulesCreate a Signals rule for a team. We support up to 2000 rules per organization.Path Paramsteam_idstringrequiredBody ParamsnamestringrequiredThe rule's name.expressionstringrequiredThe CEL expression that defines the rule.target_typestringenumrequiredThe type of target that the rule will notify when matched.EscalationPolicyOnCallScheduleUserWebhookSlackChannelMicrosoftTeamsChannelAllowed:EscalationPolicyOnCallScheduleUserWebhookSlackChannelMicrosoftTeamsChanneltarget_idstringrequiredThe ID of the target that the rule will notify when matched.incident_type_idstring | nullThe ID of an incident type that should be used when an alert is promoted to an incidentnotification_priority_overridestring | nullenumA notification priority that will be set on the resulting alert (default: HIGH)HIGHMEDIUMLOWAllowed:HIGHMEDIUMLOW''create_incident_condition_whenstring | nullenumDetermines when an incident should be created when this rule is matchedWHEN_UNSPECIFIEDWHEN_ALWAYSAllowed:WHEN_UNSPECIFIEDWHEN_ALWAYSdeduplication_expirystring | nullThe amount of time alerts created from this rule will be deduplicatedResponse 201Create a Signals rule for a team. We support up to 2000 rules per organization.Updated about 2 months ago