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
- application/json
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 booleandata_point_definition_id stringdata_point_name stringdevice_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
- 200
- 400
- 401
- 403
Success" {"ok":1,"data":{"deviceIds":["<device_id_1>","<device_id_2>"]}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"error":{"code":400,"message":"<error_message>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"error":{"code":401,"message":"<error_message>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"error":{"code":403,"message":"<error_message>"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...