Overview
Trickest provides two ways to work with IP addresses: static IPs that are assigned to your fleet in advance, and run/job IP exports for auditing which addresses were used during execution.
Static IP Addresses
Static IP addresses are an enterprise feature. Contact your account team to have them enabled for your organization.
When static IPs are enabled, your fleet has a pool of static IP addresses available — one per machine. These addresses are fixed and known ahead of time, so you can whitelist them in your external systems before any run takes place.
Static IPs are opt-in per execution. When starting a run, you can choose whether to use static IPs or not. If static IPs are not selected, fleet machines will use random IP addresses as usual.
To view your fleet’s static IP addresses, navigate to the Fleet page and open the Static IPs tab. All available static IP addresses are listed there. Use the Copy All button to copy the full list to the clipboard.
From the Runs Page
Navigate to the Runs page, open the action menu on any run, and select Export IP Addresses. A popup appears listing all IP addresses used during that run. From there you can copy the addresses to the clipboard or download them directly as a file.
From the Workflow Editor
Open the workflow in the editor and go to the Runs section. Open the action menu on the run and select Details. The run details panel displays the IP addresses used, which can be copied from there.
To see the IP address used by a specific job, open the workflow in the editor and click on a node to open its Job Details modal. Next to the Settings button, click Export data and select Export IP Addresses. A modal will open showing the IP address used by that job.