This API registers a list of virtual devices for a given site. Each list entry contains the name for each virtual device.
NOTE: Each POST request overwrites any previously existing virtual devices. To delete all current entries, send an empty array to that endpoint. Removing virtual devices from a site does not affect devices that have already been commissioned to that site.
Basic Authentication, must be a partner managed account type
POST //engage/devices/virtual/site/670dea61-d638-ffff-bffe-e5ffca3e9601 HTTP/1.1
Host: partner.lockwebserv.com
Authorization: Basic c2FtcGxlVXNlck5hbWU0X0FQSWRvY0BnbWFpbC5jb206cEFzU3cwckQhIw==
Content-Type: application/json
[
{"name":"Conference Room 1A"},
{"name":"Front Entry"}
]
HTTP status code 201
Body
Example