Skip to main content

Bulk Device Updates - SCCM Devices

PUT 

/pub/v4.0/device/bulkUpdate?updateSource=sccm

Bulk device updates for sccm devices

Request

Query Parameters

    customerid stringrequired

    The customer ID specifies the API call

    tenantid stringrequired

    The tenant ID specifies the API call

    updateSource stringrequired

    Source of integration

Body

required
    devicelist object[]required

    devices

  • Array [
  • deviceid string

    Required field

    serialNumber string
    vendor string
    model string
    diskEncryptionStatus string
    windowsInstalledPatches string
    windowsInstalledSoftware string
    windowsGUID string
    sccmSite string
    sccmDomain string
  • ]

Responses

Successful Response

Schema
    api string

    The path used to call the IoT Security API: “device/bulkupdate”

    ver string

    The version of the IoT Security API: “v4.0”

    code string

    The code number indicating success: 1

    message string

    The message indicating success: “OK”

    updatedDeviceNum integer

    The number of devices that IoT Security successfully updated

Loading...