Get collection index status

Checks the status of 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 statuses of the indexes on the specified collection.
missinglist of objects
misnamedlist of objects
externallist of objects
indexedinteger>=0
totalinteger>=0
The total number of documents
collectionSizeinteger
inProgressboolean

Errors

500
Internal Server Error