.. _webex_teams_data_export: Webex App Data Export ----------------------- .. _19.1.1|VOSS-507: Filename: ``_webex_teams.json.gz`` Layout: .. tabularcolumns:: |p{4cm}|p{9cm}|p{2cm}|p{1cm}| +---------------+----------------------------------+------------+---------+ | ELEMENT | DESCRIPTION | DATA TYPE | VERSION | +===============+==================================+============+=========+ | provider_name | Name of the Provider | string | v2.2 | +---------------+----------------------------------+------------+---------+ | reseller_name | Name of the Reseller | string | v2.2 | +---------------+----------------------------------+------------+---------+ | customer_name | name of the customer | string | v2.2 | +---------------+----------------------------------+------------+---------+ | division_name | Intermediate Node (e.g. Division | string | v2.2 | | | or other node) | | | +---------------+----------------------------------+------------+---------+ | location_name | Site Name | string | v2.2 | +---------------+----------------------------------+------------+---------+ | hierarchy | The full hierarchy path for the | string | v2.2 | | | item being exported | | | +---------------+----------------------------------+------------+---------+ | firstName | First name of user | string | v2.2 | | | | | | | | device/spark/User.firstName | | | +---------------+----------------------------------+------------+---------+ | lastName | Last name of user | string | v2.2 | | | | | | | | device/spark/User.lastName | | | +---------------+----------------------------------+------------+---------+ | email | User email address | string | v2.2 | | | | | | | | device/spark/User.email | | | +---------------+----------------------------------+------------+---------+ | line | User line | string | v2.2 | | | | | | | | device/spark/User.line | | | +---------------+----------------------------------+------------+---------+ | messaging | Webex App Messaging | boolean | v2.2 | +---------------+----------------------------------+------------+---------+ | status | Webex App user status | string | v2.2 | | | | | | | | device/spark/User.status | | | +---------------+----------------------------------+------------+---------+ | services | Webex App services: | dictionary | v2.2 | +---------------+----------------------------------+------------+---------+ | | | | | | | * hybrid_call_services | * string | | | | * hybrid_calendar_services | * string | | | | | | | | | device/spark/User.services | | | +---------------+----------------------------------+------------+---------+ .. note:: Services reported on are dynamically included. The reference material and JSON snippet here are examples. .. tabularcolumns:: |p{5cm}|p{7cm}|p{2cm}|p{1cm}| +-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | ELEMENT | DESCRIPTION | DATA TYPE | VERSION | +=======================+=============================================================================================================================================================================================================================+===========+=========+ | hybrid_call_services: | | | v2.2 | +-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | | | | | | connect | Users' incoming calls will ring their work phones and the Cisco Webex App app. Users can call their colleagues from either their phones or the app, too. Aware must be enabled before the user can be enabled for Connect. | boolean | v2.2 | +-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | | | | | | aware | Users can share content from the Cisco Webex App app during a call from their work phones and view their call history in the app. | boolean | v2.2 | +-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ .. tabularcolumns:: |p{4cm}|p{9cm}|p{1.5cm}|p{1cm}| +---------------------------+-------------------------------+-----------+---------+ | ELEMENT | DESCRIPTION | DATA TYPE | VERSION | +===========================+===============================+===========+=========+ | hybrid_calendar_services: | | | v2.2 | +---------------------------+-------------------------------+-----------+---------+ | | | | | | google | Google Calendar | boolean | v2.2 | +---------------------------+-------------------------------+-----------+---------+ | | | | | | microsoft_exchange | Microsoft Exchange/Office 365 | boolean | v2.2 | +---------------------------+-------------------------------+-----------+---------+ .. tabularcolumns:: |p{5cm}|p{7.5cm}|p{1.5cm}|p{1cm}| +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | ELEMENT | DESCRIPTION | DATA TYPE | VERSION | +=======================+======================================================================================================================================+===========+=========+ | meeting | Named User Licence. Each Named User license allows 1 user to be entitled as a meeting host. Named users can hold unlimited meetings. | N/A | N/A | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | webex_enterprise_200 | | boolean | v2.2 | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | webex_support_center | | boolean | v2.2 | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | webex_meeting_center | | boolean | v2.2 | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | webex_cmr | | boolean | v2.2 | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | webex_event_center | | boolean | v2.2 | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | webex_training_center | | boolean | v2.2 | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ | meeting | | boolean | v2.2 | +-----------------------+--------------------------------------------------------------------------------------------------------------------------------------+-----------+---------+ Example :: [ { "division_name":"", "status":"", "location_name":"Site_03", "firstName":"", "hierarchy":"sys.hcs.Provider_01.Reseller_01.Customer_02.Site_03", "lastName":"", "provider_name":"Provider_01", "services":{ "hybrid_call_services":{ "connect":false, "aware":false }, "message":{ "messaging":false }, "meeting":{ "webex_enterprise_200":false, "webex_support_center":false, "webex_meeting_center":false, "webex_cmr":false, "webex_event_center":false, "webex_training_center":false, "meeting":false }, "hybrid_calendar_services":{ "google":false, "microsoft_exchange":false }, "hybrid_message_services":{ "message":false } }, "reseller_name":"Reseller_01", "line":"", "email":"spark_user_36@emailaccount.com", "customer_name":"Customer_02" }, ]