Skip to main content

Create Device

POST 

/lns/tenants/:tenantId/applications/:applicationId/devices

Create device

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

Body

required
    name stringrequired

    The name of device.

    description string

    The description of device.

    devEui stringrequired

    The ID of device.

    joinEui string

    The ID of joinEui.

    deviceProfileId stringrequired

    The ID of deviceProfile.

    isDisabled boolean

    The isDisabled of device.

    skipFcntCheck boolean

    The skipFcntCheck of device.

    tagsMap object[]

    The tagsMsp of device.

  • Array [
  • ]
  • variablesMap object[]

    The variablesMap of device.

  • Array [
  • ]

Responses

Schema
    data objectrequired

    Data of the device.

    tenantId stringrequired
    applicationId stringrequired
    name stringrequired
    description stringrequired
    devEui stringrequired
    joinEui stringrequired
    deviceProfileId stringrequired
    isDisabled booleanrequired
    skipFcntCheck booleanrequired
    tagsMap object[]required
  • Array [
  • ]
  • variablesMap object[]required
  • Array [
  • ]
Loading...