Get Decisions Using GET 1
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.
Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Number of records you want to skip
1
Number of records you want
1
dryRunId
Matches will only include policies of this type
Matches will only include decisions with this project ID
Matches will start with this string in their policy name or target name or have this string somewhere in their description.
OK
{
"content": [
{
"description": "string",
"dryRunId": "string",
"dryRunSubTaskId": "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"
}
],
"empty": false,
"first": false,
"last": false,
"number": 0,
"numberOfElements": 0,
"size": 0,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"totalElements": 0,
"totalPages": 0
}
empty
first
last
number
numberOfElements
size
totalElements
totalPages