Per-system vulnerability details
threats_system_report_vulnerabilitiesList systems affected by known vulnerabilities, showing severity, status, and last-updated time for each. Supports filtering by resource, vulnerability, and severity with pagination.
Instructions
Retrieves systems affected by known vulnerabilities. Each record is one system (resource_id) with a nested vulnerabilities array (vulnerability ID/name, severity, status, last-updated time). Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each entry instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| severity | No | Filter by severity. Known values: Critical, Important, Moderate, Low. | |
| pageLimit | No | Max records per page (server cap for this endpoint is 500). | |
| resourceId | No | Filter by resource ID — a numeric ID or comma-separated list, e.g. "304" or "304,305". | |
| updatedTime | No | Filter by the record's last-updated time, as epoch milliseconds (e.g. "1704363395117"). | |
| vulnerabilityId | No | Filter by vulnerability ID — numeric ID or comma-separated list. | |
| vulnerabilityName | No | Filter to vulnerabilities whose name contains this text. | |
| vulnerabilityStatus | No | Filter by per-system vulnerability status, e.g. "open". |