.. _extension_mobility_data_export: Extension Mobility Data Export ------------------------------ Filename: ``_extension_mobility.json.gz`` Layout: .. tabularcolumns:: |p{4cm}|p{8cm}|p{2cm}|p{1.5cm}| +---------------------+---------------------------+-----------+---------+ | 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 | string | v1 | | | Division or other node) | | | +---------------------+---------------------------+-----------+---------+ | location_name | Site Name | string | v1 | +---------------------+---------------------------+-----------+---------+ | | The full hierarchy path | | | | hierarchy | for the item being | string | v1 | | | exported | | | +---------------------+---------------------------+-----------+---------+ | username | the username of the owner | string | v1 | | | of device profile | | | +---------------------+---------------------------+-----------+---------+ | | Model the extension | | | | device_type | mobility profile is setup | string | v1 | | | as | | | +---------------------+---------------------------+-----------+---------+ | | Array of objects | | | | lines | containing line | array | v1 | | | information | | | +---------------------+---------------------------+-----------+---------+ | | Internal Number assigned | | | | lines.cucm_dn | to the device profile (as | string | v1 | | | configured in the PBX) | | | +---------------------+---------------------------+-----------+---------+ | | External Number (E164 | | | | lines.E164 | number) assigned to the | string | v1 | | | device profile | | | +---------------------+---------------------------+-----------+---------+ | lines.line_order | Line index. | integer | v2 | +---------------------+---------------------------+-----------+---------+ | device_profile_name | Name of the extension | string | v2 | | | mobility profile | | | +---------------------+---------------------------+-----------+---------+ Example: (* marked fields are new in version 2) :: [ { * "provider_name": "CS-P", * "reseller_name": "CS-NB", "customer_name": "AAAGlobal", "division_name": "", "location_name": "AAA-Boston", "username": "ba_user4", "hierarchy": "sys.hcs.CS-P.CS-NB.AAAGlobal.AAA-Boston", * "device_profile_name": "FirstnameLastname-UDP", "lines": [ { * "line_order": 1, "cucm_dn": "50409", "E164": "\\+18575550409" } ], "device_type": "Cisco 9971" } ]