Pexip Data Export

Filename: <YYYY-MM-DD_HHMM>_pexip_conference.json.gz

Layout:

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 item being exported

string

v4

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": "[email protected]",
   "reseller_name": "Reseller1Hierarchy",
   "provider_name": "Provider1Hierarchy",
   "type": "conference",
   "customer_name": "Customer1Hierarchy"
 }
]