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/US East/Atlanta"
}
}
Return
DetailsExampleSchema
Name |
Type |
Description |
topIssuesResults |
array |
- |
Copied to Clipboard
[
{
"id": "5c353f694ed8385d",
"specWords": [
{
"type": "literal",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
}
],
"count": 14042782
},
{
"id": "5c9964aa0d66293a",
"specWords": [
{
"type": "variable",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
}
],
"count": 54280533
},
{
"id": "5c9964aa0d66293a",
"specWords": [
{
"type": "literal",
"value": " or or "
}
],
"count": 19359967
}
]