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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

44 lines
710 B
ReStructuredText
Raw Normal View History

2012-09-24 14:17:56 -06:00
============
``salt-api``
============
Start interfaces used to remotely connect to the salt master
Synopsis
========
.. code-block:: bash
2012-09-24 14:17:56 -06:00
2014-12-10 19:37:07 -08:00
salt-api
2012-09-24 14:17:56 -06:00
Description
===========
2013-10-25 16:26:57 +08:00
The Salt API system manages network api connectors for the Salt Master
2012-09-24 14:17:56 -06:00
Options
=======
.. program:: salt-api
.. include:: _includes/common-options.rst
2012-09-24 14:17:56 -06:00
.. option:: -d, --daemon
2012-09-24 14:17:56 -06:00
Run the salt-api as a daemon
2012-09-24 14:17:56 -06: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 14:17:56 -06:00
See also
========
:manpage:`salt-api(7)`
:manpage:`salt(7)`
:manpage:`salt-master(1)`