Skip to main content

Bulk Device Updates - Crowdstrike Falcon Devices

Bulk device updates for Crowdstrike Falcon devices

Query Parameters
  • customerid string required

    The customer ID specifies the API call

  • tenantid string required

    The tenant ID specifies the API call

  • updateSource string required

    Source of integration

Request Body required
  • devicelist object[] required

    devices

  • Array [
  • deviceid string

    Required field

  • is_isolated string
  • operational_status string
  • group_name string
  • os_type string
  • os_version string
  • os_build string
  • hostname string
  • serial_number string
  • vendor 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...