BucketApi
All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
clearBucket | DELETE /mongodb/buckets/{bucketName}/clear | Clear Bucket |
deleteBucket | DELETE /mongodb/buckets/ | Delete Bucket |
getBucket | GET /mongodb/buckets/ | Bucket Information |
listBuckets | GET /mongodb/buckets | List of Buckets |
clearBucket
JsonValue_Boolean clearBucket(bucketName)
Clear Bucket
Delete all Files in Bucket
Parameters
Name | Type | Description | Notes |
---|---|---|---|
bucketName | String | The name of your MongoDb Collection | [default to null] |
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
deleteBucket
JsonValue_Boolean deleteBucket(bucketName)
Delete Bucket
Delete a given Bucket
Parameters
Name | Type | Description | Notes |
---|---|---|---|
bucketName | String | The name of your MongoDb Collection | [default to null] |
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
getBucket
BucketInformation getBucket(bucketName)
Bucket Information
All Information about a single Bucket
Parameters
Name | Type | Description | Notes |
---|---|---|---|
bucketName | String | The name of your MongoDb Collection | [default to null] |
Return type
Authorization
httpAuth1, httpAuth, apiKeyAuth
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
listBuckets
List listBuckets()
List of Buckets
List of all Buckets of the default database
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