-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Description
When a user selects a value for the list parameter, this value is passed to the script as an argument.
However, sometimes required value could be too complicated (IP or MAC address, for example), then it would be possible to have some kind of mapping: user-friendly name is shown on the UI, but corresponding "technical" value is passed to the script.
Example:
{
"name": "server",
"type": "list",
"values": {
"prod": "192.168.0.10",
"dev": "192.168.0.11",
"qa": "192.168.0.12"
}
}
In this case user will select from prod, dev an qa, but 192.168.0.xx will be passed to a script