Skip to main content

Create Device Activation

POST 

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

Create device activation

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

Body

required
    devEui stringrequired

    The ID of device.

    devAddr string

    The devAddr of device activation.

    appSKey string

    The appSKey of device activation.

    nwkSEncKey string

    The nwkSEncKey of device activation.

    sNwkSIntKey string

    The sNwkSIntKey of device activation.

    fNwkSIntKey string

    The fNwkSIntKey of device activation.

    fCntUp number

    The fCntUp of device activation.

    nFCntDown number

    The nFCntDown of device activation.

    aFCntDown number

    The aFCntDown of device activation.

Responses

Schema
    data objectrequired

    Data of the device activation.

Loading...