Get Decisions Using GET
Returns a paginated list of policy decisions. If a dryRunId is provided, the return value has a field indicating whether the dry run is complete.
dryRunId
Results page you want to retrieve (0..N)
Matches will start with this string in their policy name or target name or have this string somewhere in their description.
Number of records per page.
20
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
{
"description": "string",
"dryRunId": "string",
"enforcementTaskId": "string",
"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
effectivePolicyDefinition
enforcementTaskId
id
orgId
projectId
targetId
targetName
timestamp
typeId
Unauthorized
Forbidden
Not Found