View to launch device updates to the roomos pwf. This view is only used programmatically.
GET http://[host-proxy]/api/view/WebexDeviceRefreshAction/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"type": "string",
"title": "username"
},
"ip": {
"type": "string",
"title": "ip"
},
"password": {
"type": "string",
"title": "password"
},
"profile_name": {
"type": "string",
"title": "profile_name"
},
"placeId": {
"type": "string",
"title": "room"
}
}
}