v1

latestOpenAPI 3.0.32026-07-13153243440.8 KB
Devices

Create a new device

Create a new device with a unique name in an existing project. The tags, blueprint and cohort must already have been created.

If no hardware ID is specified, a new hardware ID is generated. The device will also be assigned a unique device ID that can be used to fetch it later.

post/v1/projects/{projectId}/devices

Path parameters

projectIdstring required

Project ID

Request body

blueprintIdstring
cohortIdstring
hardwareIdsstring[]
namestring
tagIdsstring[]

Response

A successful response.