Summary
Get the top issues from compliance reports
Description
Get the top most offending issues from all latest compliance reports
Route
POST /configuration_manager/compliance_reports/topissues
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
options |
object |
yes |
- |
Copied to Clipboard
{
"options": {
"treeId": "5c35355dbebaa82eaf8113f0",
"version": "v3",
"nodePath": "base"
}
}
Return
DetailsExampleSchema
Name |
Type |
Description |
topIssuesResults |
array |
- |
Copied to Clipboard
[
{
"id": "5c353f69d085d85c",
"specWords": [
{
"type": "literal",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
}
],
"count": 37482594
},
{
"id": "5c353f69e69c9dc4",
"specWords": [
{
"type": "regex",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
}
],
"count": 65781273
},
{
"id": "5c353f699915cc4a",
"specWords": [
{
"type": "variable",
"value": " or or "
}
],
"count": 27672161
},
{
"id": "5c353f692edfafcf",
"specWords": [
{
"type": "variable",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
}
],
"count": 81401140
},
{
"id": "5c353f69e69c9dc4",
"specWords": [
{
"type": "regex",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
}
],
"count": 80597606
}
]