kdb.plugins.xmlrpc module

XML RPC

This plugin provides an XML-RPC interface to kdb allowing other plugins to respond to “rpc” events.

class kdb.plugins.xmlrpc.XMLRPC(*args, **kwargs)

Bases: kdb.plugin.BasePlugin

XMLRPC Plugin

This plugin provides no user commands. This plugin gives XML-RPC support to the system allowing other systems to interact with the system and other loaded plugins.

The “notify” plugin is one such plugin that uses this to allow remote machines to send notification messages to a configured channel.

init(*args, **kwargs)

This Page