Simulates the execution of a Policy to verify its behavior without taking any actions. Before using this endpoint, the Policy to simulate must be created with the creation endpoint. To experiment with the policy, it is recommended to create the policy with disabled=True, so that it does not take effect outside the simulation endpoint. This endpoint evaluates all packages in the workspace, generating a "decision log" for each evaluation. Each log contains: - Package metadata provided to the policy engine at runtime. - Output from the user-defined Rego policy. No actions associated with the policy are executed. Instead, the endpoint reports what would happen to each package if the policy were active.
Response body
object
object