Guardrails
Execute Policy
Execute policy will return a unique job id the status of the policy can be checked using the Job details api where you can pass the unique id generated to get the details or errors if any on execution
post/governance/guardrails/{tenant_id}/policies/{policy_id}/execute
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
policy_idstring required
Specify the policy id to execute, policy id can be obtained from the list policy api
Request body
Response
Success