Detailed vulnerability-computer mapping (bulk, cursor-paged)
threats_vulnerability_computers_detailFetch detailed vulnerability-to-computer mappings containing resource, FQDN, IP, CVEs, CVSS, and status. Paginate with an opaque cursor for bulk export.
Instructions
Retrieves the detailed vulnerability-to-computer mapping: every record pairs one computer with one vulnerability (resource, FQDN, IP, CVEs, CVSS, status). Built for bulk export and paginated by an opaque cursor: the first call needs no cursor; if the result says more data is available, call again passing the returned cursor. Requires Endpoint Central 11.3.2430.01+; not supported on Endpoint Central MSP.
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. | |
| cursor | No | Opaque base64 cursor returned in the previous call's metadata. Omit on the first call; pass the returned cursor unchanged to fetch the next batch. | |
| pageLimit | No | Max records per page (server cap for this endpoint is 10000). The server default for this bulk endpoint is 5000; this tool defaults to the configured page limit to keep responses readable. | |
| updatedTime | No | Epoch milliseconds; only vulnerability-computer records updated after this time are returned. Useful for incremental syncs. |