Get datadog security trace passlist
List all AAP (App & API Protection) allowlist / passlist entries that exempt specific traces from AAP security analysis and WAF blocking. This tool operates on AAP traces only; it is unrelated to Cloud SIEM signal suppression — use the detection-rule tools for that.
Use this to answer: what traces, services, IPs, paths, or parameters are excluded, allowlisted, ignored, filtered, or exempted from AAP analysis. Common questions: "what traces are excluded from AAP/ASM", "is service X allowlisted", "what AAP exceptions exist", "why isn't traffic Y analyzed", "what IPs are trusted", "show me the AAP passlist".
Entry categories you'll see:
- IP-based (ip_list + on_match): trusted source lists, office IPs, scanner IPs
- Service-wide (scope={env,service}, path_glob:*): whole-service exemption
- Path/endpoint (path_glob:/api/...): URL-pattern exemption
- Parameter (parameters:[...]): reduces FPs on specific query/body fields
- Rule-type (rules_target:[{tags:{type:sql_injection}}]): disables only a rule family on a target
Fields per entry: description, enabled, ip_list, path_glob, parameters, rules_target, scope, on_match, metadata, event_query.
Example IP-based entry: {"description":"Madrid Office IPs","enabled":true,"ip_list":["212.222.161.162"],"on_match":"monitor"}
Example service-scoped entry: {"description":"Exclude event-store API","enabled":true,"parameters":["query_.filter_"],"path_glob":"*","scope":[{"env":"staging","service":"logs-event-store-api"}]}
No server-side filtering or pagination; filter client-side.
Keywords: AAP, ASM, App and API Protection, traces, passlist, allowlist, allow list, exclusion filter, WAF exception, exclude WAF traces, ignored traces, trusted IPs, scoped exemption.