st2web icon indicating copy to clipboard operation
st2web copied to clipboard

Feature request: Manage (enable/disable) aliases from web ui

Open cognifloyd opened this issue 4 years ago • 1 comments

It would be nice to be able to see and enable or disable aliases from the web ui.

This would probably need its own dashboard (like actions, rules, triggers, etc).

The aliases are available via https://api.stackstorm.com/api/v1/actionalias The CLI uses the actionalias endpoint for these:

  • st2 action-alias list
  • st2 action-alias get <ref-or-id>
  • st2 action-alias update <name-or-id> <file> (we would need to use this PUT endpoint to enable/disable)
  • st2 action-alias delete <name-or-id>
  • st2 action-alias create <file> (maybe we could have a + for adding aliases like we have for workflows)
  • st2 action-alias match <command> (testing alias matching would be cool from the webui)
  • st2 action-alias execute <command> (probably would want to hold off on this one from the webui)

Related: #618 (same request but for sensors)

cognifloyd avatar Jul 21 '21 16:07 cognifloyd

Related to https://github.com/StackStorm/st2/issues/3973

arm4b avatar Jul 21 '21 22:07 arm4b