Response ‒ Products/UploadFirmwareFile
Parameter
Type
Description
id
String
IoT Platform generates a unique identifier for every file uploaded using this command. This is the ID of the firmware file.
version
String
The version of the firmware file.
URL
String
The location of the firmware file on the IoT Platform repository.
hash
String
The MD5 hash of the firmware file.
name
String
The name of the file.
createDate
String
See Common Response Properties.
Example Products/UploadFirmwareFile Response
Status 200 – OK
{
“id”: “ID”,
“version”: “VERSION”,
“url”: “URL”,
“hash”: “HASH”,
“name”: “NAME”,
“creationDate”: “DATE”
}