1SALT-API(1) Salt SALT-API(1)
2
3
4
6 salt-api - salt-api Command
7
8 Start interfaces used to remotely connect to the salt master
9
11 salt-api
12
14 The Salt API system manages network api connectors for the Salt Master
15
17 --version
18 Print the version of Salt that is running.
19
20 --versions-report
21 Show program's dependencies and version number, and then exit
22
23 -h, --help
24 Show the help message and exit
25
26 -c CONFIG_DIR, --config-dir=CONFIG_dir
27 The location of the Salt configuration directory. This directory
28 contains the configuration files for Salt master and minions.
29 The default location on most systems is /etc/salt.
30
31 -d, --daemon
32 Run the salt-api as a daemon
33
34 --pid-file=PIDFILE
35 Specify the location of the pidfile. Default:
36 /var/run/salt-api.pid
37
38 Logging Options
39 Logging options which override any settings defined on the configura‐
40 tion files.
41
42 -l LOG_LEVEL, --log-level=LOG_LEVEL
43 Console logging log level. One of all, garbage, trace, debug,
44 info, warning, error, quiet. Default: warning.
45
46 --log-file=LOG_FILE
47 Log file path. Default: /var/log/salt/api.
48
49 --log-file-level=LOG_LEVEL_LOGFILE
50 Logfile logging log level. One of all, garbage, trace, debug,
51 info, warning, error, quiet. Default: warning.
52
54 salt-api(7) salt(7) salt-master(1)
55
57 Thomas S. Hatch <thatch45@gmail.com> and many others, please see the
58 Authors file
59
60
61
62
632019.2.0 Jan 08, 2019 SALT-API(1)