Update netapi reference

Resolves issue #18760
This commit is contained in:
Steve Groesz 2014-12-11 18:14:47 -06:00
parent d01d24fbff
commit e66a02b18b

View File

@ -20,11 +20,10 @@ client is detailed below.
See the :py:func:`state.event <salt.runners.state.event>` runner to utilize
Salt's event bus from shell scripts.
See the `salt-api`_ project to access Salt externally via a REST interface.
It uses Salt's Python interface documented below and is also useful as a
reference implementation.
Salt's `netapi module`_ provides access to Salt externally via a REST interface.
Review the `netapi module`_ documentation for more information.
.. _`salt-api`: https://github.com/saltstack/salt-api
.. _`netapi module`: http://docs.saltstack.com/en/latest/topics/netapi/index.html
Salt's ``opts`` dictionary
==========================