Lists endpoints in an organization affected by a specific vulnerability
action1_list_cve_endpointsIdentify endpoints in an organization affected by a specific CVE vulnerability to locate at-risk systems for remediation.
Instructions
Lists endpoints in an organization affected by a specific vulnerability. Retrieves a list of endpoints within the specified organization… Perm: view_vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| cve_id | Yes | The unique identifier of a CVE (Common Vulnerabilities and Exposures), e.g. CVE-2005-2300 | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| verbose | No | Skip per-item compactor. | |
| auto_paginate | No | Walk all pages. | |
| product_names | No | The names of the products to retrieve the endpoints associated with those specific... | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |