|
@@ -0,0 +1,131 @@
|
|
|
+RPC Exports for core
|
|
|
+====================
|
|
|
+
|
|
|
+ [ this file is autogenerated, do not edit ]
|
|
|
+
|
|
|
+
|
|
|
+ 1. system.listMethods
|
|
|
+ Lists all RPC methods supported by the server.
|
|
|
+ Returns an array.
|
|
|
+
|
|
|
+ 2. system.methodSignature
|
|
|
+ Returns signature of given method.
|
|
|
+
|
|
|
+ 3. system.methodHelp
|
|
|
+ Print the help string for given method.
|
|
|
+
|
|
|
+ 4. core.prints
|
|
|
+ Returns the strings given as parameters.
|
|
|
+ Returns an array.
|
|
|
+
|
|
|
+ 5. core.printi
|
|
|
+ Returns the integers given as parameters.
|
|
|
+ Returns an array.
|
|
|
+
|
|
|
+ 6. core.echo
|
|
|
+ Returns back its parameters.
|
|
|
+ Returns an array.
|
|
|
+
|
|
|
+ 7. core.version
|
|
|
+ Returns the version string of the server.
|
|
|
+
|
|
|
+ 8. core.uptime
|
|
|
+ Returns uptime of SER server.
|
|
|
+
|
|
|
+ 9. core.ps
|
|
|
+ Returns the description of running SER processes.
|
|
|
+ Returns an array.
|
|
|
+
|
|
|
+10. core.pwd
|
|
|
+ Returns the working directory of SER server.
|
|
|
+ Returns an array.
|
|
|
+
|
|
|
+11. core.arg
|
|
|
+ Returns the list of command line arguments used on SER startup.
|
|
|
+ Returns an array.
|
|
|
+
|
|
|
+12. core.kill
|
|
|
+ Sends the given signal to SER.
|
|
|
+
|
|
|
+13. core.shmmem
|
|
|
+ Returns shared memory info.
|
|
|
+
|
|
|
+14. core.tcp_info
|
|
|
+ Returns tcp related info.
|
|
|
+
|
|
|
+15. core.tcp_options
|
|
|
+ Returns active tcp options.
|
|
|
+
|
|
|
+16. core.sctp_options
|
|
|
+ Returns active sctp options.
|
|
|
+
|
|
|
+17. core.sctp_info
|
|
|
+ Returns sctp related info.
|
|
|
+
|
|
|
+18. dns.mem_info
|
|
|
+ dns cache memory info.
|
|
|
+
|
|
|
+19. dns.debug
|
|
|
+ dns debug info.
|
|
|
+
|
|
|
+20. dns.debug_all
|
|
|
+ complete dns debug dump
|
|
|
+
|
|
|
+21. dns.view
|
|
|
+ dns cache dump in a human-readable format
|
|
|
+
|
|
|
+22. dns.lookup
|
|
|
+ perform a dns lookup
|
|
|
+
|
|
|
+23. dns.delete_all
|
|
|
+ deletes all the entries from the DNS cache
|
|
|
+
|
|
|
+24. dns.add_a
|
|
|
+ adds an A record to the DNS cache
|
|
|
+
|
|
|
+25. dns.add_aaaa
|
|
|
+ adds an AAAA record to the DNS cache
|
|
|
+
|
|
|
+26. dns.add_srv
|
|
|
+ adds an SRV record to the DNS cache
|
|
|
+
|
|
|
+27. dns.delete_a
|
|
|
+ deletes an A record from the DNS cache
|
|
|
+
|
|
|
+28. dns.delete_aaaa
|
|
|
+ deletes an AAAA record from the DNS cache
|
|
|
+
|
|
|
+29. dns.delete_srv
|
|
|
+ deletes an SRV record from the DNS cache
|
|
|
+
|
|
|
+30. dns.delete_naptr
|
|
|
+ deletes a NAPTR record from the DNS cache
|
|
|
+
|
|
|
+31. dns.delete_cname
|
|
|
+ deletes a CNAME record from the DNS cache
|
|
|
+
|
|
|
+32. dns.delete_txt
|
|
|
+ deletes a TXT record from the DNS cache
|
|
|
+
|
|
|
+33. dns.delete_ebl
|
|
|
+ deletes an EBL record from the DNS cache
|
|
|
+
|
|
|
+34. dns.delete_ptr
|
|
|
+ deletes an PTR record from the DNS cache
|
|
|
+
|
|
|
+35. dst_blacklist.mem_info
|
|
|
+ dst blacklist memory usage info.
|
|
|
+
|
|
|
+36. dst_blacklist.debug
|
|
|
+ dst blacklist debug info.
|
|
|
+
|
|
|
+37. dst_blacklist.view
|
|
|
+ dst blacklist dump in human-readable format.
|
|
|
+
|
|
|
+38. dst_blacklist.delete_all
|
|
|
+ Deletes all the entries from the dst blacklist except the
|
|
|
+ permanent ones.
|
|
|
+
|
|
|
+39. dst_blacklist.add
|
|
|
+ Adds a new entry to the dst blacklist.
|
|
|
+
|