salt/doc/ref/cli/salt-api.rst

43 lines
709 B
ReStructuredText
Raw Normal View History

2012-09-24 20:17:56 +00:00
============
``salt-api``
============
Start interfaces used to remotely connect to the salt master
Synopsis
========
.. code-block:: bash
2012-09-24 20:17:56 +00:00
2014-12-11 03:37:07 +00:00
salt-api
2012-09-24 20:17:56 +00:00
Description
===========
2013-10-25 08:26:57 +00:00
The Salt API system manages network api connectors for the Salt Master
2012-09-24 20:17:56 +00:00
Options
=======
.. program:: salt-api
.. include:: _includes/common-options.rst
2012-09-24 20:17:56 +00:00
.. option:: -d, --daemon
2012-09-24 20:17:56 +00:00
Run the salt-api as a daemon
2012-09-24 20:17:56 +00:00
.. option:: --pid-file=PIDFILE
Specify the location of the pidfile. Default: /var/run/salt-api.pid
.. include:: _includes/logging-options.rst
.. |logfile| replace:: /var/log/salt/api
.. |loglevel| replace:: ``warning``
2012-09-24 20:17:56 +00:00
See also
========
:manpage:`salt-api(7)`
:manpage:`salt(7)`
2014-12-11 03:37:07 +00:00
:manpage:`salt-master(1)`