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": {
"ip": {
"title": "ip",
"type": "string",
"maxLength": 1024
},
"profile_name": {
"title": "profile_name",
"type": "string",
"maxLength": 1024
},
"placeId": {
"title": "room",
"type": "string",
"maxLength": 1024
},
"username": {
"title": "username",
"type": "string",
"maxLength": 1024
},
"password": {
"title": "password",
"type": "string",
"maxLength": 1024
}
}
}