v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 CVE

Get last CVE check result

Get last CVE check result

get/cve/check/last

Query parameters

groupIdstring

Id of node groups you want to get from last CVE check

nodeIdstring

Id of nodes you want to get from last CVE check

cveIdstring

Id of CVE you want to get from last CVE check

packagestring

Name of packages you want to get from last CVE check

severity'critical' | 'high' | 'medium' | 'low' | 'none' | 'unknown'

Severity of the CVE you want to get from last CVE check

Response

Last CVE check

result'success' | 'error' required

Result of the request

action'getLastCVECheck' required

The id of the action

Example response

{
  "data": {
    "CVEChecks": [
      {
        "cveId": "CVE-2019-5953",
        "score": {
          "value": 9.5,
          "severity": "Critical"
        },
        "packages": [
          {
            "name": "libssh2-1",
            "version": "1.7.0-1"
          }
        ]
      }
    ]
  }
}