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"
},
"notes": {
"default": "If a device is not registered with Cisco Unified Communications Manager, you cannot reset or restart it. \nIf a device is registered, to restart a device without shutting it down, choose \"Restart All Phones\" from the dropdown. \nTo shut down a device and bring it back up, choose \"Reset All Phones\" from the dropdown.\n \nWARNING: The selected Action will be performed on ALL phones currently registered at this Site.",
"type": "string",
"title": "Note"
}
},
"schema_version": "2.0"
}