Get Decision By Id
Find a specific policy decision based on the input policy decision id.
Policy decision Id
OK
{
"description": "string",
"dryRunId": "string",
"dryRunSubTaskId": "string",
"effectivePolicyDefinition": {},
"id": "string",
"orgId": "string",
"policies": [
{
"enforcementType": "string",
"id": "string",
"name": "string",
"projectId": "string",
"rank": 0,
"status": "string"
}
],
"projectId": "string",
"targetId": "string",
"targetName": "string",
"timestamp": "string",
"typeId": "string"
}
description
dryRunId
dryRunSubTaskId
effectivePolicyDefinition
id
orgId
Element of a decision.
projectId
targetId
targetName
timestamp
typeId
Unauthorized
"PolicyDecisionObjectNode Object"
description
dryRunId
dryRunSubTaskId
effectivePolicyDefinition
id
orgId
Element of a decision.
projectId
targetId
targetName
timestamp
typeId
Forbidden
"PolicyDecisionObjectNode Object"
description
dryRunId
dryRunSubTaskId
effectivePolicyDefinition
id
orgId
Element of a decision.
projectId
targetId
targetName
timestamp
typeId
Not Found
"PolicyDecisionObjectNode Object"
description
dryRunId
dryRunSubTaskId
effectivePolicyDefinition
id
orgId
Element of a decision.
projectId
targetId
targetName
timestamp
typeId
curl -H 'Authorization: <value>' https://{api_host}/policy/api/policyDecisions/{id}