rdmadmin interface

The rdmadmin interface is a read-only interface that utilizes the HTTP GET method to retrieve information from a running RaimaDB TFS. The following operations are supported by the rdmadmin interface

  • Get a list of databases
  • Get information on the TFS memory usage
  • Get information on the TFS disk usage
  • Get TFS version information
  • Get TFS options
  • Get a list of database uses

The rdmadmin interface can be accessed using the following URI syntax:

http://hostname:port/rdmadmin/?list=request[options]
hostname The IP address or host name of the TFS server
port The port the server is listening on
list=request The type of data to be retrieved (see request types below)
[options] Some request types have additional options that can be specified

The supported list request types are:

databases List available databases hosted on the TFS
disk Current TFS disk usage information
memory Current TFS memory usage
options TFS configuration options
user Current connected users
version TFS product version information