Export active reservations reports
Note: Exporting reports is only available for the on-premises Qt License Server operating in offline mode.
An active reservations report as a spreadsheet.
An active reservations report contains the following records:
- Reservation ID
- License number
- Hardware ID
- Process ID
- Lease start: the time the user reserved the license
- Lease end: the time the user released the license
- Last used
- Type: license type
- User ID
Export reports from the command line
To generate a reservations report for a specific time-frame with qt-license-server, enter:
./qt-license-server export --url <URL> --license <number> --extension <csv | xlsx> -r reservations
.\qt-license-server.exe export --url <URL> --license <number> --extension <csv | xlsx> -r reservations
The --startDate
and --endDate
options export records whose lease starts and ends on those dates or between the dates.
Example
./qt-license-server export --fileName statisticsResults --url http://127.0.0.1:8080 --licenseNumber 11245270 --startDate 2024-01-01 --endDate 2025-01-01 --extension csv -r reservations
.\qt-license-server.exe export --fileName statisticsResults --url http://127.0.0.1:8080 --licenseNumber 11245270 --startDate 2024-01-01 --endDate 2025-01-01 --extension csv -r reservations
See also Manage reports and Qt License Server command-line interface.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.