Skip to content

Commit

Permalink
#19857 API changes (#21501)
Browse files Browse the repository at this point in the history
#19857 API changes

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
  • Loading branch information
getvictor and noahtalerman authored Sep 10, 2024
1 parent 385da24 commit d79ff94
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9320,12 +9320,14 @@ Retrieves a list of all CVEs affecting software and/or OS versions.

Retrieve details about a vulnerability and its affected software and OS versions.

If no vulnerable OS versions or software were found, but Fleet is aware of the vulnerability, a 204 status code is returned.

#### Parameters

| Name | Type | In | Description |
| --- | --- | --- | --- |
| cve | string | path | The cve to get information about (including "cve-" prefix, case-insensitive). |
| team_id | integer | query | _Available in Fleet Premium_. Filters response data to the specified team. Use `0` to filter by hosts assigned to "No team". |
| Name | Type | In | Description |
|---------|---------|-------|------------------------------------------------------------------------------------------------------------------------------|
| cve | string | path | The cve to get information about (format must be CVE-YYYY-<4 or more digits>, case-insensitive). |
| team_id | integer | query | _Available in Fleet Premium_. Filters response data to the specified team. Use `0` to filter by hosts assigned to "No team". |

`GET /api/v1/fleet/vulnerabilities/:cve`

Expand Down

0 comments on commit d79ff94

Please sign in to comment.