Get a list of the top vulnerabilities graded by an Armo inner algorithm
POST /api/v1/posture/topControls
Get a list of the top controls graded by an Armo inner algorithm.
Query params
customerGUID - required
Request object
Standart request body for pagination APIs
Response object
Standart response body for pagination APIs
Response result entry example
{
"id":"C-0055",
"guid":"",
"name":"Linux hardening",
"remediation":"You can use AppArmor, Seccomp, SELinux and Linux Capabilities mechanisms to restrict containers abilities to utilize unwanted privileges.",
"description":"Containers may be given more privileges than they actually need. This can increase the potential impact of a container compromise.",
"relevantCloudProvides":"None",
"clustersCount":1,
"severityOverall":600
}
This is actually part of the regular Control item, with the additions of the fields clustersCount
and severityOverall