Guardrails
List of policy details fetched for given policy uris
Fetch policy details for given policy uris
post/governance/guardrails/{tenant_id}/policies/batch
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Request body
Response
Success
Example response
[
{
"services": [
"AWS"
],
"engine_type": "corestack_policy",
"scope": "global",
"severity": "critical"
}
]