Server

Server resources enable you to interact with a server that hosts Couchbase Lite databases.

The following table lists the server resources:.

HTTP MethodURI patternDescription
GET / Retrieves meta-information about the server
GET /_active_tasks Retrieves a list of tasks running on the server
GET /_all_dbs Retrieves a list of all databases on the server
POST _replicate Starts or cancels a replication operation
GET _session Returns a generic response for compatibility purposes
GET /_uuids Retrieves a list of identifiers of the databases on the server

Articles


GET /
Retrieve information about the server
GET /_active_tasks
Retrieve a list of all tasks running on the server
GET _all_dbs
Retrieve a list of all databases
POST _replicate
Replicate a database
GET /_session
Retrieve session information
GET /_uuids
Retrieve database identifiers