--- title: Reporting DDF file description: View the OMA DM device description framework (DDF) for the Reporting configuration service provider. ms.reviewer: manager: aaroncz ms.author: vinpa ms.topic: article ms.prod: w10 ms.technology: windows author: vinaypamnani-msft ms.date: 12/05/2017 --- # Reporting DDF file This topic shows the OMA DM device description framework (DDF) for the Reporting configuration service provider. This CSP was added in Windows 10, version 1511. Support for desktop security auditing was added for the desktop in Windows 10, version 1607. Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download). The XML below is the current version for the desktop CSP. ```xml ]> 1.2 Reporting ./Vendor/MSFT com.microsoft/2.0/MDM/Reporting EnterpriseDataProtection RetrieveByTimeRange A time range is supported by setting a start and stop time in ISO 8601 format. If the start/stop value is not preset and a GetValue is called to RetrieveByTimeRange, then the missing values will be interpreted as either the first existing or the last existing. For example, not setting a start date, and setting an end date will return all known logs that exist before the end date. Setting a start date but not an end date will return all the logs that exist from the start date. Not setting a start and end date will return all logs. Logs text/plain StartTime Use ISO 8601 format. text/plain StopTime Use ISO 8601 format. text/plain Type 0 Specifies the type of logs to retrieve. text/plain RetrieveByCount The count range will return the configured number of logs starting from the StartTime value. The start time is expressed in ISO8601 format. The caller will configure the number of desired logs by calling set on the LogCount and StartTime, and then retrieve the logs by calling get on Logs node. The call will return the number of desired logs or less, if the total number of logs are less than the desired number of logs. The logs are returned from StartTime forward. Logs text/plain LogCount text/plain StartTime Use ISO 8601 format. text/plain Type 0 Specifies the type of logs to retrieve. text/plain ```   ## Related topics [Reporting CSP](reporting-csp.md)