v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
Devices

Creating a device.

Creates a device.

post/devices

Request body

namestring required

The name of the device.

metadataobject

Metadata about the device.

Example request

{
  "name": "Camera #001 - Main Street"
}

Response

The device was successfully created.

idstring required

The ID of the device.

namestring required

The name of the device.

Example response

{
  "id": "4171ae2b-843f-405b-922d-b1e89921f24f",
  "name": "Falcon - 123 Main St",
  "network": {
    "id": "72d97364-3f45-4e16-ae52-631aea3141cc",
    "name": "Little Rock AR PD"
  }
}