.. _site_data_export: Site Data Export ---------------- Filename: ``_site.json.gz`` Layout: .. tabularcolumns:: |p{4cm}|p{8cm}|p{2cm}|p{1.5cm}| +------------------------+----------------------------+--------+------+ | ELEMENT | DESCRIPTION | DATA | VER. | | | | TYPE | | +========================+============================+========+======+ | 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 | | | +------------------------+----------------------------+--------+------+ | customer_address1 | Address string 1 for the | string | v1 | | | customer | | | +------------------------+----------------------------+--------+------+ | customer_address2 | Address string 2 for the | string | v1 | | | customer | | | +------------------------+----------------------------+--------+------+ | customer_address3 | Address string 3 for the | string | v1 | | | customer | | | +------------------------+----------------------------+--------+------+ | location_address1 | Address string 1 for the | string | v1 | | | site | | | +------------------------+----------------------------+--------+------+ | location_address2 | Address string 2 for the | string | v1 | | | site | | | +------------------------+----------------------------+--------+------+ | location_address3 | Address string 3 for the | string | v1 | | | site | | | +------------------------+----------------------------+--------+------+ | | External emergency | | | | emergency_number | callback number assigned | string | v1 | | | to the site | | | +------------------------+----------------------------+--------+------+ | ndl | The NDL name that the site | string | v1 | | | uses | | | +------------------------+----------------------------+--------+------+ | | Digit dialled to prefix | | | | inter_site_prefix | intersite calls (if the | string | v1 | | | dial plan is setup that | | | | | way) | | | +------------------------+----------------------------+--------+------+ | | Digit dialled to make | | | | external_access_prefix | external calls (if the | string | v1 | | | dial plan is setup that | | | | | way) | | | +------------------------+----------------------------+--------+------+ | | Dial Plan site code | | | | site_code | assigned to the site (if | string | v1 | | | the dial plan is setup | | | | | that way) | | | +------------------------+----------------------------+--------+------+ | | External published | | | | published_number | callback number assigned | string | v1 | | | to the site | | | +------------------------+----------------------------+--------+------+ | country_code | Country code identifying | string | v1 | | | the site | | | +------------------------+----------------------------+--------+------+ | voice_bandwidth | voice bandwidth allocation | string | v1 | | | for the site | | | +------------------------+----------------------------+--------+------+ | video_bandwidth | video bandwidth allocation | string | v1 | | | for the site | | | +------------------------+----------------------------+--------+------+ | external_id | An externally defined ID | string | v2 | | | for the site | | | +------------------------+----------------------------+--------+------+ | extended_name | An expanded name for the | string | v2 | | | site | | | +------------------------+----------------------------+--------+------+ Example: (* marked fields are new in version 2) :: [ { * "provider_name": "CS-P", * "reseller_name": "CS-NB", "customer_name": "Varidion", "division_name": "", "location_name": "Varidion-Reading", "hierarchy": "sys.hcs.CS-P.CS-NB.Varidion.Varidion-Reading", "customer_address1": "Varidion New York (Head Office)", "customer_address2": "L23, 33 Central Square", "customer_address3": "Dallas,TX, USA", "ndl": "GS-R3-VDN-CL1-NDL", "inter_site_prefix": "", "site_code": "", "video_bandwith": "", "emergency_number": "", "voice_bandwith": "", "country_code": "44", "external_access_prefix": "", "location_address1": "Varidion Reading", "location_address3": "Reading, Berkshire", "location_address2": "Atlantic House, Imperial Way", "published_number": "", * "external_id": "ABCXYZ", * "extended_name": "UK IT" } ]