create_muting_rule
Suppress alert notifications by creating a muting rule with conditions on policies or entities and an optional scheduled window.
Instructions
Create a muting rule to suppress alert notifications during scheduled windows. Use conditions to match specific policies, condition names, or entity attributes. Use schedule for recurring windows (DAILY, WEEKLY). Condition attributes: policyId, policyName, conditionId, conditionName, entity.name, entity.type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the muting rule | |
| description | No | Description of the muting rule (optional) | |
| enabled | No | Whether the rule is enabled (default: true) | |
| condition_operator | No | Logical operator for combining conditions (AND, OR) | AND |
| conditions | Yes | Conditions that define which alerts to mute | |
| schedule | No | Schedule for recurring muting (optional). startTime/endTime format: ISO 8601 (e.g. 2026-04-01T03:00:00) |