Skip to main content
Question

REST Collector - complete variable reference

  • March 11, 2025
  • 2 replies
  • 18 views

Hi everyone,

I can't find a complete list of available variables to use in the REST collector configuration. I only know those that are embedded in the documentation (for example, ${earliest}). Is there a complete reference table which I may have overlooked?

2 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • March 11, 2025

I'm not aware of anything available out of the gate aside from earliest, latest, and whatever results from the Discover phase. You can access any global variables you've defined.

Can you share what your requirements are that have you looking for more vars?


  • Author
  • New Participant
  • March 11, 2025

Hi Jon, thanks a lot. I don't have any specific requirements at the moment. As you have probably noticed from my other question, I am currently figuring out how job information can be persistent across multiple runs of the same job (example: Run #2 accesses the information from Run#1 and uses that information within its parameters). I figured that I must have missed a big chunk of the whole variable system, but I probably misunderstood how REST jobs work.