salt-api
Generic, modular network access system
Install
- All systems
-
curl cmd.cat/salt-api.sh
- Debian
-
apt-get install salt-api - Ubuntu
-
apt-get install salt-api -
Alpine
-
apk add salt-api - Arch Linux
-
pacman -S salt-api - Fedora
-
dnf install salt-api - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install salt-api - Raspbian
-
apt-get install salt-api - Docker
-
docker run cmd.cat/salt-api salt-apipowered by Commando
salt-api
Generic, modular network access system
a modular interface on top of Salt that can provide a variety of entry points into a running Salt system. It can start and manage multiple interfaces allowing a REST API to coexist with XMLRPC or even a Websocket API. The Salt API system is used to expose the fundamental aspects of Salt control to external sources. salt-api acts as the bridge between Salt itself and REST, Websockets, etc.