Added docs for the /stats URL

This commit is contained in:
Seth House 2014-03-10 17:06:51 -06:00
parent daad5100c5
commit 534343c1cf
2 changed files with 9 additions and 0 deletions

View File

@ -36,3 +36,6 @@ REST URI Reference
.. autoclass:: Webhook
:members: POST
.. autoclass:: Stats
:members: GET

View File

@ -43,6 +43,12 @@ A REST API for Salt
.. versionchanged:: 0.8.4
Previous versions defaulted to ``5`` connections.
collect_stats : False
Collect and report statistics about the CherryPy server
.. versionadded:: 0.8.4
Reports are available via the :py:class:`Stats` URL.
static
A filesystem path to static HTML/JavaScript/CSS/image assets.
static_path : ``/static``