Fetch resource web server misconfiguration details

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

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.

Request URL

https://{serverurl}/dcapi/threats/systemreport/servermisconfigurations

Scope

DesktopCentralCloud.VulnerabilityMgmt.READCopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Query Parameters

pagestringOptional

Displays the content of the provided page number.

customernamestringOptional
customeridlongOptional
pageLimitstringOptional

Displays the provided number of computers per page.

resource_idstringOptional

Filters systems based on the resource ID provided.

updatedtimestringOptional

Filters systems based on the updated time provided.

hardening_statusstringOptional

Filters systems based on the provided hardening status.

hardeningidstringOptional

Filters systems based on the hardening ID provided.

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request GET \
  --url https://appdomains/dcapi/threats/systemreport/servermisconfigurations \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52'

Response Parameters

- HTTP code 200

Response Body - application/json

Possible Response Codes

200HTTP code

Sample Response: HTTP 200

Copied!
  {
    "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"
  }
                
Show full

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.