Skip to main content

2 docs tagged with "Data import"

View all tags

Data import

The SSH data import (collector) executes defined SSH commands. The command returns data in the tabular CSV format, where each row represents a single object. Under the hood, the SSH data import works similarly to the Flat File CSV data import, but instead of reading data from the file, it reads data from the SSH command output.

Data provisioning

The SSH data provisioning (connector) executes an SSH command, and then checks if the returned code (or, optionally, the result text) matches the expected value.