In some attributes of the fields you can use variables to replace the value of the attribute with another string or supplement it with an additional string. You have a choice between the internal variables of the custom Wizard and the predefined environment variables of the CLI, which you insert using special placeholders.
Inserting Wizard variables
To insert an internal variable into the value of an attribute, use the syntax $(VariableName). To insert the user name from the internal variable wizard.username into a URL, add the following attribute: http://host/directory?param=$(username).
Inserting environment variables
To insert an environment variable into the value of an attribute, use the syntax %VariableName. The following environment variables can be used in the attributes:
- % inserts a percent sign.
- f inserts the version and the date of the firmware currently active in the device.
- r inserts the hardware release of the device.
- v inserts the version of the loader currently active in the device.
- m inserts the MAC address of the device.
- s inserts the serial number of the device.
- n inserts the name of the device.
- l inserts the location of the device.
- d inserts the type of the device.