32 lines
663 B
ReStructuredText
32 lines
663 B
ReStructuredText
.. docbookrestapi
|
|
|
|
============
|
|
V1 Web API
|
|
============
|
|
|
|
Hello
|
|
=====
|
|
|
|
.. rest-controller:: surveil.api.controllers.v1.hello:HelloController
|
|
:webprefix: /v1/hello
|
|
|
|
Hosts
|
|
=====
|
|
|
|
.. rest-controller:: surveil.api.controllers.v1.hosts:HostsController
|
|
:webprefix: /v1/hosts
|
|
|
|
.. rest-controller:: surveil.api.controllers.v1.hosts:HostController
|
|
:webprefix: /v1/hosts
|
|
|
|
Commands
|
|
========
|
|
|
|
.. rest-controller:: surveil.api.controllers.v1.commands:CommandsController
|
|
:webprefix: /v1/hosts
|
|
|
|
.. rest-controller:: surveil.api.controllers.v1.commands:CommandController
|
|
:webprefix: /v1/hosts
|
|
|
|
.. autotype:: surveil.api.controllers.v1.commands.Command
|
|
:members: |