Exporting a GQI query
From DataMiner 10.4.0 [CU21]/10.5.0 [CU9]/10.5.12 onwards, you can export a query to JSON:
Click the "..." button next to the query in the Data pane and select Export.
A pop-up window will appear, showing a preview of the query in JSON format.
In the Export for box, select the desired export format:
Dashboards / Apps (default): Exports the query as raw JSON for use in dashboards and low-code apps. Available from DataMiner 10.5.0 [CU17]/10.6.0 [CU5]/10.6.8 onwards.
Data Aggregator: Exports the query to JSON format compatible with the Data Aggregator module.
Select Download JSON to download the query as a JSON file, or Copy query to copy the JSON object to your clipboard.
Note
Prior to DataMiner 10.4.0 [CU21]/10.5.0 [CU9]/10.5.12, exporting a query is not supported in the user interface. To export a GQI query to a JSON file (for example, to have it executed by the Data Aggregator module), follow the instructions under Configuring GQI queries for Data Aggregator.