
StackStorm Documentation — StackStorm 3.8.0 documentation
Reference Deployment Overview System Requirements Ubuntu 18.04 Ubuntu 20.04 RHEL 7 / CentOS 7 RHEL 8 / RockyLinux 8 / CentOS 8 Vagrant / OVA Docker Ansible Playbooks …
References and Guides — StackStorm 3.8.0 documentation
Quick Reference Exit Codes Local Command Runner (local-shell-cmd) Local script runner (local-shell-script) Remote Command Runner (remote-shell-cmd) Remote script runner (remote-shell …
CLI Reference — StackStorm 3.8.0 documentation
CLI Reference The StackStorm command line client (CLI) st2 allows you to operate your StackStorm system using the command line. It communicates with the StackStorm processes …
Quick Start — StackStorm 3.8.0 documentation
Check the CLI and Python Client reference for details. You can also do a lot through the Web UI: Check the history, run actions, configure rules, install packs…check it out at https:/ / …
Action Runners — StackStorm 3.8.0 documentation
Quick Reference Here is a quick reference of the most used runner parameters. To see additional details for each runner, see the appropriate section down below.
REST API Reference — StackStorm 3.8.0 documentation
REST API Reference Check our new API documentation! It includes information on how to use the API, references for all API options, etc. You can also use the --debug flag with any CLI …
Create and Contribute a Pack — StackStorm 3.8.0 documentation
--- # Pack reference. It can only contain lowercase letters, digits and underscores. # This attribute is only needed if "name" attribute contains special characters. ref: hello_st2 # User-friendly …
Pack Configuration — StackStorm 3.8.0 documentation
If no schema exists, validation is not performed. Keep in mind that only static values in the config are validated. Dynamic values (those using Jinja notation to reference values in the datastore) …
Traces — StackStorm 3.8.0 documentation
Traces Traces are tracking entities that serve to gather all StackStorm entities like ActionExecution, TriggerInstance and Rule that originate from an event. In the StackStorm …
Metrics and Instrumentation — StackStorm 3.8.0 documentation
Metrics and Instrumentation StackStorm services and code base contain instrumentation with metrics in various critical places. This provides better operational visibility and allows operators …