Skip to main content
GET
/
partner
/
dashboards
/
vulnerability
/
cve
CVE information for instance
curl --request GET \
  --url https://api.example.com/partner/dashboards/vulnerability/cve
{
  "cve_items": [
    {
      "id": "<string>",
      "title": "<string>",
      "cve_score": 123,
      "cve_risk": "<string>",
      "published_date": "<string>",
      "affected_targets": "<string>",
      "num_affected_targets": 123
    }
  ]
}

Headers

Authorization
string

Response

OK

Represents a list of Common Vulnerabilities and Exposures (CVE) items.

cve_items
CVE Item · object[] | null

List of CVE items.