Create a collection's indexes in mongo

Creates all pre-defined indexes for a specific collection.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

collectionstringRequired
The name of a collection in Mongo.

Response

The current status of the index creation process.
unchangedintegerOptional>=0
changedintegerOptional>=0
totalintegerOptional>=0
The total number of documents
runningbooleanOptional

Errors

500
Internal Server Error