Vulnerability and Affected System Details


This API provides the list of available vulnerabilities in all computers.

 

  • Functionality
  • Retrieve the list of vulnerable computers.
  • HTTP Method 
  • GET
  • API URI
  • /dcapi/threats/systemreport/vulnerabilities
  • Scope
  • DesktopCentralCloud.VulnerabilityMgmt.READ
  • Filters
  • resource_id={Numeric}:

    Filters systems based on the resource ID provided.Refer to this page to fetch resource id.

    .vulnerabilityname={String}:

    Filters systems that contain the provided vulnerability name.

    updatedtime={Numeric}:

    Filters systems based on the updated time provided.

    severity={String}:

    Filters systems based on the severity provided.

    vulnerabilityid={Numeric}:

    Filters systems based on the vulnerability ID provided.

    vulnerability_status={String}:

    Filters systems based on the provided vulnerability 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": [ { "resource_id": "304", "vulnerabilities": [ { "updatedtime": "1704365176820", "severity": "Moderate", "vulnerabilityid": "148376", "vulnerabilityname": "Vulnerabilities CVE-2022- 23181,CVE-2020-9484 are fixed in 20 January 2022 Fixed in Apache Tomcat 8.5.75", "vulnerability_status": "open" }, { "updatedtime": "1704365176820", "severity": "Important", "vulnerabilityid": "154557", "vulnerabilityname": "Vulnerabilities CVE-2022- 25762 are fixed in 28 February 2022 Fixed in Apache Tomcat 8.5.76", "vulnerability_status": "open" } ] } ] }, "status": "success" }