Documentation Index
Fetch the complete documentation index at: https://help.cryptolens.io/llms.txt
Use this file to discover all available pages before exploring further.
Note: This article and some of the features it refers to are still in beta phase. If you find any discrepancies or need help, please reach out to us at [email protected].
Getting started
The three dashboards that we refer to are available on the following links:- https://app.cryptolens.io/report/overview
- https://app.cryptolens.io/report/dailyreport
- https://app.cryptolens.io/report/licenseactivity
Excluding licenses that are used for testing purposes
You can exclude a license or a set of licenses from being processed as follows:- Visit https://app.cryptolens.io/Data?refType=0
- Add a data object that has the following name: cryptolens_excludekeys_kpi
- In the StringValue field, you can enter the list of key ids separated by a comma.
Accessing the data through the API
You can access the data used in these dashboard through the API, either through the Web API (see Usage Analytics section) or using the Python SDK.Road map
We are actively working on improving them and incorporate user feedback we receive. Please email us at [email protected] if you have any feedback. Below is a list of a few items that are currently being worked upon. Thank you for your feedback!Exclude test licenses(implemented)- See how many seats/machines are used on average for a given license (you may want to try this script in meantime: https://github.com/Cryptolens/reporting-tools/tree/master/FloatingLicenseAudit)
Show units on hover.- Including other minor fixes.