Create Muting Rule
create_muting_ruleCreate a rule to auto-mute findings matching a pattern. Existing open findings matching the rule are muted immediately. Supports muting by fingerprint pattern, test definition, or test+target combination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | FINGERPRINT: match by finding fingerprint substring. TEST_DEFINITION: mute all findings from a test. TEST_TARGET: mute findings from a specific test on a specific target. | |
| reason | No | Reason for muting | |
| targetId | No | Target ID to scope the rule to (required for TEST_TARGET, optional for others) | |
| expiresAt | No | Optional expiry as ISO 8601 string. Rule auto-expires after this time. | |
| testDefinitionId | No | Test definition ID (required for TEST_DEFINITION and TEST_TARGET scopes) | |
| fingerprintPattern | No | Substring to match in finding fingerprints (required for FINGERPRINT scope) |