Per-system web server misconfiguration details
threats_system_report_server_misconfigurationsRetrieve systems with web-server misconfiguration instances, including hardening ID, status, and affected file path per system.
Instructions
Retrieves systems with their per-system web-server misconfiguration instances (hardening ID, status, affected file path). Each record is one system (resource_id) with a nested servermisconfigurations array.
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. | |
| 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". | |
| hardeningId | No | Filter by hardening ID — numeric ID or comma-separated list. | |
| updatedTime | No | Filter by the record's last-updated time, as epoch milliseconds (e.g. "1704363395117"). | |
| hardeningStatus | No | Filter by per-system hardening status, e.g. "open". |