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": "5c353f69d085d85c",
"specWords": [
{
"type": "literal",
"value": " or or "
}
],
"count": 35949896
},
{
"id": "5c353f69e69c9dc4",
"specWords": [
{
"type": "variable",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
}
],
"count": 39818191
},
{
"id": "5c9964aa0d66293a",
"specWords": [
{
"type": "regex",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
}
],
"count": 88700883
},
{
"id": "5c353f699915cc4a",
"specWords": [
{
"type": "variable",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
},
{
"type": "variable",
"value": " or or "
}
],
"count": 35547313
}
]