# Collect Footprints data for your Pipeline

### Collect Footprints data for your Pipeline <a href="#toc201668103" id="toc201668103"></a>

If you have connected Tosca to SeaLights, you can configure the Agent to collect details for test executions in Tosca. When you run a test, the Agent matches the ABAP components that you executed against objects in the latest Build Modification. It then sends this data to SeaLights as a Footprint.

To configure the Agent to collect Footprints data for your Pipeline, run the following command from your PowerShell window:

{% code title="Command" overflow="wrap" %}

```powershell
.\slabapcli.exe footprints run --pipeline HH_SLABAPCLI_170625
```

{% endcode %}

{% code title="Expected output" overflow="wrap" lineNumbers="true" %}

```powershell
PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe footprints run --pipeline HH_SLABAPCLI_170625
[2025-06-18 15:07:58.337+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-18 15:07:58.337+01:00] [info] Config pathname: ../config/config.toml
[2025-06-18 15:07:58.341+01:00] [info] resource = footprints. command = run
[2025-06-18 15:07:58.341+01:00] [info] pipline: HH_SLABAPCLI_170625
[2025-06-18 15:07:58.370+01:00] [info] Run scheduled daily. interval = 5m. duration = 1d
[2025-06-18 15:07:58.370+01:00] [info] Total time: 00:00:00.033
```

{% endcode %}

This command creates a FOOTPRINTS scheduled task that runs every five minutes to collect Footprints data and send it to SeaLights.

### Stop collecting Footprints data for a Pipeline <a href="#toc201668104" id="toc201668104"></a>

To stop monitoring a Pipeline for Build Modifications, run the following from your PowerShell window:

{% code title="Command" overflow="wrap" %}

```powershell
.\slabapcli.exe footprints stop --pipeline HH_SLABAPCLI_170625
```

{% endcode %}

{% code title="Expected output" overflow="wrap" lineNumbers="true" %}

```powershell
PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe footprints stop --pipeline HH_SLABAPCLI_170625
[2025-06-20 10:06:45.590+01:00] [info] Current ANSI Code Page: 65001 (UTF-8) (65001)
[2025-06-20 10:06:45.590+01:00] [info] Config pathname: ../config/config.toml
[2025-06-20 10:06:45.594+01:00] [info] resource = footprints. command = run
[2025-06-20 10:06:45.606+01:00] [info] Stopped footprints run
[2025-06-20 10:06:45.606+01:00] [info] Total time: 00:00:00.017
```

{% endcode %}

### Decrypt the configuration file and all the database files

To decrypt the configuration `config.toml` file and all the Sqlite database files in the **userdata\private directory**, run the following from your PowerShell window:

{% code title="Command" overflow="wrap" %}

```powershell
.\slabapcli.exe security decrypt --config ..\config\config.toml
```

{% endcode %}

{% code title="Expected output" overflow="wrap" lineNumbers="true" %}

```powershell
PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe security decrypt --config ..\config\config.toml
<decryption messages>
```

{% endcode %}

Don’t decrypt your files unless Tricentis Support asks you to.
