Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cognifloyd opened this issue Jul 21, 2021 · 1 comment
Open

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

cognifloyd opened this issue Jul 21, 2021 · 1 comment

Comments

@cognifloyd
Copy link
Member

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)

@arm4b
Copy link
Member

arm4b commented Jul 21, 2021

Related to StackStorm/st2#3973

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants