Jetstream API
...
Device Commands
Update Firmware
8 min
about instruct the specified device to update the agent firmware from a specified url command type device is online device is offline not synchronous, queueable immediate execution, published results queued execution, published results parameters property location details accesskey header the access key for your user account this value is a 36 character guid provided during user account sign up https //jetstreamrfid com/login/signup devicename url the name of the device this value has a max length of 128 ascii characters this value must adhere to this regular expression ^\[a za z0 9 ] $ newdevicedefinition body the device will be updated to this specified device definition this value is one of the device definitions retrieved by the get all device definitions docid\ xnmyd7x5iixvo71ofvqoz request this value has a max length of 128 ascii characters this value must adhere to this regular expression ^\[a za z0 9 , ] $ url body the url containing the new firmware file if updating the agent from firmware version 3 to 4, this value must be a version number in the following format major version minor version if updating the agent from firmware version 4 to 4+, this value must be a validly formatted http or https url component body the firmware component that is being upgraded if updating the agent from firmware version 3 to 4, this value is the following agent if updating the agent from firmware version 4 to 4+, this value is the following agent examples example update agent firmware v3 to v4 post https //api jetstreamrfid com/2/devices/{devicename}/version 200 ok none published example update agent firmware v4 to v4+ post https //api jetstreamrfid com/2/devices/{devicename}/version 200 ok version changes replaces updatefirmwarecommand