.. _webex_workspaces_data_export:

Webex Workspaces Data Export
----------------------------

.. _19.1.1|VOSS-507:
.. _21.4-PB2|VOSS-1138|EKB-15972:
.. _24.1|VOSS-1323|EKB-18817:
.. _25.3|EKB-26046:


Subscriber data export for Webex Workspaces. Used for billing.


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

Layout:

.. tabularcolumns:: |p{4cm}|p{7cm}|p{2cm}|p{2cm}|

+---------------+------------------------------------------------+-----------+---------+
| ELEMENT       | DESCRIPTION                                    | DATA TYPE | VERSION |
+===============+================================================+===========+=========+
| provider_name | Name of the Provider                           | string    |         |
+---------------+------------------------------------------------+-----------+---------+
| reseller_name | Name of the Reseller                           | string    |         |
+---------------+------------------------------------------------+-----------+---------+
| customer_name | name of the customer                           | string    |         |
+---------------+------------------------------------------------+-----------+---------+
| division_name | Intermediate Node (e.g. Division               | string    |         |
|               | or other node)                                 |           |         |
+---------------+------------------------------------------------+-----------+---------+
| location_name | Site Name                                      | string    |         |
+---------------+------------------------------------------------+-----------+---------+
| hierarchy     | The full hierarchy path for the                | string    |         |
|               | item being exported                            |           |         |
+---------------+------------------------------------------------+-----------+---------+
| id            | Device ID                                      | string    |         |
|               |                                                |           |         |
|               |                                                |           |         |
+---------------+------------------------------------------------+-----------+---------+
| displayName   | Workspace display name                         | string    |         |
|               |                                                |           |         |
|               | ``device/spark/Location``                      |           |         |
+---------------+------------------------------------------------+-----------+---------+
| type          | Workspace type                                 | string    |         |
|               |                                                |           |         |
|               | E.g. "huddle","focus","meetingRoom","open",... |           |         |
+---------------+------------------------------------------------+-----------+---------+
| callingType   | Workspace calling type                         | string    |         |
|               |                                                |           |         |
|               | E.g. "freeCalling", webexCalling               |           |         |
+---------------+------------------------------------------------+-----------+---------+
| phoneNumber   | Phone number                                   | string    |         |
+---------------+------------------------------------------------+-----------+---------+
| extension     | The extension for the phone number             | string    |         |
+---------------+------------------------------------------------+-----------+---------+


 
Example

::

   {
     "provider_name": "Provider_01",
     "reseller_name": "Reseller_01",
     "customer_name": "Customer_01",
     "division_name": "Intermediate_Node_01",
     "location_name": "Site_02",
     "hierarchy": "sys.hcs.Provider_01.Reseller_01.Customer_01.Intermediate_Node_01.Site_02",
     "id": "ID",
     "displayName": "DN_device",
     "type": "desk",                         
     "callingType": "webexCalling",
     "phoneNumber": "+441522587639",
     "extension": "6252"
   }

