api/db ResourceThe
api/dbresource 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
databasesarray displays thenamefor 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.)perfResource