Jetstream API
...
API Endpoints
Device Commands
Set a Device's Configuration Parameters
8min
about instruct the specified device to set/sync its configuration parameters and values to user provided parameters and values, which are defined within the parameters property of the add a policy to a device docid\ u yihqpcnlvud3uag439e request complete documentation on a device’s configuration parameters and values can be found on its device types page command type device is online device is offline synchronous, queueable immediate execution, immediate results and 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 during user account sign up https //jetstreamrfid com/login/signup devicename 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/{devicename}/policy/sync request body none required response code 200 ok response body { 	"commandid" "2bf00848 b06a 4820 86fc 58c12e08ee3e", 	"status" "completed", 	"exceptionlist" \[], 	"outputparameterlist" \[ 	 { 	 "key" "aggregateeventscancount", 	 "value" "4" 	 } 	] } published commandqueuedevent { 	"device" "mydevicename", 	"commandid" "2bf00848 b06a 4820 86fc 58c12e08ee3e", 	"commandname" "setconfigvaluescommand", 	"uri" "/2/devices/mydevicename/policy/sync", 	"verb" "post", 	"user" "myusername", 	"parameters" \[ 	 { 	 "key" "aggregateeventscancount", 	 "value" "4" 	 } 	], 	"type" "commandqueuedevent", 	"eventid" "f3df515b c53a 4b3b b3e9 01ffe6ffd8f3", 	"eventtime" "2017 05 19t01 16 21z" } published commandcompletionevent { 	"commandid" "2bf00848 b06a 4820 86fc 58c12e08ee3e", 	"commandname" "setconfigvaluescommand", 	"outputparameterlist" \[], 	"exceptionlist" \[], 	"device" "mydevicename", 	"receivedtime" "2017 05 19t01 16 23z", 	"type" "commandcompletionevent", 	"eventid" "93723c89 cb44 44f0 8d86 87ede0fb3ba6", 	"eventtime" "2017 05 19t01 16 19z" } version changes replaces setconfigvaluescommand