Skip to main content

Bulk create devices

POST /projects/:project_id/fleets/:fleet_id/devices/bulk

Bulk creates devices into the fleet of the project.

Path Parameters
  • project_id string required

    Project ID

  • fleet_id string required

    Fleet ID

Request Body required

Device Bulk Create Body

  • certificate_id string
  • connected boolean
  • currentShadow integer[]
  • device_count integer required

    Query level

  • device_data_point_config object[]
  • Array [
  • active boolean
  • data_point_definition_id string
  • data_point_name string
  • device_data_policy_id string
  • ]
  • device_names string[]
  • device_prefix string
  • device_suffix string
  • fleet_device_template_id string

    Template to refer the creation

  • fleet_id string
  • last_seen string
  • org_id string
  • project_id string
  • shadow_definition_id string
  • status_flags integer
  • tags string[]
Responses

Success" {"ok":1,"data":{"deviceIds":["<device_id_1>","<device_id_2>"]}}

Schema
    Loading...