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"
}
}
Return
DetailsExampleSchema
Name |
Type |
Description |
topIssuesResults |
array |
- |
Copied to Clipboard
[
{
"id": "5c353f699915cc4a",
"specWords": [
{
"type": "variable",
"value": " or or "
}
],
"count": 45821851
},
{
"id": "5c353f691dd5c3b9",
"specWords": [
{
"type": "regex",
"value": " or or "
}
],
"count": 91877378
},
{
"id": "5c9964aa0d66293a",
"specWords": [
{
"type": "variable",
"value": " or or "
},
{
"type": "regex",
"value": " or or "
}
],
"count": 85901108
},
{
"id": "5c353f69d085d85c",
"specWords": [
{
"type": "regex",
"value": " or or "
},
{
"type": "literal",
"value": " or or "
}
],
"count": 84071146
}
]