Table of Contents

Scripted connectors

Important

At present, scripted connectors are only available in preview, if the DataAPI soft-launch option is enabled. For more information, see Soft-launch options.

Scripted connectors are executed by the DataAggregator DxM, operating independently from DataMiner. To use scripted connectors, Data Aggregator must be installed on the same server as DataMiner.

Consequently, the scripts are stored on the same machine as DataMiner. The execution of scripted connectors is carried out separately from any other DataMiner processes.

Once added, scripted connectors operate at regular intervals, running every minute.

These connectors can be written in PowerShell and Python. Data Aggregator is equipped with Python 3.12.0, and in the event that a scripted connector requires additional Python packages, you can install extra Python packages.

The scripts transmit JSON data through a local HTTP call to the Data API.