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": {
"description": "Only devices with this status will be exported",
"title": "Status",
"required": true,
"choices": [
{
"value": "Registered",
"title": "Registered"
},
{
"value": "Unregistered",
"title": "Unregistered"
},
{
"value": "PartiallyRegistered",
"title": "Partially Registered"
},
{
"value": "Rejected",
"title": "Rejected"
},
{
"value": "Any",
"title": "Any"
},
{
"value": "Unknown",
"title": "Unknown"
},
{
"value": "None",
"title": "None"
}
],
"type": "string"
},
"call_manager": {
"type": "string",
"description": "Only devices on this Unified CM Cluster will be exported",
"title": "Unified CM Cluster"
},
"device_name": {
"type": "string",
"description": "Only devices with names starting with this value will be exported",
"title": "Device Name"
},
"ip_address": {
"type": "string",
"description": "Only devices with IP addresses starting with this value will be exported",
"title": "IP Address"
},
"dir_number": {
"type": "string",
"description": "Only devices where the directory number starts with this value will be exported",
"title": "Directory Number"
},
"fname_prefix": {
"type": "string",
"description": "Will be prefixed to generated filename if set",
"title": "File name prefix"
},
"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"
},
"hierarchy_type": {
"type": "string",
"description": "Hidden field to determine hierarchy type",
"title": "Hierarchy Type"
}
},
"schema_version": "1.2"
}