api/db
ResourceThe
api/db
resource lists the names of the available databases.For an overview see page eXtremeDB Web Service Resources
With the REST server started (listening on port 8083), the following http request will return a list of the available databases:
http://localhost:8083/api/dbThe
databases
array displays thename
for each database in the following format:{ "databases": [ "xsqldb", "eXDB_perf" ] }(Note that, in this example, "
eXDB_perf
" indicates that the eXtremeDB Performance Monitor has been enabled. See thepage for further details.)
perf
Resource