# Fetch resource web server misconfiguration details Provides a comprehensive list of server-side misconfigurations (e.g., web server hardening issues) detected across systems. Offers extensive filtering capabilities to narrow down results. ## Endpoint `GET /dcapi/threats/systemreport/servermisconfigurations` ## Request URL `https://{server-hostname}:8383/dcapi/threats/systemreport/servermisconfigurations` ### Scope `VulnerabilityMgmt.READ` ### Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ## Sample Request ```bash curl --request GET \ --url https://appdomain/dcapi/threats/systemreport/servermisconfigurations \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP Code 200 Response Body — `application/json` - **JSON object** ## Possible Response Codes - **200** — HTTP code ## Sample Response: HTTP 200 ```json { "metadata": { "pageLimit": 30, "totalRecords": "1", "totalPages": 1, "links": { "next": null, "prev": null }, "page": 1 }, "response_code": 200, "message_type": "systemreport", "message_response": { "systemreport": [ { "servermisconfigurations": [ { "updatedtime": "1704451505960", "hardening_status": "open", "filepath": "C:\\Program Files\\ManageEngine\\PatchConnectPlus", "hardeningid": "55" }, { "updatedtime": "1704451505960", "hardening_status": "open", "filepath": "C:\\Program Files\\ManageEngine\\PatchConnectPlus", "hardeningid": "111" } ], "resource_id": "304" } ] }, "status": "success" } ``` ## Rate Limits ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **Duration:** 1 minute | **Threshold:** 30 | **Lock period:** 5 minutes Duration - Time window for the threshold. Threshold - Number of API calls allowed within the specified duration. Lock Period - Wait time before consecutive API requests.