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
collection
The name of a collection in Mongo.
Response
The current status of the index creation process.
unchanged
changed
total
The total number of documents
running
Errors
500
Internal Server Error