Dispatch parameterized jobs from UI [feature request] #9313
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/ui
type/enhancement
Feature
It would be useful to dispatch simple parameterized jobs from the ui, rather than having to use the cli/api to do this. Currently I have various housekeeping jobs which operate on a single parameter, which is typically a single word. It would be very quick and easy to open the webui, find the job, click a dispatch button, enter the meta parameter and hit go. The cli alternative requires a lot of typing, and wrangling of tokens from vault, managing env vars etc. As the nomad administrator, I have the tools and info readily to hand, ops teammates do not always have this setup, or do it often enough that the commands to do so are in muscle memory. The ethos for the UI appears to be "make life easier" and this would fit well with that.
Possible implementation
i can imagine a very simple UI which simply renders text inputs for the defined meta parameters (with indication as to which ones are required) and a textarea/file upload widget for the payload data.
Use cases
Example operations which would become much easier to operate via UI:
The text was updated successfully, but these errors were encountered: