Query OPA decision
opa_query_decisionQuery an OPA server to evaluate policy decisions by sending input to a specified data path.
Instructions
Evaluate a decision against the running OPA server. POSTs to the data path with {input} and returns whatever the rule produces. Use this to ask the server "given this input, what does data.X.allow say?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Decision path under `data.`, e.g. "rbac/allow" or "rbac.allow". | |
| input | No | Input document to evaluate against. | |
| explain | No | Include a trace at the requested level. | |
| metrics | No | Include metrics in the response. |