How can we help? 👋

Dynamic parameters

In case of an organisation with geographically distributed networks you may want to execute some Job actions depending on their current network.

If an organization has geographically dispersed networks, you may need to perform certain job actions based on the network. For instance, you can use your subnet configurations as dynamic parameters for tasks such as Software Rollout.

In this case you can use your subnet configurations as dynamic parameters.

 

Following actions are supported:

  • download
    • url
  • execute
    • Executable
    • Arguments
  • upload
    • Path
    • File

Example:

Download File from local NAS:

 
Notion image
 

What happens here?

Depending on the subnet of your hardware, XEOX will replace the variables $nasip and $naspublicpath with configuration values from your subnet configuration.

Following rules are applied:

  • If no configuration was found, XEOX will replace the variable with an empty string ""
  • IP addresses from WIRED network cards are preferred
  • XEOX uses the best matching subnet, containing the variable
    • e.g. for IP 192.168.11.166
    • XEOX prefers configurations in 192.168.11.0/24 versus 192.168.0.0/12
Did this answer your question?
😞
😐
🤩