Database API

This API is deprecated, please refer to the new RESTFul API instead.

http://{server_name}:9090/database

This API performs a database crawl.

Parameters:

  • use (required): The name of the index.
  • login (optional): The login parameter. This becomes required once you create a user.
  • key (optional): The key parameter related to the login (api key). This becomes required once you create a user.
  • name (required): The name of the database crawl item which will be executed.

Examples

Execute a database crawl :

http://localhost:9090/database?use=oss&name=dbname

Same thing but with added authentication parameters :

http://localhost:9090/database?use=oss&name=dbname&login=admin&key=6020b80a823e276727a0d6a23167d52b

View/edit on GitHub