The DroneBL RPC WebService v1
Highly available querying and manipulation of the DroneBL database.
Deprecation Warning
The RPC1 webservice is soon going away in favor of another implementation using REST style params and XML. RPC2 is now active, and documentation is now available. We are currently working on standardizing RPC2 as a DNSBL provider interaction protocol.
However, RPC1 will continue to work for the forseeable future.
Introduction
The DroneBL RPC WebService is used to connect the DroneBL to other codebases and scripts. Mostly it is used internally to add and remove entries in the database on demand. To use the WebService, you will need an RPCKEY, which you can get by contacting us. Our BOPM reporting service is an example of possible usage of the RPC webservice.
Methods
Once you have acquired an RPCKEY, you can use these methods. Note that some methods may not be available depending on what level of access your RPCKEY has.
add: Adds a new entry to the DroneBL.
- ip (mandatory): The IP of the entry to add.
- type (mandatory): The type of blocking class to add the IP to.
