.. _analogue_line_MGCP_data_export: Analogue line MGCP Data Export ------------------------------ Filename: ``_analogue_line_mgcp.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 Division | string | v1 | | | or other node) | | | +---------------+----------------------------------+-----------+---------+ | location_name | Site Name | string | v1 | +---------------+----------------------------------+-----------+---------+ | hierarchy | The full hierarchy path for the | string | v1 | | | item being exported | | | +---------------+----------------------------------+-----------+---------+ | usernames | List of users assigned to the | Array of | v1 | | | analog port | strings | | +---------------+----------------------------------+-----------+---------+ | gateway | name of the gateway that the | string | v1 | | | port is on | | | +---------------+----------------------------------+-----------+---------+ | port_number | gateway port for this | string | v1 | | | configuration | | | +---------------+----------------------------------+-----------+---------+ | | the type of port for this | | | | port_type | gateway (typically FXS for | string | v1 | | | analog) | | | +---------------+----------------------------------+-----------+---------+ | description | description of the gateway | string | v1 | +---------------+----------------------------------+-----------+---------+ | | Internal Number assigned to the | | | | cucm_dn | device profile (as configured in | string | v1 | | | the PBX) | | | +---------------+----------------------------------+-----------+---------+ | E164 | External Number (E164 number) | string | v1 | | | assigned to the device profile | | | +---------------+----------------------------------+-----------+---------+ Example (* marked fields are new in version 2) :: [ { * "provider_name": "CS-P", * "reseller_name": "CS-NB", "customer_name": "InGen", "division_name": "", "location_name": "StandardSite1", "usernames": [ "SSUser33" ], "description": "", "hierarchy": "sys.hcs.CS-P.CS-NB.InGen.StandardSite1", "port_number": 4, "port_type": "Cisco MGCP FXS Port", "E164": "\\+441425204033", "cucm_dn": "81214033", "gateway": "SKIGW9981220001" } ]