.. _call_pickup_group_data_export:

Call Pickup Group Data Export
-----------------------------


(New report in version 2) 

Filename: ``<YYYY-MM-DD_HHMM>_call_pickup_group.json.gz``

Layout:

.. tabularcolumns:: |p{4cm}|p{9cm}|p{1.5cm}|p{1cm}|


+------------------------+------------------------------------------------+--------+---------+
| ELEMENT                | DESCRIPTION AND SOURCE FIELD                   | DATA   | VERSION |
|                        |                                                | TYPE   |         |
+========================+================================================+========+=========+
| provider_name          | Name of the Provider                           | string | v2      |
+------------------------+------------------------------------------------+--------+---------+
| reseller_name          | Name of the Reseller                           | string | v2      |
+------------------------+------------------------------------------------+--------+---------+
| customer_name          | Name of the Customer                           | string | v2      |
+------------------------+------------------------------------------------+--------+---------+
| division_name          | Intermediate Node (e.g                         | string | v2      |
|                        | Division or other node)                        |        |         |
+------------------------+------------------------------------------------+--------+---------+
| location_name          | Name of the Site                               | string | v2      |
+------------------------+------------------------------------------------+--------+---------+
|                        | The full hierarchy path                        |        |         |
| hierarchy              | for the item being                             | string | v2      |
|                        | exported                                       |        |         |
+------------------------+------------------------------------------------+--------+---------+
| pickup_group_name      | The name of the Call                           | string | v2      |
|                        | Pickup Group                                   |        |         |
|                        |                                                |        |         |
|                        | device/cucm/CallPickupGroup.name               |        |         |
+------------------------+------------------------------------------------+--------+---------+
| pickup_group_number    | The DN for the Call Pickup                     | string | v2      |
|                        | Group                                          |        |         |
|                        |                                                |        |         |
|                        | device/cucm/CallPickupGroup.pattern            |        |         |
+------------------------+------------------------------------------------+--------+---------+
| pickup_group_partition | The route partition for                        | string | v2      |
|                        | the Call Pickup Group DN                       |        |         |
|                        |                                                |        |         |
|                        | device/cucm/CallPickupGroup.routePartitionName |        |         |
+------------------------+------------------------------------------------+--------+---------+
| member                 | Array of member lines                          | array  | v2      |
+------------------------+------------------------------------------------+--------+---------+
|                        | Description of the                             |        |         |
| member.cucm_dn         | directory number and                           | string | v2      |
|                        | partition                                      |        |         |
|                        |                                                |        |         |
|                        | device/cucm/Line.pattern                       |        |         |
+------------------------+------------------------------------------------+--------+---------+
|                        | Route partition associated                     |        |         |
| member.parition        | with the member directory                      | string | v2      |
|                        | number                                         |        |         |
|                        |                                                |        |         |
|                        | device/cucm/Line.routePartitionName            |        |         |
+------------------------+------------------------------------------------+--------+---------+

Example

::

   [
                                                                     
       {                                                             
           "provider_name": "CS-P",                                  
           "reseller_name": "CS-NB",                                 
           "customer_name": "CustomerName",                          
           "division_name": "",                                      
           "location_name": "AAA-Boston",                            
           "hierarchy": "sys.hcs.CS-P.CS-NB.CustomerName.AAA-Boston",
           "pickup_group_name": "Support",                           
           "pickup_group_number": "80000",                           
           "pickup_group_partitiion": "Cu1-AllowVm-PT",              
           "member": [                                               
               {                                                     
                   "cucm_dn": "50409",                               
                   "partition": "Cu1-AllowVm-PT"                     
               }                                                     
           ]                                                         
       }                                                             
    ]                                                                
