Skip to main content

Collect Device Vulnerability Scan report from Xsoar Server

POST 

/pub/v4.0/xsoar/device/reportUpload

To let Xsoar server report back the device vulnerability scan report

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

    scanType stringrequired

    The name of vendor that generated the device vulnerability scan report

    jobid string

    The Mongo Id of the scan job that initiated by customer from IoT UI portal

    reportid stringrequired

    The report Id generated from device scan vendor

    pdfFileName stringrequired

    The PDF file name generated from device scan vendor

    xmlFileName stringrequired

    The metadata file name generated from device scan vendor

    status stringrequired

    The status of the initiated scan job

    message stringrequired

    The message that can be passed from Xsoar server to IoT side

Body

required
    reportPDF binaryrequired

    The PDF file path

    xml binaryrequired

    The metadata file path

Responses

Successful Response

Schema
    received string

    To indicate whether the report is received from Xsoar server side or not

    upload string

    To indicate whether the report is uploaded and parsed by IoT side or not

Loading...