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.
unchangedinteger>=0
changedinteger>=0
totalinteger>=0
The total number of documents
runningboolean

Errors

500
Internal Server Error