.. _license-export-file-details: File Details ------------ .. _20.1.1|EKB-5454: Whether generated via the schedule or via the voss export command in the CLI, the successful execution results in a set of files in the directory ``media/data_export/license``. The files are retained on the system for 2 years and the system will remove files older than 2 years automatically when new files are generated. The data is also stored locally in the database in the event of any issues with the files. The details of the files created are: 1. A CSV report file for partner reference that includes the customer details. This file is not required by VOSS and is for the partner’s internal use and view of the data. Filename format: ``vlf___detailed_.csv`` 2. A ZIP file to be sent to VOSS for billing purposes. The filename is: ``vlf___license_.zip`` The ZIP file contains a directory with contents as below. directory: ``_license`` a. A license JSON file. Filename format: ``vlf___license_.json``. * metadata attributes and values: * ``"datetime":""`` * ``"export_identifier":""`` * ``"pipeline_type_name":"license_initial_audit"``. * a list of individual JSON objects if they contain data, for example: * License Subscriber Profile Data Export * License Standalone Phone Data Export * License Standalone WebEx Data Export * License Standalone Voicemail Data Export * License Contact Center Data Export * License Spark Hybrid Data Export If you need more details about the JSON file formats, contact VOSS. #. Patch and adaptation JSON log files. Format: ``vlf___patch_.json`` and ``vlf___adaptation_log_.json`` These files contain data on any patches applied and adaptations installed to the system. * The ``patch`` log file contains patch and patch bundle names and descriptions, as shown on the Admin Portal **About > Extended Version**. * The ``adaptation_log`` log file contains installed adaptation names and descriptions, as shown on the Admin Portal **About > Adaptation Status**. If no patches or adaptations are applied, the JSON file data is empty, in other words the file contents show as: :: { "meta": {}, "resources": [] } #. A CSV report file that is Customer anonymous, in other words, no identifying information such as ``Provider``, ``Reseller``, or ``Customer`` columns and no friendly hierarchy path names. Filename format: ``vlf___anonymous_.csv``. For detailed view of the file format and contents, see: :ref:`license_anonymous_customer_aggregate_data_export`. #. Hash files (``.hash``) of the JSON and CSV files, used to verify the integrity of the files. Filename formats: * ``vlf___license_.json.hash`` * ``vlf___anonymous_.csv.hash`` * ``vlf___patch_.json.hash`` * ``vlf___adaptation_log_.json.hash``