.. _hunt_group_data_export: Hunt Group Data Export ---------------------- Filename: ``_hunt_group.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) | | | +-----------------+--------------------------------+-----------+---------+ | hierarchy | The full hierarchy path for | string | v1 | | | the item being exported | | | +-----------------+--------------------------------+-----------+---------+ | location_name | Site Name | string | v1 | +-----------------+--------------------------------+-----------+---------+ | hunt_group_name | Name assigned to the hunt | string | v1 | | | group | | | +-----------------+--------------------------------+-----------+---------+ | | the internal number assigned | | | | pilot_number | as the pilot for the hunt | string | v1 | | | group (as configured in the | | | | | PBX) | | | +-----------------+--------------------------------+-----------+---------+ | | the external number (Full E164 | | | | E164 | format) assigned as the pilot | string | v1 | | | for the hunt group (as | | | | | configured in the PBX) | | | +-----------------+--------------------------------+-----------+---------+ | lines | Array of objects containing | array | v1 | | | line information | | | +-----------------+--------------------------------+-----------+---------+ | | Internal Number assigned to | | | | lines.cucm_dn | the device profile (as | string | v1 | | | configured in the PBX) | | | +-----------------+--------------------------------+-----------+---------+ | partition | The route partition to which | string | v2 | | | the Hunt Pilot number belongs | | | +-----------------+--------------------------------+-----------+---------+ | line_group_name | Name of the line group | string | v2 | +-----------------+--------------------------------+-----------+---------+ Example (* marked fields are new in version 2) :: [ { * "provider_name": "CS-P", * "reseller_name": "CS-AB", "customer_name": "AB_Group", "division_name": "AB-C", "location_name": "CL1-AB-C-St_Nazaire", "hierarchy": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-St_Nazaire", "lines": [ { "cucm_dn": "8134808", * "line_group_name": "BackOffice" } ], "hunt_group_name": "HL-825", "E164": "\\+33228544825", "pilot_number": "8134825", * "partition": "Cu1-AllowVm-PT" } ]