Fetch resource 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

Fetches a detailed list of system misconfigurations detected across all managed endpoints. Provides comprehensive filtering options to refine results based on various criteria

Request URL

https://{server-hostname}:8383/dcapi/threats/systemreport/systemmisconfigurations

Scope

VulnerabilityMgmt.READCopied!

Header

Authorization: d92d4xxxxxxxxxxxxx15f52

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request GET \
  --url https://appdomain/dcapi/threats/systemreport/systemmisconfigurations \
  --header 'Authorization:  d92d4xxxxxxxxxxxxx15f52'
Show full

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": [
        {
          "systemmisconfigurations": [
            {
              "updated_time": "1704451505976",
              "misconfig_status": "open",
              "misconfigid": "6",
              "global_gpo": "not applied"
            },
            {
              "updated_time": "1704451505976",
              "misconfig_status": "open",
              "misconfigid": "7",
              "global_gpo": "not applied"
            }
          ],
          "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.