createSiteVirtualBeacon

POST https://{{host}}/api/v1/sites/:site_id/vbeacons

Create Virtual Beacon #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: uuid|string|bluetooth tag UUID major|int|bluetooth tag major minor|int|bluetooth tag minor powermode|string|default / custom power|int|required if power_mode==custom, -30 - 100, in dBm. For default powermode, power = 4 dBm. name|string|name / label of the device message|string|a message that can be displayed when the sdkclient gets near the vbeacon url|string|URL to show, optional wayfinding_nodename|string|the name to be used in wayfinding_path or wayfindinggrid blob mapid|string|map where the device belongs to x|float|x in pixel y|float|y in pixel

Request Body

{"uuid"=>"31375aeb-b8d3-1ea6-83bf-a31eb04e1c38", "major"=>1356, "minor"=>21, "power_mode"=>"default", "message"=>"Welcome to Mist", "url"=>"http://www.mist.com/any", "wayfinding_nodename"=>"node1", "name"=>"conference room", "map_id"=>"63eda950-c6da-11e4-a628-60f81dd250cc", "x"=>53.5, "y"=>173.1}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring