Server Misconfigurations and Affected System Details
This API provides the list of available server misconfigurations in all computers.
- Functionality
- Retrieve the list of computers that have server misconfigurations.
- HTTP Method
- GET
- API URI
- /dcapi/threats/systemreport/servermisconfigurations
- Scope
- DesktopCentralCloud.VulnerabilityMgmt.READ
- Filters
- resource_id={Numeric}:
Filters systems based on the resource ID provided. Refer to this page to fetch the resource id.
hardeningid={Numeric}:
Filters systems based on the hardening ID provided.
updatedtime={Numeric}:
Filters systems based on the updated time provided.
hardening_status={String}:
Filters systems based on the provided hardening status.
- Display preferences
- page={Numeric}:
Displays the content of the provided page number.
pageLimit={Numeric}:
Displays the provided number of computers per page.
Response Data
{ "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" }