GET http://[host-proxy]/api/view/ExportDeviceStatusView/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"status": {
"choices": [
{
"value": "Registered",
"title": "Registered"
},
{
"value": "Unregistered",
"title": "Unregistered"
},
{
"value": "Partially Registered",
"title": "Partially Registered"
},
{
"value": "Rejected",
"title": "Rejected"
},
{
"value": "Any",
"title": "Any"
},
{
"value": "Unknown",
"title": "Unknown"
},
{
"value": "None",
"title": "None"
}
],
"required": true,
"type": "string",
"description": "Only devices with this status will be exported",
"title": "Status"
},
"notes": {
"default": "This tool will export the list of Phones where the Phone's status matches the selected \"Status\" filter. Additional filters for Unified CM Cluster, Device Name and Directory Number can be defined to refine the list. If the matched Phones reside on more than 3 Unified CM Clusters the export will fail and you will be required to further refine your search. When executed above Customer level the Unified CM Cluster filter must be defined in order to reduce the search scope to a single Unified CM Cluster.",
"type": "string",
"title": "Notes"
},
"device_name": {
"type": "string",
"description": "Only devices with names starting with this value will be exported",
"title": "Device Name"
},
"call_manager": {
"type": "string",
"description": "Only devices on this Unified CM Cluster will be exported",
"title": "Unified CM Cluster"
},
"dir_number": {
"type": "string",
"description": "Only devices where the directory number starts with this value will be exported",
"title": "Directory Number"
},
"hierarchy_type": {
"type": "string",
"description": "Hidden field to determine hierarchy type",
"title": "Hierarchy Type"
},
"ip_address": {
"type": "string",
"description": "Only devices with IP addresses starting with this value will be exported",
"title": "IP Address"
},
"fname_prefix": {
"type": "string",
"description": "Will be prefixed to generated filename if set",
"title": "File name prefix"
}
},
"schema_version": "1.1"
}