Synchronize ThingSpace with the FOTA server for up to 100 devices.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
application/json
DeviceIds to get firmware info synchronously.
TypeScript Definitions
Use the request body type in TypeScript.
A list of IMEIs for devices to be synchronized between ThingSpace and the FOTA server.
application/json
application/json
curl -X PUT "https://example.com/firmware/0000123456-00001/devices" \ -H "Content-Type: application/json" \ -d '{ "deviceList": [ "15-digit IMEI" ] }'{ "accountName": "0000123456-00001", "deviceFirmwarVersionList": [ { "deviceId": "15-digit IMEI", "status": "FirmwareVersionUpdateSuccess", "firmwareVersion": "SR1.2.0.0-10657" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}Device IMEI list.
items <= 1000