View to kick off reset/restart of all site level phones.
GET http://[host-proxy]/api/view/Site_Phones_Reset/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"action": {
"default": "Reset All Phones",
"choices": [
{
"value": "reset",
"title": "Reset All Phones"
},
{
"value": "restart",
"title": "Restart All Phones"
}
],
"type": "string",
"title": "Action to Take"
}
}
}