Hi guys,
I’ve set up salt-api and can run tasks like test.ping, but how can I run something like this through API
salt-run state.orchestrate copy.database pillar='{"websites": ["example.com"]}'
I’m trying to build a web interface to automate this task