mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Added docs for the /stats URL
This commit is contained in:
parent
daad5100c5
commit
534343c1cf
@ -36,3 +36,6 @@ REST URI Reference
|
||||
|
||||
.. autoclass:: Webhook
|
||||
:members: POST
|
||||
|
||||
.. autoclass:: Stats
|
||||
:members: GET
|
||||
|
@ -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``
|
||||
|
Loading…
Reference in New Issue
Block a user