Document toolboxDocument toolbox

Pathfinder ExportHelper

Exports a list of all data outlets that end at a switch port in csv (comma separated value) format.

Usage:
ExportHelper.exe [-h] -s SERVER -t TOKEN -o OUTPUT

options:
-h, --help show help message and exit
-s SERVER, --server SERVER
Address of the Pathfinder Server, e.g. https://127.0.0.1:8087
-t TOKEN, --token TOKEN
Your API key (see )
-o OUTPUT, --output OUTPUT
File to write the csv data to, e.g. export.csv

Example:
ExportHelper.exe -s https://localhost:8087 -t 00012345-FFFF-1234-1234-012345612345 -o export.csv

 

The resulting export file contains the following fields:

  • Outlet Location

  • Outlet Location UID

  • Outlet Building

  • Outlet Building UID

  • Outlet Floor

  • Outlet Floor UID

  • Outlet Room

  • Outlet Room UID

  • Outlet Component

  • Outlet Component UID

  • Outlet Port

  • Outlet Port UID

  • Switch Location

  • Switch Location UID

  • Switch Building

  • Switch Building UID

  • Switch Floor

  • Switch Floor UID

  • Switch Room

  • Switch Room UID

  • Switch Component

  • Switch Component UID

  • Switch Port

  • Switch Port UID

  • Switch Parent 1

  • Switch Parent 1 UID

  • Switch Parent 2

  • Switch Parent 2 UID

  • Switch Parent 3

  • Switch Parent 3 UID

  • Tags

  • Vlans

  • ipAddresses

You can download the windows binary from here