POST /api/v1/policy-conflicts/analyze
Run static analysis on the tenant’s contact policy configuration to detect conflicts.Response
Conflict Types
| Type | Description |
|---|---|
contradiction | Two policies produce mutually exclusive outcomes |
overlap | Two policies cover the same scope with redundant rules |
priority_tie | Policies share the same priority and overlapping scope |
gap | A scope combination has no policy coverage |
dead_rule | A policy can never fire due to higher-priority blocking policies |