Jetstream API
...
API Endpoints
Device Commands

Restart a Device

8min
about instruct the specified device to restart command type device is online device is offline not synchronous, queueable immediate execution, published results queued execution, published results parameters property location details accesskey string required unique header the access key for your user account this value is a 36 character guid provided in your getting started docid\ bbifqiuixnd5iafmrebbi name string required unique 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 , ] $ example request url post https //api jetstreamrfid com/2/devices/{device name}/reset request body none required response code 200 ok response body { 	"commandid" "0a80f878 8cdf 4265 beb9 2649e3affe36", 	"status" "queued", 	"exceptionlist" \[], 	"outputparameterlist" \[] } published commandqueuedevent { "device" "mydevicename", "commandid" "0a80f878 8cdf 4265 beb9 2649e3affe36", "commandname" "resetcommand", "uri" "/2/devices/mydevicename/reset", "verb" "get", "user" "myusername", "parameters" \[], "type" "commandqueuedevent", "eventid" "b705e17a b64b 4bf1 bfb0 29f0b3ac1e23", "eventtime" "2018 05 17t19 57 52z", "version" 3 } published commandcompletionevent { "commandid" "0a80f878 8cdf 4265 beb9 2649e3affe36", "commandname" "resetcommand", "outputparameterlist" \[], "exceptionlist" \[], "device" "mydevicename", "receivedtime" "2017 05 17t20 05 06z", "type" "commandcompletionevent", "eventid" "d8fc5071 c933 4b6a b735 225b413e4894", "eventtime" "2018 05 17t20 05 29z", "version" 2 } version changes added version property to events