File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 33XML-RPC API Documentation
44=========================
55
6-
7-
8-
9-
10- To use the XML-RPC interface, first make sure it has been configured
11- properly by specifying the rpcinterface_factory in your conf file:
12-
13- .. code-block :: ini
14-
15- [rpcinterface:supervisor]
16- supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
6+ To use the XML-RPC interface, first make sure you have configured the interface
7+ factory properly by setting the default factory. See :ref: `rpcinterface_factories `.
178
189Then you can connect to supervisor's HTTP port
1910with any XML-RPC client library and run commands against it. An
@@ -380,4 +371,3 @@ System Methods
380371 .. automethod :: methodSignature
381372
382373 .. automethod :: multicall
383-
You can’t perform that action at this time.
0 commit comments