Usage Reports Table¶
Note
Only global administrators and Solution Manager administrators can access the Metering menu.
To open the Usage Reports table, click the menu Metering > Usage reports.
This table summarizes monthly Denodo usage:
The number of different data products accessed in all Virtual DataPort servers in Production environments.
The volume of data accessed through all Virtual DataPort servers in Production and Failover environments.
The table shows the following information:
The month that the Usage Report corresponds to.
The date and time when the Usage Report was generated.
The Usage Report status, which can take one of the following values:
This icon represents one of the following statuses:Sent: It means that the Usage Report was automatically sent to the Denodo Support Site.
Generated: It means that the Usage Report was generated successfully, but automatic delivery is disabled. It can be manually downloaded and uploaded to the Denodo Support Site.
Pending: It means that the automatic delivery of the Usage Report to the Denodo Support Site is configured, but the report could not be sent (e.g., due to a connection error).
Partial: It means that the Usage Report does not contain complete data.
Note
Only non-partial reports must be delivered to the Denodo Support Site.
The number of different data products accessed in all Virtual DataPort servers in Production environments in that month.
The volume of data accessed through all Virtual DataPort servers in Production and Failover environments in that month.
A button to download the Usage Report (JSON file). The user can download only non-partial reports by clicking the
button. If the report is not available for download, the
icon is shown.
You can also access the Denodo Support Site where the usage reports are uploaded by clicking on the View Consumption in Denodo Support Portal link in the upper right corner.
Configuring Automatic Upload¶
To enable the automatic upload of Usage Reports, follow these steps:
Configure Denodo Support Access Keys.
Set the Send usage reports to Denodo Support Portal automatically toggle to
YES.Click Save to apply the changes.
Manual Upload to the Denodo Support Site¶
If the Solution Manager does not have internet access or the automatic upload is disabled, you can perform the manual upload using one of the following two options:
Option 1: Via the Denodo Support Site UI¶
Download the Usage Report from the Usage Reports Table section as described above.
Log in to the Support Site <https://support.denodo.com>.
Navigate to the Usage Report upload section, select a non-partial Usage Report (JSON file), and submit it.
Option 2: Using the Upload Report Script¶
Unzip the
solution-manager-report-scripts.zipfile into the<sm-home>/tools/solution-manager-scriptsfolder.Open a command line interface and navigate to the
tools\solution-manager-scripts\solution-manager-report-scripts\bindirectory.Execute the script corresponding to your operating system, providing the required parameters:
-a: Your Denodo Support Site Access Key.
-s: Your Denodo Support Site Secret Key.
-f: The path to the Usage Report (JSON file) you want to upload.
On Windows:
upload_report.bat -a <access-key> -s <secret-key> -f <path-to-report>
On Linux/Unix:
./upload_report.sh -a <access-key> -s <secret-key> -f <path-to-report>