When your action is blocked by a DLP rule, here's how to identify the rule, request a one-time exception, or update the policy.
DarkCoders DLP (Z.325 IoT-OT + Z.349 GDPR + Z.326 ChatOps DLP) inspects outbound flows
and blocks based on:
Mini App -> Cases -> filter by category: dlp_block. The case record links to the rule ID.
POST /api/v1/v25/zt/decide with body:
{ "request_id": "", "decision": "allow_once" }
Requires data-steward or ciso role.
PATCH /api/v1/v18/dlp/rules/
Body: full rule JSON (see /api/v1/v18/dlp/schema).
Changes audit-chain via Z.395.