v1

latestOpenAPI 3.1.02026-07-2426052.7 KB

Write LWM2M resource

put/m2m/endpoints/{serialNumber}/{object_id}/{instance}/{resource_id}

Path parameters

serialNumberstring required

Complete serialnumber of the device, including eventual leading "IMEI:" prefix.

object_idinteger required

the lwm2m object to write to

instancestring required

the instance of the resource

resource_idinteger required

the lwm2m resource to write to

Request body

resourceValuestring

The value which shall send to the device.

Response

202

requestIdstring
msgstring
codeinteger

Example response

{
  "requestId": "6772f224-5bd3-45cf-bc92-c99126de9a45",
  "msg": "Accepted",
  "code": 1002
}