.. _pexip_data_export:

Pexip Data Export
-----------------------

.. _21.1|VOSS-847:

Filename:  ``<YYYY-MM-DD_HHMM>_pexip_conference.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    | v4      |
+---------------+---------------------------------+-----------+---------+
| reseller_name | Name of the Reseller            | string    | v4      |
+---------------+---------------------------------+-----------+---------+
| customer_name | name of the customer            | string    | v4      |
+---------------+---------------------------------+-----------+---------+
| hierarchy     | The full hierarchy path for the | string    | v4      |
|               | item being exported             |           |         |
+---------------+---------------------------------+-----------+---------+
| name          | First name of user              | string    | v4      |
+---------------+---------------------------------+-----------+---------+
| description   | Last name of user               | string    | v4      |
+---------------+---------------------------------+-----------+---------+
| owner_email   | User email address              | string    | v4      |
+---------------+---------------------------------+-----------+---------+
| type          | service type                    | string    | v4      |
+---------------+---------------------------------+-----------+---------+


Example

::


   [
    { 
      "name": "user_1",
      "hierarchy": "sys.0ECD98831FCF.Provider1Hierarchy.Reseller1Hierarchy.Customer1Hierarchy",
      "description": "Description_PexIp_1",
      "owner_email": "user_1@dummy-emailaccount.com",
      "reseller_name": "Reseller1Hierarchy",
      "provider_name": "Provider1Hierarchy",
      "type": "conference",
      "customer_name": "Customer1Hierarchy"
    }
   ]
