Phones Data Export¶
Filename: <YYYY-MM-DD_HHMM>_phones.json.gz
Layout:
ELEMENT | DESCRIPTION | DATA TYPE | VERSION |
---|---|---|---|
provider_name | Name of the Provider | string | v2 |
reseller_name | Name of the Reseller | string | v2 |
customer_name | name of the customer | string | v1 |
division_name | Intermediate Node (e.g Division or other node) | string | v1 |
location_name | Site Name | string | v1 |
hierarchy | The full hierarchy path for the item being exported | string | v1 |
usernames | list of usernames associated to the phones via Unified CM user, associated devices | array | v1 |
device_name | the name of the device (includes mac address if hardphone, softclients no mac) | string | v1 |
description | Text field attached to the device | string | v3 |
device_type | the model of the phone | string | v1 |
lines | Array of objects containing line information | array | v1 |
lines.cucm_dn | Internal Number assigned to the device profile (as configured in the PBX) | string | v1 |
lines.E164 | External Number (E164 number) assigned to the device profile | string | v1 |
lines.E164Members | Array of E164 numbers and
ranges assigned to cucm_dn
in the case of N-1 mapped lines |
string | v4 |
lines.E164Members.e164_number | E164 number in the case of N-1 mapped lines | string | v4 |
lines.E164Members.e164_range | E164 range of lines.E164Members.e164_number
in the case of N-1 mapped lines |
string | v4 |
lines.line_order | Line index. | integer | v2 |
device_css | Calling search space of the phone | string | v2 |
add_on_modules | Array of phone addon modules, incl. name, model, position | array | v4 |
Example:
(* marked fields are new in version 2 and version 3)
(** marked fields are new in version 4)
[
{
* "provider_name": "CS-P",
* "reseller_name": "CS-NB",
"customer_name": "AAAGlobal",
"division_name": "",
"location_name": "AAA-Boston",
"hierarchy": "sys.hcs.CS-P.CS-NB.AAAGlobal.AAA-Boston",
"usernames": [
"ba_user4"
],
"lines": [
{
"E164": "\\+494074371101",
"cucm_dn": "8201101",
* "line_order": 1
},
{
** "E164Members": [
{
** "e164_number": "\\+335077280",
** "e164_range": "10"
}
],
"E164": "<primary>",
"cucm_dn": "8206001",
* "line_order": 2
}
],
** "add_on_modules": [
{
"position": "1",
"name": "Cisco Unified IP Color Key Expansion Module",
"model": "CP-CKEM-C"
}
],
"device_name": "SEP998877777788",
"description": "Meeting Room Phone",
"device_type": "Cisco 9971",
"device_css": "Cu1Si1-USADP-Emer-CSS"
}
]