Per-system misconfiguration details
threats_system_report_system_misconfigurationsRetrieves systems along with their OS misconfiguration instances, including status and global GPO state, to help identify and resolve misconfigurations.
Instructions
Retrieves systems with their per-system OS misconfiguration instances (misconfiguration ID, status, global GPO state). Each record is one system (resource_id) with a nested systemmisconfigurations 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. | |
| globalGpo | No | Filter by global GPO state for the misconfiguration, e.g. "applied", "not applied". | |
| 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". | |
| misconfigId | No | Filter by misconfiguration ID — numeric ID or comma-separated list. | |
| updatedTime | No | Filter by the record's last-updated time, as epoch milliseconds (e.g. "1704363395117"). | |
| misconfigStatus | No | Filter by per-system misconfiguration status, e.g. "open". |