DatabaseApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
databaseInfos | GET /mongodb/databases/infos | List of Database Infos |
deleteDatabase | DELETE /mongodb/databases/ | Delete Database |
getDatabaseInfo | GET /mongodb/databases/ | Database Infos of selected Database |
listCollectionsByDatabase | GET /mongodb/databases/{databaseName}/collections | List of Collections |
listDatabases | GET /mongodb/databases | List of Databases |
databaseInfos
List databaseInfos()
List of Database Infos
List of all Databases Infos
Parameters
This endpoint does not need any parameter.
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
deleteDatabase
JsonValue_Boolean deleteDatabase(databaseName)
Delete Database
Delete given Database
Parameters
Name | Type | Description | Notes |
---|---|---|---|
databaseName | String | Name of your Database | [default to null] |
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
getDatabaseInfo
DatabaseInfo getDatabaseInfo(databaseName)
Database Infos of selected Database
All Information about given Database
Parameters
Name | Type | Description | Notes |
---|---|---|---|
databaseName | String | Name of your Database | [default to null] |
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
listCollectionsByDatabase
List listCollectionsByDatabase(databaseName)
List of Collections
List of all Collections of the given database
Parameters
Name | Type | Description | Notes |
---|---|---|---|
databaseName | String | Name of your Database | [default to null] |
Return type
List
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
listDatabases
List listDatabases()
List of Databases
List of all Databases
Parameters
This endpoint does not need any parameter.
Return type
List
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json